| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-08 | Database: avoid importing duplicated alias names | Even Rouault | |
| 2020-10-08 | Database: import datum ensemble accuracy and members (but do not use them) | Even Rouault | |
| 2020-10-06 | Database: add a reference_frame_epoch column to the geodetic_datum for ↵ | Even Rouault | |
| dynamic datums, but not yet used | |||
| 2020-10-06 | Database: "minimal" update to EPSG v10.003 | Even Rouault | |
| Content mostly unchanged since v9.9 This update is "minimal" in that it mostly reflects the removal of the 'area' table, replaced now by 'extent', 'scope' and 'usage' Other new aspects of EPSG v10 are left aside. | |||
| 2020-10-06 | Update scripts/reference_exported_symbols.txt and fix checking of them in ↵ | Even Rouault | |
| travis/install.sh | |||
| 2020-09-30 | Merge pull request #2361 from rouault/ortho_ellipsoidal | Even Rouault | |
| Implement ellipsoidal formulation of +proj=ortho (fixes #397) | |||
| 2020-09-30 | Merge pull request #2344 from rouault/tinshift | Even Rouault | |
| Add a +proj=tinshift for triangulation-based transformations | |||
| 2020-09-30 | Add a +proj=tinshift for triangulation-based transformations | Even Rouault | |
| Implements RFC-6 | |||
| 2020-09-26 | Implement ellipsoidal formulation of +proj=ortho (fixes #397) | Even Rouault | |
| - Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0 - Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)' which maps to +proj=ortho +f=0 to froce spherical evaluation | |||
| 2020-09-24 | build_db.py: fix previous commit (those files were transient only) | Even Rouault | |
| 2020-09-24 | build_db.py: remove unneeded files | Even Rouault | |
| 2020-09-09 | Database: update to EPSG 9.9 | Even Rouault | |
| 2020-08-16 | ENH: Add support for custum CA Bundle path (#2323) | Alan D. Snow | |
| Fixes #2320 | |||
| 2020-08-02 | Database: update to EPSG v9.8.15 database | jmckenna | |
| Co-authored-by: jmckenna <jmckenna@gatewaygeomatics.com> Co-authored-by: Javier Jimenez Shaw <j1@jimenezshaw.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com> | |||
| 2020-06-24 | ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to ↵ | Even Rouault | |
| 'Interrupted Googe Homolosine' (resp. 'Interrupted Googe Homolosine Ocean') | |||
| 2020-06-13 | Doc building: workaround Doxygen issue that cause trouble with recent ↵ | Even Rouault | |
| Sphinx/Breathe | |||
| 2020-05-28 | Implement wink2 inverse by generic inversion of forward method | Even Rouault | |
| - Move the generic method initiated from adams_ws2 to a pj_generic_inverse_2d() method - Use it in adams_ws2 - Use it in wink2 Fixes https://github.com/qgis/QGIS/issues/35512 | |||
| 2020-05-24 | Database: import scope and remarks for conversion (fixes #2237) | Even Rouault | |
| 2020-05-24 | Database: update ESRI content to ArcMap 10.8.1 | Even Rouault | |
| 2020-05-24 | Database: add a same_source_target_crs column to supersession table | Even Rouault | |
| This is in preparation for EPSG 9.8.11 import that supersedes a number of grid transformation for US transformations, but the superseded and replacement transformations don't operate on the same (source_crs, target_crs), which is a bit weird. So in that situation, ignores the supersession. | |||
| 2020-05-17 | Merge pull request #2206 from rouault/deformation_model_for_merge | Even Rouault | |
| Add a +proj=defmodel transformation for multi-component time-based deformation models | |||
| 2020-05-16 | Add a +proj=defmodel transformation for multi-component time-based ↵ | Even Rouault | |
| deformation models Fixes #1001 Co-authored-by: Chris Crook <ccrook@linz.govt.nz> | |||
| 2020-05-09 | scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | Even Rouault | |
| 2020-05-02 | Doc: fix/hacks for compatibility with Breathe 4.17.0 [skip appveyor] (#2204) | Even Rouault | |
| 2020-04-26 | Database: map more ESRI grid names | Even Rouault | |
| 2020-04-20 | Moved proj_context_get_url_endpoint & ↵ | Alan D. Snow | |
| proj_context_get_user_writable_directory to proj.h (#2162) Fixes #2028 | |||
| 2020-04-19 | Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area' | Even Rouault | |
| Map it to 'Lambert Cylindrical Equal Area' / EPSG:9835 non-spherical method, when the ellipsoid is not a sphere. And rationalize the handling of this for other methods with spherical vs non-spherical formulations | |||
| 2020-03-12 | Add proj_get_units_from_database() (fixes #2004) | Even Rouault | |
| 2020-03-09 | Map ESRI Transverse_Mercator_Complex to Transverse Mercator | Even Rouault | |
| According to https://gis.stackexchange.com/questions/226679/complex-utm-projection it is highly likely that Transverse_Mercator_Complex corresponds to our extended/enhanced/Poder-Engsager transverse mercator method (etmerc), or something similarly precise. So we can map that to the standard Transverse Mercator method, since etmerc is used for it. | |||
| 2020-03-06 | Add some more missing methods and notes to esri projection mapping | Nyall Dawson | |
| 2020-03-05 | ESRI WKT: map Mercator_Variant_A, Mercator_Variant_C and ↵ | Even Rouault | |
| Transverse_Cylindrical_Equal_Area projections (#2020) * Add mapping of ESRI projection methods Mercator_Variant_A, Mercator_Variant_C and Transverse_Cylindrical_Equal_Area * Add a few notes about missing mappings | |||
| 2020-03-04 | Add capability to force a fixed value for a non-specified CRS component | Nyall Dawson | |
| while mapping ESRI projections, and map the Behrman projection to cae with lat_ts=30, lon_0=0 | |||
| 2020-02-26 | Support conversion of Flat_Polar_Quartic projection method | Nyall Dawson | |
| 2020-02-25 | CompoundCRS::create(): reject combinations of components not allowed by ISO ↵ | Even Rouault | |
| 19111 | |||
| 2020-02-24 | Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) | Nyall Dawson | |
| 2020-02-24 | Expose proj_context_is_network_enabled() in C API | Even Rouault | |
| 2020-02-21 | Add support for creating coordinates operations using Compact Miller, | Nyall Dawson | |
| Times and Vertical Near Side Perspective projections | |||
| 2020-02-21 | Add support for creating coordinates operations using Natural Earth/Natural ↵ | Nyall Dawson | |
| Earth 2 projection | |||
| 2020-02-21 | Add support for creating coordinates operations using ESRI:53079 (patterson) CRS | Nyall Dawson | |
| 2020-02-17 | Make sure that projsync man file is packaged correctly | Kristian Evers | |
| 2020-02-17 | Remove man3 files | Kristian Evers | |
| Closes #1258 | |||
| 2020-02-11 | Use relative directory to locate PROJ resource files. | Even Rouault | |
| Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub) | |||
| 2020-02-08 | Travis: restrict symbol comparison to x86_64 builds | Even Rouault | |
| 2020-02-06 | Fix cppcheck warnings and make it work with latest cppcheck 1.90 | Even Rouault | |
| 2020-02-04 | Add projsync utility | Even Rouault | |
| Fixes #1750 | |||
| 2020-01-29 | Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' ↵ | Even Rouault | |
| (gr3df97a.txt) and map them to new +proj=xyzgridshift | |||
| 2020-01-29 | scripts/grid_checks.py: update for change of PROJ-data repository name, and ↵ | Even Rouault | |
| look for .tif extension | |||
| 2020-01-29 | Merge pull request #1891 from rouault/rfc5 | Even Rouault | |
| Implement RFC5: Adopt GeoTIFF-based grids for grids delivered with PROJ | |||
| 2020-01-27 | projinfo: add --remote-data switch | Even Rouault | |
| 2020-01-25 | Implement RFC 5 | Even Rouault | |
