aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-01disable website builds on commits to 6.2 branch6.2Kristian Evers
2019-12-09isea docs: Rewrite intro and reference to reflect actual projectionKristian Evers
Previous version was describing oea by mistake. It is also a projection by Snyder and the isea docs was based on the paper on the oea projection. This commit fixes that.
2019-12-07Add intro and table to isea doc pageKristian Evers
2019-12-06Doc: resource_files.rst: remove mentions of no longer existing esri, epsg ↵Even Rouault
and IGNF init-files
2019-12-06Doc: 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-06Doc: resource_files.rst: document where resource files are looked for ↵Even Rouault
(without recent Win32 specific addition)
2019-11-30[Docs] Minor changes regarding datumgrid pages (#1751) (#1760)Jeff McKenna
Update README, install.rst and resource_files.rst
2019-11-30Doc: 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-28Replace OSGeo Community logo with OSGeo Project logoKristian Evers
PROJ is now a proper OSGeo project, let's advertise it as such!
2019-11-28Merge branch '6.2' of https://github.com/OSGeo/proj.4 into 6.2Kristian Evers
2019-11-25normalizeForVisualization() and other methods applying on a ProjectedCRS: do ↵Even Rouault
not mess the derivingConversion object of the original object (fixes #1736) normalizeForVisualization(), promoteTo3D(), demoteTo2D(), alterGeodeticCRS(), alterCSLinearUnit() and alterParametersLinearUnit() all used the object returned by derivingConversionRef() to create a new ProjectedCRS. While doing so, this caused the derivingConversion of the original object to have its targetCRS set to the object returned by normalizeForVisualization() and similar. If that object died, then the weak pointer would be reset, and the original ProjectedCRS() has now its derivingConversionRef()->targetCRS() nullptr So bottom line is use derivingConversion() for anything that is not pure reading !!! This is confirmed to be the fix for the QGIS scenario in https://github.com/qgis/QGIS/issues/30569#issuecomment-540060919 In QGIS use case, the issue arised when using a projected CRS with a non-GIS friendly axis (that is where normalizeForVisualization() created a new projectedCRS)
2019-11-22travis/osx/before_install.sh: attempt to fix 'pip is configured with ↵Even Rouault
locations that require TLS/SSL, however the ssl module in Python is not available.'
2019-11-22Doc: configure the 'Edit on GitHub' buttonEven Rouault
2019-11-21projjson.rst: typo fixEven Rouault
2019-11-21Doc: add a about_core.rst file to avoid duplication between index.rst and ↵Even Rouault
about.rst
2019-11-19Doc: update status of RFC-2 [skip appveyor]Even Rouault
2019-11-18data/ITRF2014: replace errouneous minus Unicode character by its ASCII versionEven Rouault
Affected parameters of Plate Motion Models. Spotted by Xavier Collilieux on https://lists.osgeo.org/pipermail/proj/2019-November/009011.html
2019-11-14schemas/v0.2/projjson.schema.json: update (just for the sake of having a ↵Even Rouault
refreshed online version. Does not concern 6.2 branch itself) [skip appveyor]
2019-11-13Merge pull request #1727 from OSGeo/backport-1726-to-6.2Even Rouault
[Backport 6.2] Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord operations
2019-11-12Minor typo fix in docs faq.rstGuillaume Lostis
2019-11-12Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord ↵Even Rouault
operations Fixes https://github.com/OSGeo/gdal/issues/1989 pj_set_ctx() only changes the context to the main object. It should also recurse down to the steps of the pipeline and the alternative coordinate operations hold in alternativeCoordinateOperations In the GDAL use case with multithreaded reprojection, and objects being transferred between thread, this would cause a failed coordinate transformation to affect an unrelated transformation of another thread...
2019-11-12Merge pull request #1723 from OSGeo/backport-1722-to-6.2Even Rouault
[Backport 6.2] Doc: document oddity related to identification of CRS from ESRI WKT
2019-11-09Doc: document oddity related to identification of CRS from ESRI WKTEven Rouault
Or more generally formulations that don't have an explicit axis order. Refs https://github.com/pyproj4/pyproj/issues/475 projinfo 'GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]' returns EPSG:4326 with 100% confidence. But its axis order is not the same as EPSG:4326. I've pondered about this, like decreasing the confidence of the match, but this would have downstream effects on GDAL (shapefiles with the above content in a .prj would no longer be identified as EPSG:4326). So for now, document that oddity.
2019-11-08README.md: update badges to specify branch [ci skip]Mike Taves
2019-11-07[Backport 6.2] updated docker URLs and added Fedora entry (#1720)Kristian Evers
[Backport 6.2] updated docker URLs and added Fedora entry
2019-11-07updated docker URLs and added Fedora entryMarkus Neteler
2019-11-05Doc: fix formatting in usage/transformation.rstKristian Evers
2019-11-04Add schemas/v0.2/projjson.schema.jsonEven Rouault
2019-11-04Merge pull request #1715 from OSGeo/backport-1712-to-6.2Even Rouault
[Backport 6.2] Doc: fixes in usage/transformation.rst
2019-11-04Doc: fixes in usage/transformation.rstEven Rouault
- Section about cs2cs no longer applies to PROJ 6. Ammended to underline that. - Remove no longer relevant/unclear caveats.
2019-11-03Merge pull request #1713 from OSGeo/backport-1711-to-6.2Even Rouault
[Backport 6.2] createOperations(): in some circumstances we wrongly promoted a Helmert geog2D transformation to a geog3D
2019-11-03createOperations(): in some circumstances we wrongly promoted a Helmert ↵Even Rouault
geog2D transformation to a geog3D Fixes for example EPSG:4979 to EPSG:2189, as raised in https://github.com/OSGeo/gdal/issues/1972#issuecomment-548814354
2019-11-01Bump version number of websiteKristian Evers
2019-11-01Update website with 6.2.1 releaseKristian Evers
2019-10-31Merge pull request #1706 from OSGeo/backport-1701-to-6.2Even Rouault
[Backport 6.2] Document PROJJSON
2019-10-31Merge pull request #1705 from OSGeo/backport-1702-to-6.2Even Rouault
[Backport 6.2] createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700)
2019-10-30createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700)Even Rouault
This is invalid WKT, but GDAL 2.4 used to accept it and make a reasonable use of it... Currently we default it to 0 which is non sensical. Better use 1 as GDAL 2.4 did, and emit a warning. Other fix: proj_create_from_wkt() was documented to operate by default in non-strict validation mode, but it was actually in strict mode. So do as documented.
2019-10-30Doc: add a redirects extension, and make a projjson.html redirect at the top ↵Even Rouault
to its current location
2019-10-30Document PROJJSONEven Rouault
More could probably be written, but at least this can serve as a landing/reference page for other documents/specifications to point to.
2019-10-29news.rst: fix hyperlinkEven Rouault
2019-10-28Update version numbers for 6.2.16.2.1Kristian Evers
2019-10-28Update NEWS for 6.2.1Kristian Evers
2019-10-28Update man-pages from Sphinx-docsKristian Evers
2019-10-28Update ABI version numbers for 6.2.1 releaseKristian Evers
2019-10-26Merge pull request #1695 from OSGeo/backport-1681-to-6.2Kristian Evers
[Backport 6.2] Add code of conduct
2019-10-25Merge pull request #1692 from OSGeo/backport-1691-to-6.2Even Rouault
[Backport 6.2] importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690)
2019-10-25Add code of conductKristian Evers
2019-10-25importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690)Even Rouault
2019-10-19Merge pull request #1685 from OSGeo/backport-1683-to-6.2Kristian Evers
[Backport 6.2] createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit
2019-10-18[Backport 6.2] Fix segfaults in case of out-of-memory situations (#1684) ↵backporting[bot]
(fixes #1678)