| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-04 | Added Transverse Mercator doc page (PR 437) | julien2512 | |
| 2016-11-03 | Eqc projection docs comes from Snyder's. | julien2512 | |
| 2016-10-29 | Hungarian grid moved from non-free to free grids (PR #444) | Zoltan Siki | |
| 2016-10-25 | Add 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-24 | Generic 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-20 | Fixes #138 (spherical tmerc with negative northing gives inverted latitude) | Kristian Evers | |
| 2016-10-20 | Added a comment about default units for projected coordinates | Kristian Evers | |
| 2016-10-19 | Merge pull request #439 from sebastic/international-typo | Even Rouault | |
| Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c). | |||
| 2016-10-19 | Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c). | Bas Couwenberg | |
| 2016-10-19 | Incorrect formula used, changed to comply with Snyder and other sources. ↵ | Kristian Evers | |
| Fixes #331 | |||
| 2016-10-19 | Reverting 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-18 | Convert units for false northing/easting. Fixes #186. | Kristian Evers | |
| 2016-10-18 | Allow +alpha=0 and +gamma=0 when using omerc. Applied fix proposed in #195. | Kristian Evers | |
| 2016-10-18 | Adjusted 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-18 | Fixes #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-18 | fixes issue #161 [alsk - Inverse problem at the origin long/lat (-152,64)] | Kristian Evers | |
| 2016-10-18 | Fixed issue #194 (Bug with the stereographic projection at equator) that ↵ | Kristian Evers | |
| multiplied equatorial coordinates by 2 | |||
| 2016-10-17 | Added description of +no_off and +no_uoff | Kristian Evers | |
| 2016-10-15 | Added link to British OSTN15 grid | Kristian Evers | |
| 2016-10-14 | Replace calls to fabls with fabs (not using long doubles anyway). Fixes #426. | Kristian Evers | |
| 2016-10-12 | Merge pull request #428 from OSGeo/add-snyder-pdf | Howard Butler | |
| add a copy of Snyder to the proj.4 repository and use it in doc references | |||
| 2016-10-11 | Fix #429 Licence tag (#430) | volvo850fahre | |
| * Fix #429 Licence tag. Change old copyright tag to Licence tag. | |||
| 2016-10-09 | add a copy of Snyder to the proj.4 repository and use it in doc references | Howard Butler | |
| 2016-10-09 | Merge pull request #427 from sebastic/PJ_sch-description | Even Rouault | |
| Use more consistent description for sch projection. | |||
| 2016-10-09 | Use more consistent description for sch projection. | Bas Couwenberg | |
| 2016-10-05 | Update README | Even Rouault | |
| Remove mention of the version number (#425) and update link to web page | |||
| 2016-10-04 | Merge pull request #422 from proj4php/cass-docs-projection | Kristian Evers | |
| Cassini projection docs | |||
| 2016-10-03 | Cass docs Steers1970 reference @kbevers | julien2512 | |
| 2016-10-03 | Cass docs update @kbevers @QuLogic #422 | julien2512 | |
| 2016-09-30 | Cassini projection docs (first try) | julien2512 | |
| 2016-09-28 | Minor corrections to eqc docs | Kristian Evers | |
| 2016-09-28 | Merge pull request #415 from proj4php/eqc-docs-projection | Kristian Evers | |
| eqc documentation matching template (version 3) | |||
| 2016-09-22 | Created 'Development' section in docs. | Kristian Evers | |
| 2016-09-16 | eqc doc mathematical section update for parameters | julien2512 | |
| 2016-09-16 | update eqc projection docs with @kbevers @QuLogic comments | julien2512 | |
| 2016-09-16 | eqc documentation matching template (version 3) | julien2512 | |
| 2016-09-15 | Added 'Applications' section to docs | Kristian Evers | |
| 2016-09-13 | Render formulas a bit nicer | Kristian Evers | |
| 2016-09-12 | Expanded merc docs with +k_0 option | Kristian Evers | |
| 2016-09-11 | add global references, update hatano page | Howard Butler | |
| 2016-09-09 | Added 'Further reading' section to Mercator doc page. | Kristian Evers | |
| 2016-09-08 | proper arrow style for eqn | Howard Butler | |
| 2016-09-08 | Merge branch 'master' of github.com:OSGeo/proj.4 | Howard Butler | |
| 2016-09-08 | start plugging in some equations from Gerald's docs | Howard Butler | |
| 2016-09-08 | update Dockerfile to xenial | Howard Butler | |
| 2016-09-08 | Documented mercator projection. Needs more work, but can be used as a ↵ | Kristian Evers | |
| template when documenting other projections. | |||
| 2016-09-08 | Merge pull request #413 from OSGeo/doc-image-plotting | Howard Butler | |
| Implement Kristian's plot generation script | |||
| 2016-09-08 | math for hatano | Howard Butler | |
| 2016-09-08 | greyscale all the images | Howard Butler | |
| 2016-09-08 | add Kristian's image plotting to doc tree | Howard Butler | |
