| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-22 | Merge pull request #1231 from rouault/fix_1229 | Even Rouault | |
| proj_create_crs_to_crs(): defer selection of actual coordinate operation until proj_trans() is called (fixes #1229) | |||
| 2019-01-22 | Update cs2cs man page result (the change is due to ntv1_can.dat being used ↵ | Even Rouault | |
| instead of conus...) (refs #1229) | |||
| 2019-01-22 | proj_create_crs_to_crs(): defer selection of actual coordinate operation ↵ | Even Rouault | |
| until proj_trans() is called (fixes #1229) | |||
| 2019-01-21 | Doc: typo fix | Even Rouault | |
| 2019-01-19 | Doc: add doc for projinfo (fixes #1183) | Even Rouault | |
| 2019-01-19 | Doc: update cs2cs and also C API regarding area of use (fixes #1186) | Even Rouault | |
| 2019-01-19 | Merge pull request #1226 from kbevers/remove-chebyshev | Kristian Evers | |
| Remove Chebyshev polynomials from proj | |||
| 2019-01-18 | Remove Chebyshev polynomials from proj | Kristian Evers | |
| 2019-01-17 | Doc: update docs of proj_create(), proj_create_argv() and ↵ | Even Rouault | |
| proj_create_crs_to_crs() (refs #1223) | |||
| 2019-01-17 | Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ↵ | Even Rouault | |
| make proj_create() do more or less what proj_create_from_user_input() did before (fixes #1214) | |||
| 2019-01-16 | [MOTIONED] RFC3: Dependency management (#1168) | Kristian Evers | |
| RFC3: Dependency management | |||
| 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 | |
