| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-10 | ossfuzz builds: switch to cmake to build PROJ | Even Rouault | |
| 2021-10-10 | CMake: add a BUILD_APPS to be able to disable build of all programs | Even Rouault | |
| This makes it easier to turn off all programs, rather than individually. Useful for example to avoid https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh#L138 | |||
| 2021-10-09 | Add testing of invproj | Even Rouault | |
| 2021-10-09 | test/cli/testproj: fix wrong variable name | Even Rouault | |
| 2021-10-09 | geod / proj: accept lt-inv[geod/proj] name for older libtool versions | Even Rouault | |
| 2021-10-09 | autoconf build: build invproj and invgeod in build directory | Even Rouault | |
| Due to libtool wrapper scripts, it is easier to build fully fledged binaries. The installed binaries will be symlinks, as before. | |||
| 2021-10-09 | CMake build: generate invproj/invgeod binaries (symlinks on Unix, copy ↵ | Even Rouault | |
| otherwise) (fixes #2852) | |||
| 2021-10-09 | Merge pull request #2893 from rouault/fix_2892 | Even Rouault | |
| WKT1 parser: recognize Lambert_Conformal_Conic as projection name for LCC 1SP or 2SP (fixes #2892) | |||
| 2021-10-08 | WKT1 parser: recognize Lambert_Conformal_Conic as projection name for LCC ↵ | Even Rouault | |
| 1SP or 2SP (fixes #2892) | |||
| 2021-10-08 | Merge pull request #2891 from rouault/fix_2890 | Even Rouault | |
| WKT concatenated operation parsing: fix when a axis order reversal conversion is the first or last operation (fixes #2890) | |||
| 2021-10-08 | WKT concatenated operation parsing: fix when a axis order reversal ↵ | Even Rouault | |
| conversion is the first or last operation (fixes #2890) | |||
| 2021-10-08 | update metadata.sql to PROJ_DATA version 1.8 | Javier Jimenez Shaw | |
| 2021-10-08 | Set area of use compatible with grid file | Javier Jimenez Shaw | |
| 2021-10-07 | Merge pull request #2888 from rouault/epsg_10_037 | Even Rouault | |
| Database: update to EPSG v10.037 | |||
| 2021-10-07 | extend unit test to find GGM10 for vcrs EPSG:5703 | Javier Jimenez Shaw | |
| 2021-10-07 | add GGM10 (Mexico to NAVD88) to geoid_model sql table | Javier Jimenez Shaw | |
| 2021-10-07 | add mx_inegi_ggm10.tif vertical grid file, with custom transformation | Javier Jimenez Shaw | |
| 2021-10-07 | Database: update to EPSG v10.037 | Even Rouault | |
| 2021-10-07 | scripts/build_db.py: fix due to recent changes | Even Rouault | |
| 2021-10-07 | cmake build: install proj_symbol_rename.h | Even Rouault | |
| 2021-10-07 | Merge pull request #2887 from rouault/fix_2886 | Even Rouault | |
| Fix CRS Equality with PROJ parameter order | |||
| 2021-10-06 | CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options ↵ | Even Rouault | |
| (fixes #2886) | |||
| 2021-10-06 | ProjectedCRS::_isEquivalentTo(): ignore base CRS axis order even in ↵ | Even Rouault | |
| EQUIVALENT mode if one of them is lacking an explicit CS order (refs #2886) | |||
| 2021-10-06 | Merge pull request #2884 from rouault/fix_op_alternatives_bbox_non_greenwich | Even Rouault | |
| proj_create_crs_to_crs() + proj_trans(): fix when non-Greenwich prime meridian is involved | |||
| 2021-10-06 | proj_create_crs_to_crs() + proj_trans(): fix when non-Greenwich prime ↵ | Even Rouault | |
| meridian is involved This fixes a regression introduced in 7af1d5741da08d9546b907e0da2c21c54c61b27 / PROJ 7.2.0 where reprojection of area of use was broken when the source/target CRS did not use Greenwich as prime meridian. Fixes https://lists.osgeo.org/pipermail/gdal-dev/2021-October/054764.html Now with the fix: - using grid: $ echo 286415 431434 | PROJ_NETWORK=ON src/cs2cs -d 4 EPSG:20790 EPSG:3763 86412.4262 131434.1706 0.0000 - not using it: $ echo 286415 431434 | src/cs2cs -d 4 EPSG:20790 EPSG:3763 86412.5265 131433.8561 0.0000 | |||
| 2021-10-06 | test_c_api.cpp: reformat | Even Rouault | |
| 2021-10-05 | Add proj_trans_bounds to compute the image of a input bounding box through a ↵ | Alan D. Snow | |
| transformation (#2882) Fixes #2779 | |||
| 2021-10-05 | Merge pull request #2876 from rouault/iau | Even Rouault | |
| Add IAU_2015 CRS definitions | |||
| 2021-10-05 | Merge pull request #2868 from rouault/proj_factors_with_projected_crs | Even Rouault | |
| proj_factors(): accept P to be a projected CRS (fixes #2854) | |||
| 2021-10-04 | Merge pull request #2883 from snowman2/build_docs | Even Rouault | |
| DOC: Add instructions for building docs with docker image | |||
| 2021-10-03 | DOC: Add instructions for building docs with docker image | snowman2 | |
| 2021-09-30 | Merge pull request #2881 from ↵ | Even Rouault | |
| rouault/fix_misidentification_of_projstring_with_ellipsoid CRS::identify(): fix ignoring CS order when identifying a geodetic CRS by a PROJ string with just the ellipsoid | |||
| 2021-09-30 | proj_factors(): accept P to be a projected CRS (fixes #2854) | Even Rouault | |
| Updated doc: Starting with PROJ 8.2, the P object can be a projected CRS, for example instantiated from a EPSG CRS code. The factors computed will be those of the map projection implied by the transformation from the base geographic CRS of the projected CRS to the projected CRS. The input geodetic coordinate lp should be such that lp.lam is the longitude in radian, and lp.phi the latitude in radian (thus independently of the definition of the base CRS, if P is a projected CRS). | |||
| 2021-09-29 | CRS::identify(): fix ignoring CS order when identifying a geodetic CRS by a ↵ | Even Rouault | |
| PROJ string with just the ellipsoid | |||
| 2021-09-29 | Merge pull request #2878 from kbevers/fix-latlon-doc | Kristian Evers | |
| doc: clarify use of +datum option with +proj=latlon | |||
| 2021-09-29 | doc: clarify use of +datum option with +proj=latlon | Kristian Evers | |
| 2021-09-29 | Merge pull request #2877 from rouault/relates_to_gdal_3927 | Even Rouault | |
| CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (related to refs OSGeo/gdal#3927) | |||
| 2021-09-28 | CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (related to ↵ | Even Rouault | |
| refs OSGeo/gdal#3927) | |||
| 2021-09-28 | projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work ↵ | Even Rouault | |
| with IAU generic authority name | |||
| 2021-09-28 | test: add tests of operations between geographic/geodetic and projected IAU CRS | Even Rouault | |
| 2021-09-28 | PROJStringFormatter: add optimizations useful for IAU CRS transformation ↵ | Even Rouault | |
| pipelines | |||
| 2021-09-28 | Add a mapping for versioned authorities, so that one can use IAU:xxxx or ↵ | Even Rouault | |
| IAU_2015:xxxx transparently | |||
| 2021-09-28 | Database: add IAU_2015 CRS | Even Rouault | |
| 2021-09-28 | Database: add check for Orthographic conversion | Even Rouault | |
| 2021-09-28 | AuthorityFactory::createGeodeticCRS(): use description column for remarks | Even Rouault | |
| 2021-09-28 | Database reading: implement reading a GeodeticCRS with a Spherical CS | Even Rouault | |
| 2021-09-28 | Database: add some hand made entries early | Even Rouault | |
| 2021-09-27 | Merge pull request #2872 from rouault/epsg_10_036 | Even Rouault | |
| Database: update to EPSG v10.036 | |||
| 2021-09-27 | Database: update to EPSG v10.036 | Even Rouault | |
| 2021-09-27 | Merge pull request #2865 from direvus/doc/2864-error-handling | Kristian Evers | |
| DOC: Add content for Development/Error handling page. | |||
