aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-11-01When reading from database, possibly return VerticalCRS with a DatumEnsembleEven Rouault
Only occurence for now is EPSG:9451 'BI height' using the 'British Isles height ensemble'
2020-11-01When reading from database, possibly return Geographic/GeodeticCRS with a ↵Even Rouault
DatumEnsemble, typically for WGS 84 and ETRS89 ('breaking change')
2020-11-01Merge pull request #2402 from rouault/improved_comments_datumEven Rouault
Doxygen: improve doc of functions related to Datum/DatumEnsemble
2020-11-01Merge pull request #2401 from rouault/improve_remarksEven Rouault
Fill remarks on coordinate operations in more situations
2020-11-01Merge pull request #2400 from ↵Even Rouault
rouault/proj_create_ellipsoidal_2D_cs_doc_improvement proj_create_ellipsoidal_2D/3D_cs(): doc improvement
2020-11-01Switch website 'edit on GitHub' to 7.2 branchKristian Evers
2020-11-01Update version numbers in preparation for 8.0.0 releaseKristian Evers
2020-11-01Merge remote-tracking branch 'osgeo/master'Kristian Evers
2020-11-01Update docs for 7.2.0 releaseKristian Evers
2020-10-31Doxygen: improve doc of functions related to Datum/DatumEnsembleEven Rouault
2020-10-31Fill remarks for PROJ-based operation mixing horizontal and vertical ↵Even Rouault
transformations
2020-10-31Make sure that remarks is preserved when substituting (EPSG) grid name by ↵Even Rouault
PROJ one
2020-10-31proj_create_ellipsoidal_2D/3D_cs(): doc improvementEven Rouault
2020-10-28Merge pull request #2398 from hernando/japanese-geoidEven Rouault
Update GSIGEO2011 grid alternative to latest PROJ-data
2020-10-28Update GSIGEO2011 grid alternative to latest PROJ-dataJuan Hernando
2020-10-26Use correct PROJ_API_VERSION following updated procedure in HOWTORELEASEKristian Evers
2020-10-26Update PROJ_API_VERSION instructionsKristian Evers
2020-10-26Update NEWS for 7.2 releaseKristian Evers
2020-10-26Update man-pages from Sphinx-docsKristian Evers
2020-10-26Bump ABI version numbers for 7.2 releaseKristian Evers
2020-10-26build_esri_projection_mapping.py: use symbolic name ↵Even Rouault
EPSG_NAME_METHOD_COLOMBIA_URBAN
2020-10-26Merge pull request #2396 from nyalldawson/notesEven Rouault
Remove 'Local' from list of unsupported ESRI projections
2020-10-26Map ESRI IGAC_Plano_Cartesiano to EPSG Colombia Urban (refs #2395)Even Rouault
2020-10-26Remove 'Local' from list of unsupported ESRI projectionsNyall Dawson
2020-10-25Merge pull request #2395 from rouault/colombia_urbanEven Rouault
Add +proj=col_urban projection, implementing a EPSG projection method used by a number of projected CRS in Colombia (fixes #589)
2020-10-25Add +proj=col_urban projection, implementing a EPSG projection method used ↵Even Rouault
by a number of projected CRS in Colombia (fixes #589)
2020-10-25Fix issues spotted by cppcheckEven Rouault
2020-10-25More typo fixesEven Rouault
2020-10-25scripts/fix_typos.sh: adjust qgis.txt for our scriptEven Rouault
2020-10-25Fix typos spotted by scripts/fix_typos.shEven Rouault
2020-10-24projsync: fix --list-files to be compatible with filtering optionsEven Rouault
2020-10-24triangulation.schema.json: add a 'name' member in 'extent'Even Rouault
2020-10-24triangulation.schema.json: add an 'extent' memberEven Rouault
2020-10-24Database: move NZGD2000 deformation model from customizations.sql to new ↵Even Rouault
other_tranformation_custom.sql
2020-10-24grid_checks.py: rename variables / messages to proj-dataEven Rouault
2020-10-24Merge pull request #2393 from hernando/japanese-geoidEven Rouault
Added transformation from JGD2011 Geographic 3D to JGD2011 height using GSIGEO2011
2020-10-24Added transformation from JDG2011 geog 3D to JGD2011 height using GSIGEO2011Juan Hernando
2020-10-24Sort grid_alternatives.sql by agency alphabeticallyJuan Hernando
2020-10-23Merge branch 'master' of github.com:OSGeo/PROJCharles Karney
2020-10-23Minor fixes to tmerc documentationCharles Karney
2020-10-23Merge pull request #2392 from rouault/fi_nls_tinsEven Rouault
Database (and tweaks in core): Add Finland tinshift operations
2020-10-23Database: add Finland tinshift operationsEven Rouault
2020-10-23PROJStringFormatter::getUsedGridNames(): recognize +file= parameter of ↵Even Rouault
operation +proj=tinshift
2020-10-23Add logic to handle interpolationCRS in PROJBasedOperation and ↵Even Rouault
ConcatenatedOperation
2020-10-23Database: add interpolation_crs_auth_name and interpolation_crs_code columns ↵Even Rouault
to other_transformation table
2020-10-23Merge pull request #2388 from cffk/merc-doc-updateCharles Karney
Improve the documentation for the Mercator projection
2020-10-23merc.rst: change "origins from 15th cent" to 16th cent.Charles Karney
2020-10-23AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ↵Even Rouault
concatenated operation when there is a conversion step
2020-10-23Merge pull request #2390 from rouault/db_interleave_usageEven Rouault
Database: for clarity, put usage records after the object they are for