aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-04Added Transverse Mercator doc page (PR 437)julien2512
2016-11-03Eqc projection docs comes from Snyder's.julien2512
2016-10-29Hungarian grid moved from non-free to free grids (PR #444)Zoltan Siki
2016-10-25Add BuildRequires and run autogen.sh (PR #434)volvo850fahre
I added the autogen.sh at the setup step. Autogen.sh requires libtool (libtoolize) so I added the line: BuildRequires: libtool
2016-10-24Generic coordinates (#431)Thomas Knudsen
* Pipeline preliminaries Introducing the PJ_OBSERVATION data type as the basis for generic geodetic transformations. Also introducing the elements of a new minimalistic API focused on generic geodetic transformations. This API is documented in the new proj.h header, and is orthogonal (non-intrusive) wrt. the existing API from proj_api.h Finally added a large amount of comments to the somewhat intractable projects.h, and extended the PJ object with a number of additional ellipsoidal parameters of general geodetic usefulness. The PJ elements fwdobs and invobs extend fwd3d and inv3d in a homologous way to how fwd3d and inv3d extend fwd and inv.
2016-10-20Fixes #138 (spherical tmerc with negative northing gives inverted latitude)Kristian Evers
2016-10-20Added a comment about default units for projected coordinatesKristian Evers
2016-10-19Merge pull request #439 from sebastic/international-typoEven Rouault
Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c).
2016-10-19Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c).Bas Couwenberg
2016-10-19Incorrect formula used, changed to comply with Snyder and other sources. ↵Kristian Evers
Fixes #331
2016-10-19Reverting to behaviour of previous version of pj_inv(). Definitions of false ↵Kristian Evers
easting/northing in nad/epsg are all given in meters. So in this case a consistent interface (everything is in the same units) does more harm than good.
2016-10-18Convert units for false northing/easting. Fixes #186.Kristian Evers
2016-10-18Allow +alpha=0 and +gamma=0 when using omerc. Applied fix proposed in #195.Kristian Evers
2016-10-18Adjusted coefficient from 1574 to 1575. Changed on basis of #174 which ↵Kristian Evers
refers to the original paper the code is based on.
2016-10-18Fixes #162. Latitude origin was erroneously set to -39 instead of 39. ↵Kristian Evers
Updated origin confirmed in Snyder p.209. Self-test data was based on bad implementation and has been recalculated.
2016-10-18fixes issue #161 [alsk - Inverse problem at the origin long/lat (-152,64)]Kristian Evers
2016-10-18Fixed issue #194 (Bug with the stereographic projection at equator) that ↵Kristian Evers
multiplied equatorial coordinates by 2
2016-10-17Added description of +no_off and +no_uoffKristian Evers
2016-10-15Added link to British OSTN15 gridKristian Evers
2016-10-14Replace calls to fabls with fabs (not using long doubles anyway). Fixes #426.Kristian Evers
2016-10-12Merge pull request #428 from OSGeo/add-snyder-pdfHoward Butler
add a copy of Snyder to the proj.4 repository and use it in doc references
2016-10-11Fix #429 Licence tag (#430)volvo850fahre
* Fix #429 Licence tag. Change old copyright tag to Licence tag.
2016-10-09add a copy of Snyder to the proj.4 repository and use it in doc referencesHoward Butler
2016-10-09Merge pull request #427 from sebastic/PJ_sch-descriptionEven Rouault
Use more consistent description for sch projection.
2016-10-09Use more consistent description for sch projection.Bas Couwenberg
2016-10-05Update READMEEven Rouault
Remove mention of the version number (#425) and update link to web page
2016-10-04Merge pull request #422 from proj4php/cass-docs-projectionKristian Evers
Cassini projection docs
2016-10-03Cass docs Steers1970 reference @kbeversjulien2512
2016-10-03Cass docs update @kbevers @QuLogic #422julien2512
2016-09-30Cassini projection docs (first try)julien2512
2016-09-28Minor corrections to eqc docsKristian Evers
2016-09-28Merge pull request #415 from proj4php/eqc-docs-projectionKristian Evers
eqc documentation matching template (version 3)
2016-09-22Created 'Development' section in docs.Kristian Evers
2016-09-16eqc doc mathematical section update for parametersjulien2512
2016-09-16update eqc projection docs with @kbevers @QuLogic commentsjulien2512
2016-09-16eqc documentation matching template (version 3)julien2512
2016-09-15Added 'Applications' section to docsKristian Evers
2016-09-13Render formulas a bit nicerKristian Evers
2016-09-12Expanded merc docs with +k_0 optionKristian Evers
2016-09-11add global references, update hatano pageHoward Butler
2016-09-09Added 'Further reading' section to Mercator doc page.Kristian Evers
2016-09-08proper arrow style for eqnHoward Butler
2016-09-08Merge branch 'master' of github.com:OSGeo/proj.4Howard Butler
2016-09-08start plugging in some equations from Gerald's docsHoward Butler
2016-09-08update Dockerfile to xenialHoward Butler
2016-09-08Documented mercator projection. Needs more work, but can be used as a ↵Kristian Evers
template when documenting other projections.
2016-09-08Merge pull request #413 from OSGeo/doc-image-plottingHoward Butler
Implement Kristian's plot generation script
2016-09-08math for hatanoHoward Butler
2016-09-08greyscale all the imagesHoward Butler
2016-09-08add Kristian's image plotting to doc treeHoward Butler