aboutsummaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Collapse)Author
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-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-12Minor typo fix in docs faq.rstGuillaume Lostis
2019-11-07updated docker URLs and added Fedora entryMarkus Neteler
2019-11-05Doc: fix formatting in usage/transformation.rstKristian Evers
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-01Bump version number of websiteKristian Evers
2019-11-01Update website with 6.2.1 releaseKristian Evers
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-25Add code of conductKristian Evers
2019-10-16Use dedicated logo for websiteKristian Evers
Fixes #1670
2019-10-03ob_tran doc: fix/clarify semantics of o_lat_p/o_lon_pEven Rouault
This is a super confusing topic, but from experiments, and in particular with the example of Fairgrieve projection, o_lat_p and o_lon_p are the coordinates of the North pole of the unrotated geographic CRS expressed in the rotated geographic CRS. This is different from defining a 'new pole', which would be the coordinates of the rotated North pole expressed in the unrotated CRS.
2019-10-07Add logo to websiteKristian Evers
2019-10-04Doc: Update conda install procedureKristian Evers
The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda.
2019-09-17Update link to Austrian grid files. Fixes #1546Kristian Evers
2019-09-16Update doc image for bertin1953Kristian Evers
2019-09-15Doc: add a section to document backward incompatibilies regarding the ↵Even Rouault
support of +init=epsg:XXXX syntax (relates to #1597)
2019-09-12Improve migration code examplesKai Pastor
2019-09-11Make migration code examples compileKai Pastor
2019-09-05Add link to Rust bindingsStephan Hügel
2019-09-01Update download links in the docsKristian Evers
2019-09-01Add release notes for 6.2.0 to websiteKristian Evers
2019-08-27Merge remote-tracking branch 'osgeo/master'6.2.0Kristian Evers
2019-08-26Add a proj_cleanup() function to free global resources, typically at process ↵Even Rouault
termination
2019-08-26Update API numbers in preparation for 6.2.0 releaseKristian Evers
2019-08-24Add osgeo community logo, part of incubation (#1568)Michael D. Smith
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault
I've been frustrated a number of times with proj_create_crs_to_crs() not accepting a PJ* object for the source and target CRS. And thus constraining to go back to WKT2 in a artificial way.
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵Even Rouault
to exported PROJJSON strings
2019-08-09projinfo: document PROJJSON output, and add single-line output capabilityEven Rouault
2019-07-01docs: Fix malformed link in news.rstKristian Evers
2019-07-01Fix release date for 6.1.1Kristian Evers
2019-07-01Update website for 6.1.1 releaseKristian Evers
2019-06-21Use HTTPS URLs for download.osgeo.orgPaul Menzel
Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521
2019-06-06createFromUserInput(): support OGC URN to create projectedCRS, for example ↵Even Rouault
to instanciate a projected 3D CRS
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-06-01Merge pull request #1496 from mwtoews/renameEven Rouault
Update website: proj4.org -> proj.org
2019-06-01Docs: rename project to PROJEven Rouault
2019-06-01Update website: proj4.org -> proj.orgMike Taves