| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-20 | Update utm.rst | Nomit Rawat | |
| Typo | |||
| 2020-11-19 | Replace line feed in input line by null character | J.H. van de Water | |
| As result of a modification in logging (adding a line feed), many changes had to be made in different places of cct.cpp. However, one missed the line feed in input to cct. As result of missing this, the output from cct showed a superfluous empty line after each output line, but only if the corresponding input line ended with comment. Replacing the LF in the "comment" string (present if the input line ended with comment) by a null character ('\0') solves this issue. Modification in logging? https://github.com/OSGeo/PROJ/commit/37da5e243191c04607597f6b8a77acfa017a5c99 ( cct: revise end-of-line handling in logging, and always output debug ) See also: https://github.com/OSGeo/PROJ/issues/1677 ( cct outputs excessive whitespace comments are included in input data ) | |||
| 2020-11-19 | Merge pull request #2435 from rouault/backport_7.2_epsg_10_007 | Even Rouault | |
| Database: update to EPSG v10.007 | |||
| 2020-11-18 | Database: update to EPSG v10.007 | Even Rouault | |
| 2020-11-17 | cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each ↵ | Even Rouault | |
| result as soon as it is produced This is needed when working with pipes, when stdout is not an interactive terminal, and thus the behaviour is to have it buffered as a regular file, whereas with an interactive terminal, each newline character causes an implicit flush. | |||
| 2020-11-17 | github actions: update to conda-incubator/setup-miniconda@v2 to be ↵ | Even Rouault | |
| compatible with latest github action security fix constraints | |||
| 2020-11-16 | Merge pull request #2428 from PROJ-BOT/backport-2427-to-7.2 | Even Rouault | |
| [Backport 7.2] WKT2 parsing: several fixes related to map projection parameter units | |||
| 2020-11-16 | WKT2 parsing: several fixes related to map projection parameter units | github-actions[bot] | |
| 2020-11-05 | Merge pull request #2412 from PROJ-BOT/backport-2411-to-7.2 | Even Rouault | |
| [Backport 7.2] createBoundCRSToWGS84IfPossible(): make it return same result with a CRS built from EPSG code or WKT1 | |||
| 2020-11-04 | createBoundCRSToWGS84IfPossible(): make it return same result with a CRS ↵ | github-actions[bot] | |
| built from EPSG code or WKT1 | |||
| 2020-11-04 | Merge pull request #2410 from PROJ-BOT/backport-2409-to-7.2 | Even Rouault | |
| [Backport 7.2] docs/Makefile: restore custom 'html' target | |||
| 2020-11-04 | docs/Makefile: restore custom 'html' target | github-actions[bot] | |
| 2020-11-03 | Correct links to github issues in release notes from 7.1.0 to 7.2.0 | github-actions[bot] | |
| 2020-11-02 | Merge pull request #2405 from PROJ-BOT/backport-2404-to-7.2 | Even Rouault | |
| [Backport 7.2] Set CURL_ENABLED definition on projinfo build | |||
| 2020-11-02 | Set CURL_ENABLED definition on projinfo build | github-actions[bot] | |
| 2020-11-01 | Doxygen: improve doc of functions related to Datum/DatumEnsemble | Even Rouault | |
| 2020-11-01 | Fill remarks for PROJ-based operation mixing horizontal and vertical ↵ | Even Rouault | |
| transformations | |||
| 2020-11-01 | Make sure that remarks is preserved when substituting (EPSG) grid name by ↵ | Even Rouault | |
| PROJ one | |||
| 2020-11-01 | proj_create_ellipsoidal_2D/3D_cs(): doc improvement | Even Rouault | |
| 2020-11-01 | Switch website 'edit on GitHub' to 7.2 branch | Kristian Evers | |
| 2020-11-01 | Update docs for 7.2.0 release | Kristian Evers | |
| 2020-10-28 | Update GSIGEO2011 grid alternative to latest PROJ-data7.2.0 | Juan Hernando | |
| 2020-10-28 | Use correct PROJ_API_VERSION following updated procedure in HOWTORELEASE | Kristian Evers | |
| 2020-10-28 | Update PROJ_API_VERSION instructions | Kristian Evers | |
| 2020-10-26 | Update NEWS for 7.2 release | Kristian Evers | |
| 2020-10-26 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2020-10-26 | Bump ABI version numbers for 7.2 release | Kristian Evers | |
| 2020-10-26 | build_esri_projection_mapping.py: use symbolic name ↵ | Even Rouault | |
| EPSG_NAME_METHOD_COLOMBIA_URBAN | |||
| 2020-10-26 | Merge pull request #2396 from nyalldawson/notes | Even Rouault | |
| Remove 'Local' from list of unsupported ESRI projections | |||
| 2020-10-26 | Map ESRI IGAC_Plano_Cartesiano to EPSG Colombia Urban (refs #2395) | Even Rouault | |
| 2020-10-26 | Remove 'Local' from list of unsupported ESRI projections | Nyall Dawson | |
| 2020-10-25 | Merge pull request #2395 from rouault/colombia_urban | Even Rouault | |
| Add +proj=col_urban projection, implementing a EPSG projection method used by a number of projected CRS in Colombia (fixes #589) | |||
| 2020-10-25 | Add +proj=col_urban projection, implementing a EPSG projection method used ↵ | Even Rouault | |
| by a number of projected CRS in Colombia (fixes #589) | |||
| 2020-10-25 | Fix issues spotted by cppcheck | Even Rouault | |
| 2020-10-25 | More typo fixes | Even Rouault | |
| 2020-10-25 | scripts/fix_typos.sh: adjust qgis.txt for our script | Even Rouault | |
| 2020-10-25 | Fix typos spotted by scripts/fix_typos.sh | Even Rouault | |
| 2020-10-24 | projsync: fix --list-files to be compatible with filtering options | Even Rouault | |
| 2020-10-24 | triangulation.schema.json: add a 'name' member in 'extent' | Even Rouault | |
| 2020-10-24 | triangulation.schema.json: add an 'extent' member | Even Rouault | |
| 2020-10-24 | Database: move NZGD2000 deformation model from customizations.sql to new ↵ | Even Rouault | |
| other_tranformation_custom.sql | |||
| 2020-10-24 | grid_checks.py: rename variables / messages to proj-data | Even Rouault | |
| 2020-10-24 | Merge pull request #2393 from hernando/japanese-geoid | Even Rouault | |
| Added transformation from JGD2011 Geographic 3D to JGD2011 height using GSIGEO2011 | |||
| 2020-10-24 | Added transformation from JDG2011 geog 3D to JGD2011 height using GSIGEO2011 | Juan Hernando | |
| 2020-10-24 | Sort grid_alternatives.sql by agency alphabetically | Juan Hernando | |
| 2020-10-23 | Merge branch 'master' of github.com:OSGeo/PROJ | Charles Karney | |
| 2020-10-23 | Minor fixes to tmerc documentation | Charles Karney | |
| 2020-10-23 | Merge pull request #2392 from rouault/fi_nls_tins | Even Rouault | |
| Database (and tweaks in core): Add Finland tinshift operations | |||
| 2020-10-23 | Database: add Finland tinshift operations | Even Rouault | |
| 2020-10-23 | PROJStringFormatter::getUsedGridNames(): recognize +file= parameter of ↵ | Even Rouault | |
| operation +proj=tinshift | |||
