| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-10 | Update version and libtool number to 6.3.1 | Even Rouault | |
| 2020-02-06 | Fix ingestion of +proj=cea with +k_0 | Even Rouault | |
| Fixes #1881 Digging into the implementation of proj=cea, it appears that k_0 and lat_ts are intended to be exclusive ways of specifying the same concept. EPSG only models the variant using lat_s. So if k_0 is found and lat_ts is absent, compute the equivalent value of lat_ts from k_0. Note: k_0 should normally be in the [0,1] range. In case creative users would use something outside, we raise an exception, even if the cea implementation could potentially deal with any k_0 value. Hopefully this is a (reasonable) limitation that will address nominal use cases. | |||
| 2020-01-28 | Mention the Julia package Proj4.jl | Anshul Singhvi | |
| in `docs/src/development/bindings.rst` | |||
| 2020-01-26 | Doc: advertize FOSS4G 2020 | github-actions[bot] | |
| 2020-01-23 | docs: add note about autogen.sh to install guide | Kristian Evers | |
| 2020-01-22 | Add explanation of the PROJ.4 -> PROJ shift to FAQ | Kristian Evers | |
| closes #1511 | |||
| 2020-01-21 | Doc use of vertical grids with spaces in path | Raven Kopelman | |
| 2020-01-21 | Doc use of deformation grids with spaces in path | Raven Kopelman | |
| 2020-01-21 | grammar cleanup, removed confusing "either" | Raven Kopelman | |
| 2020-01-21 | Fix spelling mistake in "horizontal" | Raven Kopelman | |
| 2020-01-20 | Need quotes when a pipeline grid path contains spaces | Raven Kopelman | |
| Not certain whether this is appropriate when you are dealing with lists of grids, but it definitely helps for a single grid. | |||
| 2020-01-16 | Explain why sweep axis affects geolocation | Gerrit Holl | |
| In the note on the sweep angle, add a line explaining why the sweep angle ultimately affects the geolocation, as it is not immediately or trivially obvious to see why it should matter what the outer or inner gimbal is. To this end, link to a post on Mathematics Stack Exchange that explains this very well. | |||
| 2020-01-15 | Add RFC 4 text: Remote access to grids and GeoTIFF grids (#1747) | Even Rouault | |
| 2020-01-14 | doc: Fix error in previous commit (duplicate link targets) | Kristian Evers | |
| 2020-01-14 | Doc: Update index of development section | Kristian Evers | |
| Adds links to git repositories and adjusts deprecation warnings to reflect that PROJ 6 has been released. | |||
| 2020-01-06 | Doc: add a 'Feedback from downstream projects' for PROJ6 migration | Even Rouault | |
| 2020-01-02 | operations_computation.rst: update with latest 6.3 adjustments | Even Rouault | |
| 2020-01-01 | Update github version in Sphinx config | Kristian Evers | |
| 2020-01-01 | Update website for 6.3.0 release | Kristian Evers | |
| 2019-12-26 | Add link to Go bindings (#1807) | joe-mann | |
| 2019-12-25 | Doc: resource_files.rst: s/dictionaries/directories | Even Rouault | |
| 2019-12-25 | Doc: differences.rst: add note about WKT1:GDAL no longer implicitly calling ↵ | Even Rouault | |
| --boundcrs-to-wgs84 | |||
| 2019-12-25 | projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | Even Rouault | |
| To align with GDAL 3.0.3 behaviour, no longer automatically try to create a boundCRS to WGS84 when exporting to WKT1:GDAL. The user has to explicitly specify --boundcrs-to-wgs84 if he wishes this behaviour. | |||
| 2019-12-10 | DOC: correction to doi field; remove uri, which is identical to doi for ↵ | Mike Taves | |
| Snyder1992 | |||
| 2019-12-09 | isea docs: Rewrite intro and reference to reflect actual projection | Kristian 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-07 | Add intro and table to isea doc page | Kristian Evers | |
| 2019-12-06 | Merge pull request #1764 from rouault/updates_in_resource_files | Kristian Evers | |
| Doc: resource_files.rst updates | |||
| 2019-12-05 | Merge pull request #1756 from rouault/document_create_operations | Even Rouault | |
| Doc: add a operations_computation.rst describe the magic behind createOperations() | |||
| 2019-12-04 | operations_computation.rst: try to clarify sorting logic [skip appveyor] | Even Rouault | |
| 2019-12-01 | Doc: resource_files.rst: remove mentions of no longer existing esri, epsg ↵ | Even Rouault | |
| and IGNF init-files | |||
| 2019-12-01 | Doc: 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-01 | Doc: 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-29 | Doc: 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-29 | operations_computation.rst: fixes | Even Rouault | |
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | operations_computation.rst: just mention PROJ 6.3.0 | Even Rouault | |
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
