| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-10 | Doc: document interaction issues between objects create with proj_create() ↵ | Even Rouault | |
| vs the ones of the C++ API (fixes #1213) (#1215) | |||
| 2019-01-09 | PROJ_LIB: support multiple paths supported by colon on Unix and semi-colon ↵ | Even Rouault | |
| on Windows (fixes #1150) | |||
| 2019-01-02 | Typo fixes | Even Rouault | |
| 2019-01-01 | Split ISO19111 C API docs into functions and types | Kristian Evers | |
| The rest of the C API is structured such that type definitions goes into one page and functions to another. This commit makes sure the same is done for the C bindings to the ISO19111 C++ API by defining two doxygen groups in proj.h, which is then organized into the proper pages with Sphinx and breathe. | |||
| 2019-01-01 | Remove .doxygen_up_to_date when cleaning docs build | Kristian Evers | |
| 2018-12-27 | Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ↵ | Even Rouault | |
| (refs #201) | |||
| 2018-12-27 | Remove proj_def.dat (fixes #201) | Even Rouault | |
| 2018-12-19 | Add markdown .md support for Sphinx to osgeo/proj-docs docker container | Howard Butler | |
| 2018-12-18 | Update bindings.rst | magau | |
| Added Fortran-Proj, bindings for PROJ in Fortran. | |||
| 2018-12-06 | Update URL to mailing list | Kristian Evers | |
| 2018-11-19 | Doc: fix geos projection explanation about the appropriate value for the ↵ | Even Rouault | |
| sweep parameter depending on the satellite (fixes #1179) | |||
| 2018-11-15 | Merge pull request #1175 from rouault/iso19111_for_merge | Even Rouault | |
| Implement RFC 2: Initial integration of "GDAL SRS barn" work | |||
| 2018-11-14 | Implement RFC 2: Initial integration of "GDAL SRS barn" work | Even Rouault | |
| This work mostly consists of: - a C++ implementation of the ISO-19111:2018 / OGC Topic 2 "Referencing by coordinates" classes to represent Datums, Coordinate systems, CRSs (Coordinate Reference Systems) and Coordinate Operations. - methods to convert between this C++ modeling and WKT1, WKT2 and PROJ string representations of those objects - management and query of a SQLite3 database of CRS and Coordinate Operation definition - a C API binding part of those capabilities This is all-in-one squashed commit of the work of https://github.com/OSGeo/proj.4/pull/1040 | |||
| 2018-11-15 | Revise old documentation | Mike Taves | |
| Remove documents that are published externally, and re-do ps2pdf conversion for unpublished documents to reduce their file size and allow text access. Also add README.md and update references.bib | |||
| 2018-11-10 | Remove proj_geocentric_latitude from public API | Kristian Evers | |
| Closes #1107 | |||
| 2018-11-04 | Add headings on tables where needed. | Elliott Sales de Andrade | |
| 2018-10-31 | RFC 2: update adoption status | Even Rouault | |
| 2018-10-31 | Merge branch 'rfc2' | Even Rouault | |
| 2018-10-28 | Remove British grids from non-free section of docs | Kristian Evers | |
| Closes #1159 | |||
| 2018-10-27 | helmert.rst: small fixes | Even Rouault | |
| 2018-10-27 | Implement Molodensky-Badekas transform (fixes #1160) | Even Rouault | |
| 2018-10-26 | RFC2: take into account @schwehr review | Even Rouault | |
| 2018-10-26 | Update RFC 2 with latest developments | Even Rouault | |
| 2018-10-16 | Merge pull request #1148 from kbevers/lists-to-proj.hiso19111_dev | Kristian Evers | |
| Move struct definitions for proj_list_* functions to proj.h | |||
| 2018-10-16 | Move struct definitions for proj_list_* functions to proj.h | Kristian Evers | |
| With projects.h not being available to outside users anymore we need to define PJ_UNITS, PJ_ELLPS, PJ_PRIME_MERIDIANS and PJ_OPERATIONS elsewhere. Related pj_get_*_ref() functions have been removed in favour of their proj_ namespaced counterparts. char pointers have been changed to const char pointers. Resolves #983 Resolved #1147 Make char pointers const | |||
| 2018-10-15 | Merge pull request #1153 from sphynx/tobler-mercator | Kristian Evers | |
| Add Tobler-Mercator projection | |||
| 2018-10-15 | Add Tobler-Mercator projection | Ivan Veselov | |
| 2018-10-15 | Merge pull request #1151 from kbevers/horner-docs | Kristian Evers | |
| Horner docs | |||
| 2018-10-14 | Make plot.py error message more helpful | Ivan Veselov | |
| 2018-10-12 | Add docs for the horner operation | Kristian Evers | |
| 2018-10-12 | Exclude option-includes to avoid blocking warnings in doc builds | Kristian Evers | |
| 2018-10-11 | RFC2: rework adoption status to indicate that a vote will hopefully occur | Even Rouault | |
| 2018-10-11 | RFC2: fix typos | Even Rouault | |
| 2018-10-11 | Merge pull request #1133 from Fil/bertin1953 | Kristian Evers | |
| the Bertin 1953 projection | |||
| 2018-10-11 | Merge remote-tracking branch 'osgeo/master' into bertin1953 | Kristian Evers | |
| 2018-10-11 | Merge pull request #1142 from sphynx/proj-lcc-2sp-michigan | Kristian Evers | |
| Add Lambert Conic Conformal (2SP Michigan) projection | |||
| 2018-10-11 | Support LCC 2SP Michigan projection | Ivan Veselov | |
| 2018-10-11 | RFC2: mention Breathe integration | Even Rouault | |
| 2018-10-10 | Doc: add RFC2 initial version | Even Rouault | |
| 2018-10-09 | Fix typos | Even Rouault | |
| 2018-10-08 | Merge pull request #1137 from rouault/drop_nmake | Kristian Evers | |
| Remove nmake build system | |||
| 2018-10-08 | fix typo | Marco Bernasocchi | |
| 2018-10-08 | Update install.rst | Marco Bernasocchi | |
| 2018-10-03 | Remove nmake build system | Even Rouault | |
| 2018-10-01 | Add a affine transformation method, and make geogoffset as a particular case ↵ | Even Rouault | |
| of it (fixes #535) | |||
| 2018-10-01 | Add geographic offset transformation method. | Even Rouault | |
| The Geographic offsets transformation adds an offset to the geographic longitude, latitude coordinates, and an offset to the ellipsoidal height. This method is normally only used when low accuracy is tolerated. It is documented as coordinate operation method code 9619 (for geographic 2D) and 9660 (for geographic 3D) in the EPSG dataset. It can also be used to implement the method Geographic2D with Height Offsets (code 9618) by noting that the input vertical component is a gravity-related height and the output vertical component is the ellispoid height (dh being the geoid undulation). It can also be used to implement the method Vertical offset (code 9616) It is used for example to transform: - from the old Greek geographic 2D CRS to the newer GGRS87 CRS - from Tokyo + JSLD69 height to WGS 84 - from Baltic 1977 height to Black Sea height It is also useful to document the implicit zero-offset transformation we do in pipelines such as +proj=pipeline +step +inv +proj=longlat +ellps=A +step +proj=longlat +ellps=B that can be explicited as +proj=pipeline +step +inv +proj=longlat +ellps=A +step +proj=geogoffset [+dlon=0 +dlat=0 +dh=0] +step +proj=longlat +ellps=B | |||
| 2018-09-29 | Doc building: enforce warning as errors mode | Even Rouault | |
| 2018-09-29 | Doc building: fix warning regarding Altamimi2002 citation not found | Even Rouault | |
| There was an issue since transformation.rst which uses this citation is alphabetically after references.rst. The documented workaround in https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/8 is to rename references.rst as zrefereces.rst, so it is alphabetically last. | |||
| 2018-09-24 | Req. changes for Bertin1953: | Philippe Rivière | |
| - classification - tests - coding style | |||
| 2018-09-21 | the Bertin 1953 projection | Philippe Rivière | |
