| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-17 | Doc: network and geotiff grid improvements | Even Rouault | |
| - Add a usage/network.rst document for all network related information (fixes #1852) - reference it from cs2cs and cct docs - Create a specification/ section - Move usage/projjson.json to specification/ - Move the description of the GeoTIFF format from RFC-4 text to a specifications/geodetictiffgrids.rst (refs #1850) | |||
| 2020-01-17 | Merge branch 'master' into rfc4_merge_back_master | Even Rouault | |
| 2020-01-13 | cct doc: mention use or remote grids | Even Rouault | |
| 2020-01-13 | Remove -ld option from proj and cs2cs | Kristian Evers | |
| It promotes use of deprecated paramters +datum and +towgs84 which we don't want to encourage. Closes #1308 | |||
| 2020-01-11 | Fix missing word in cct.rst and cct.1 | andreas | |
| 2020-01-07 | projinfo: support -k datum | Even Rouault | |
| 2019-12-27 | Network: automatically use CDN resources when local resources not available, ↵ | Even Rouault | |
| and networking enabled | |||
| 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-11-25 | Doc: change 7.0 references to 6.3 | Even Rouault | |
| 2019-09-23 | Document the autopromotion to 3D when mix of 2D/3D CRS in ↵ | Even Rouault | |
| createOperations(), and test it (fixes #1623) | |||
| 2019-09-11 | API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and ↵ | Even Rouault | |
| proj_crs_create_projected_3D_crs_from_2D() (fixes #1587) Also add a --3d switch to projinfo | |||
| 2019-09-08 | Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518) | Even Rouault | |
| - C API: PJ_GUESSED_WKT2_2019 is added, PJ_GUESSED_WKT2_2018 aliased to it - C API: PJ_WKT2_2019[_SIMPLIFIED] is added, PJ_WKT2_2018[_SIMPLIFIED] alias to it - C++ API: similarly for WKTFormatter::Convention::WKT2_2019[_SIMPLIFIED] Those above changes should be fully backward API and ABI compatible. projinfo changes: - accept WKT2_2019 as value for -o switch. WKT2_2018 is still accepted (undocumented) - output now uses 'WKT2_2019 string:', so might break scripts that would rely on that. Other internal code references to WKT2_2018 changes to WKT2_2019, included in tests. | |||
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵ | Even Rouault | |
| to exported PROJJSON strings | |||
| 2019-08-09 | projinfo: document PROJJSON output, and add single-line output capability | Even Rouault | |
| 2019-06-06 | createFromUserInput(): support OGC URN to create projectedCRS, for example ↵ | Even Rouault | |
| to instanciate a projected 3D CRS | |||
| 2019-06-05 | Update GitHub references: proj.4 -> PROJ | Mike Taves | |
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves | |
| 2019-05-15 | Merge remote-tracking branch 'origin/master' | Andrew Bell | |
| 2019-05-15 | Add file reference language. | Andrew Bell | |
| 2019-04-22 | proj_create(): add support for compoundCRS and concatenatedOperation named ↵ | Even Rouault | |
| from their components Support following syntaxes: - OGC URN combining references for compoundCRS: e.g. "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717" - its GDAL shortcut: e.g. "EPSG:2393+5717" - OGC URN combining references for concatenated operations: e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618" | |||
| 2019-03-28 | Doc: document --identify switch of projinfo (fixes #1332) | Even Rouault | |
| 2019-03-24 | Doc: consistently use +opt and brackets | Chris Mayo | |
| +opt represents one parameter. An ellipsis indicates additional instances of the previous parameter may be given. Spaces are used between parameters and before an ellipsis, not purely to format brackets. See man(1) SYNOPSIS conventions. | |||
| 2019-03-21 | Add -k ellipsoid option to projinfo (#1338) | Nyall Dawson | |
| Allows querying of ellipsoid definitions by auth:code lookup | |||
| 2019-03-19 | Doc: impove doc about OGC URN | Even Rouault | |
| 2019-03-06 | Make proper reference to 'gie --list' | Kristian Evers | |
| 2019-03-06 | Improve formatting of program references on apps index | Kristian Evers | |
| 2019-02-28 | Miscellaneous documentation fixes | Mike Taves | |
| - Corrections to BibTeX references, normalise format with JabRef - Typos in projinfo - Simplify update CITATION step | |||
| 2019-02-23 | Fix spelling errors. | Bas Couwenberg | |
| * specfied -> specified | |||
| 2019-02-17 | Modify the default strategy of researching intermediate CRS to do it only if ↵ | Even Rouault | |
| there is no direct transformation | |||
| 2019-01-22 | Update cs2cs man page result (the change is due to ntv1_can.dat being used ↵ | Even Rouault | |
| instead of conus...) (refs #1229) | |||
| 2019-01-22 | proj_create_crs_to_crs(): defer selection of actual coordinate operation ↵ | Even Rouault | |
| until proj_trans() is called (fixes #1229) | |||
| 2019-01-19 | Doc: add doc for projinfo (fixes #1183) | Even Rouault | |
| 2019-01-19 | Doc: update cs2cs and also C API regarding area of use (fixes #1186) | Even Rouault | |
| 2019-01-18 | Remove Chebyshev polynomials from proj | Kristian Evers | |
| 2018-09-07 | cct: forward comments to output | Kristian Evers | |
| Any text written after the coordinate input will automatically be forwarded to the output stream. Text in columns before the coordinate input is discarded in the output. This works for any combination of -c, -t and -z parameters: $ echo 12 56 100 2018.0 comment comment | cct +proj=merc 1335833.8895 7522963.2411 100.0000 2018.0000 comment commen $ echo text 12 56 100 2018.0 comment | cct -c 2,3,4,5 +proj=merc 1335833.8895 7522963.2411 100.0000 2018.0000 comment $ echo text 12 56 comment | cct -c 2,3 -t0 -z0 +proj=merc 1335833.8895 7522963.2411 0.0000 0.0000 comment $ echo 12 56 comment | cct -t0 -z0 +proj=merc 1335833.8895 7522963.2411 0.0000 0.0000 comment Closes #918 | |||
| 2018-09-05 | Minor corrections to cli app docs on -d option | Kristian Evers | |
| Added the version of introduction and removed comment about angular and linear output (it's an internal implementation detail that users doesn't need to be aware of). | |||
| 2018-09-05 | Add -d option to proj, cs2cs and cct (#1109) | Søren Holm | |
| Specify number of decimals to display when transforming coordinates with either proj, cs2cs or cct. | |||
| 2018-08-23 | Follow ISO-19100 nomenclature in proj man-page | Kristian Evers | |
| proj only does projections, hence we should use the word conversion instead of transformation in this context. | |||
| 2018-08-12 | Document require_grid option | Even Rouault | |
| 2018-07-06 | Update cs2cs example to reflect actual output | Kristian Evers | |
| Closes #981 | |||
| 2018-06-02 | Upgrade http:// to https:// where feasible | Mike Toews | |
| 2018-05-23 | Fix indentation in gie roundtrip option | Kurt Schwehr | |
| 2018-05-23 | gie roundtrip: Expand the 3 cases for the args | Kurt Schwehr | |
| 2018-05-05 | replace: son -> child | mwtoews | |
| 2018-05-05 | cs2cs usage: remove note about non-existant -b -i -o options. | mwtoews | |
| 2018-05-05 | cct usage: add 'I' to docs, re-order usage to same as docs | mwtoews | |
| 2018-05-05 | proj usage: remove unused 'c', add 'vV' to invproj | mwtoews | |
| 2018-05-05 | fix typos | mwtoews | |
| 2018-05-05 | Use formatting similar to used in original manuals | mwtoews | |
| Minor rephrasing for better reading. Split -[w|W]<n> into two options. | |||
| 2018-05-05 | normalise whitespace - most content untouched | mwtoews | |
