| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-06 | horizontal grid shift: rework to no longer load whole grid into memory | Even Rouault | |
| 2019-12-06 | vertical grid shift: rework to no longer load whole grid into memory | Even Rouault | |
| 2019-12-06 | Remove obsolete and presumably unfinished implementation of grid catalog ↵ | Even Rouault | |
| functionality | |||
| 2019-12-06 | test228.cpp: update to use OSTN15_NTv2_OSGBtoETRS.gsb | Even Rouault | |
| 2019-12-06 | grid_alernatives.sql: point to specific revisions of the proj-datumgrid-XXXX ↵ | Even Rouault | |
| packages Due to potential future shift to GTiff format, we don't want users of PROJ 6.3 being pointed to grids they won't be able to use. So point to - proj-datumgrid-1.8: already existing, unlikely to change before 6.3 - proj-datumgrid-north-america-1.3: to be released - proj-datumgrid-europe-1.5: to be released - proj-datumgrid-oceania-1.1: to be released - proj-datumgrid-world-1.0: already existing, unlikely to change before 6.3 | |||
| 2019-12-06 | Merge pull request #1764 from rouault/updates_in_resource_files | Kristian Evers | |
| Doc: resource_files.rst updates | |||
| 2019-12-05 | Update ntv2_out.dist and conditions to run it | Even Rouault | |
| 2019-12-05 | Merge pull request #1756 from rouault/document_create_operations | Even Rouault | |
| Doc: add a operations_computation.rst describe the magic behind createOperations() | |||
| 2019-12-05 | Merge pull request #1774 from ↵ | Even Rouault | |
| mloskot/ml/add-gitattributes-with-lf-in-unix-shell-scripts Add .gitattributes to normalize line endings of Unix scripts to LF | |||
| 2019-12-05 | import from PROJ string CRS: better deal with strings that look like Google ↵ | Even Rouault | |
| Mercator projection, but with subtlely different parameters (fixes https://github.com/OSGeo/gdal/issues/2087) | |||
| 2019-12-04 | proj_grid_info(): fix crash when passing a file that exists but is not a grid | Even Rouault | |
| 2019-12-04 | Add .gitattributes | Mateusz Łoskot | |
| Normalize line endings of Unix shell scripts to LF. | |||
| 2019-12-04 | Merge pull request #1772 from ↵ | Even Rouault | |
| rouault/do_not_install_proj_json_streaming_writer_hpp autoconf/cmake: do not install proj_json_streaming_writer.hpp header | |||
| 2019-12-04 | Build: Only export symbols if building DLL | Owen Rudge | |
| 2019-12-04 | autoconf/cmake: do not install proj_json_streaming_writer.hpp header | Even Rouault | |
| 2019-12-04 | operations_computation.rst: try to clarify sorting logic [skip appveyor] | Even Rouault | |
| 2019-12-04 | grid_checks.py: add a --check-filelist option to verify consistency of ↵ | Even Rouault | |
| proj-datumgrid new filelist.csv file | |||
| 2019-12-03 | Merge pull request #1769 from rouault/register_NTv2_SN | Even Rouault | |
| Database: register NTv2_SN.gsb | |||
| 2019-12-03 | Database: register NTv2_SN.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/73 | |||
| 2019-12-03 | Merge pull request #1768 from rouault/register_AT_GIS_GRID | Even Rouault | |
| Database: register AT_GIS_GRID.gsb | |||
| 2019-12-03 | Database: register AT_GIS_GRID.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/72 | |||
| 2019-12-03 | Merge pull request #1761 from rouault/register_ausgeoid | Even Rouault | |
| Database: register AUSGeoid09 and AUSGeoid2020 | |||
| 2019-12-03 | coordinateoperation.cpp: add nullptr checks to please CLang Static Analyzer ↵ | Even Rouault | |
| that suddenly warns about them for unknown reason... | |||
| 2019-12-03 | Database: register AUSGeoid09 and AUSGeoid2020 | Even Rouault | |
| Related to https://github.com/OSGeo/proj-datumgrid/pull/66 Tune operation search so that it can work with Geog2D <--> VertCS for commandline niceness | |||
| 2019-12-03 | Merge pull request #1759 from rouault/BWTA2017 | Even Rouault | |
| Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg) | |||
| 2019-12-02 | Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg) | Even Rouault | |
| Relates to https://github.com/OSGeo/proj-datumgrid/pull/65 , https://github.com/OSGeo/proj-datumgrid/issues/22 As EPSG has no entry for it, we create a grid_transformation, as well as a dedicated area of use based on the extent of the grid, under the PROJ authority. With the hope to be able to remove it once EPSG has an entry... | |||
| 2019-12-02 | Update grid_transformation_custom.sql | dalia2 | |
| 2019-12-01 | Doc: resource_files.rst: remove mentions of no longer existing esri, epsg ↵ | Even Rouault | |
| and IGNF init-files | |||
| 2019-12-01 | Doc: resource_files.rst: document recent Win32 specific addition ↵ | Even Rouault | |
| (https://github.com/OSGeo/PROJ/pull/1755) regarding how resource files are looked for | |||
| 2019-12-01 | Doc: resource_files.rst: document where resource files are looked for ↵ | Even Rouault | |
| (without recent Win32 specific addition) | |||
| 2019-12-01 | Enhance PROJ resource file lookup on Windows for bin\..\share\proj (#1755) | Joaquim | |
| This PR is Windows only. It adds the directory ``.....\bin\..\share\proj``, where ``....\bin`` is the directory hosting ``proj.dll``, to the list of places where ``proj.db`` is searched. In addition to what happens at build time, this PR ads also the ability to do that at run-time. This means that a structure like ....\bin\proj.exe, proj.dll, ... ....\share\proj\proj.db, ... will still find proj.db without needing to set the PROJ_LIB environment variable | |||
| 2019-12-01 | Update data/sql/grid_alternatives.sql | dalia2 | |
| Co-Authored-By: Even Rouault <even.rouault@spatialys.com> | |||
| 2019-12-01 | Update data/sql/grid_alternatives.sql | dalia2 | |
| Co-Authored-By: Even Rouault <even.rouault@spatialys.com> | |||
| 2019-12-01 | Update grid_alternatives.sql | dalia2 | |
| Updated the grid_alternatives.sql | |||
| 2019-12-01 | Merge pull request #1762 from rouault/database_esri_10_8_0 | Kristian Evers | |
| Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database | |||
| 2019-12-01 | Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database | Even Rouault | |
| 2019-12-01 | grid_checks.py: add is_superseded info in output | Even Rouault | |
| 2019-11-30 | [Docs] Minor changes regarding datumgrid pages (#1751) (#1760) | Jeff McKenna | |
| Update README, install.rst and resource_files.rst | |||
| 2019-11-29 | Merge pull request #1758 from rouault/resource_files_clarifications | Even Rouault | |
| Doc: clarifications regarding grid packages (fixes #1751) | |||
| 2019-11-29 | Doc: clarifications regarding grid packages (fixes #1751) | Even Rouault | |
| - Content partly borrowed from @kbevers ' suggestions of https://github.com/OSGeo/PROJ/issues/1751#issuecomment-558976968 - Remove mention about Swiss grids. Included in the europe package - Remove section about HARN / HPGN grids. Those have been included in the north-america package, and there is no longer any point in mentionning the particularities of how ancient ones had to be used with PROJ.4 - Remove section about obsolete proj_defs.dat | |||
| 2019-11-29 | operations_computation.rst: fixes | Even Rouault | |
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
