| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-20 | Remove unused pj_apply_gridshift() | Kristian Evers | |
| 2020-11-20 | Removed unused functions from src/utils.cpp | Kristian Evers | |
| 2020-11-20 | Remove pj_ctx_* functions and use their proj_context counterparts | Kristian Evers | |
| 2020-11-20 | Remove legacy file API | Kristian Evers | |
| 2020-11-20 | Convert multistresstest to new API | Kristian Evers | |
| 2020-11-20 | Weed out proj_api.h datatypes and replace them with their proj.h counterparts | Kristian Evers | |
| 2020-11-20 | Remove src/transform.cpp and related tests | Kristian Evers | |
| 2020-11-20 | Raise error when ACCEPT_USE_OF_DEPRECATED_PROJ_API_H is defined | Kristian Evers | |
| 2020-11-20 | Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro | Kristian Evers | |
| 2020-11-20 | Remove proj_api.h | Kristian Evers | |
| Removes proj_api.h from the public API. The contents of the header file has been moved to proj_internal.h verbatim and any references to proj_api.h has been changed to proj_internal.h. The documentation of proj_api.h has been removed. The only exception to this is the API migration guides which still mention the old API. Fixes #837 | |||
| 2020-11-18 | Merge pull request #2434 from rouault/update_to_epsg_10.0.7 | 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 | WKT2 parsing: several fixes related to map projection parameter units | Even Rouault | |
| - WKT2 grammar: accept PARAMETER[name,value,id] without unit - Recognize "Ellipsoid scaling factor" as a parameter with a scaling unit, and defaults to Unity when not specified - WKT2 parsing: implement the requirement of 18-010r7.html#80, that is when a map projection parameter has no explicit unit, use metre/degree/unity as the default unit (contrary to WKT1 parsing rules where they are deduced from the GeogCRS angular unit and coordinate system) | |||
| 2020-11-12 | Merge pull request #2422 from rouault/fix_polar_stere_at_pole | Even Rouault | |
| Polar stereographic at pole: make it return (0,0) | |||
| 2020-11-12 | Polar stereographic at pole: make it return (0,0) | Even Rouault | |
| Due to the improved accuracy of pj_tsfn(), it no longer returns 0 when phi=90° due to the conversion in radians. Some GDAL tests are very sensitive to the pole transforming to (0,0) exactly, so add a special case for that. master only | |||
| 2020-11-10 | Merge pull request #2420 from rouault/cct_improvements | Even Rouault | |
| cct: allow @filename syntax | |||
| 2020-11-10 | cct: allow @filename syntax | Even Rouault | |
| Similarly as for projinfo, allow "cct @filename" to mean read filename and use its content as if it was provided inline. Useful for WKT or PROJJSON And a tiny improvements, when the object definition contains ':', only try proj_create_from_database() if the left part (authority name) matches a known authority, to avoid a warning. | |||
| 2020-11-10 | cct.rst: fix indentation | Even Rouault | |
| 2020-11-10 | Allow cct to instantiate operations via object codes or names (#2419) | Kristian Evers | |
| Running cct like cct EPSG:8366 or cct "ITRF2014 to ETRF2014 (1)" is now possible. | |||
| 2020-11-09 | Merge pull request #2417 from rouault/refresh_COPYING | Even Rouault | |
| COPYING: update and install COPYING, NEWS and AUTHORS | |||
| 2020-11-06 | automake and cmake: install COPYING, NEWS and AUTHORS in /share/doc/proj | Even Rouault | |
| 2020-11-06 | COPYING: update | Even Rouault | |
| Fixes #2415 - Change mention of PROJ.4 to PROJ - Change 'I' pronoun to Frank Warmerdam | |||
| 2020-11-04 | createBoundCRSToWGS84IfPossible(): make it return same result with a CRS ↵ | Even Rouault | |
| built from EPSG code or WKT1 Related to https://github.com/OSGeo/gdal/issues/3144 | |||
| 2020-11-04 | Code formatting | Even Rouault | |
| 2020-11-04 | docs/Makefile: restore custom 'html' target | Even Rouault | |
| Fixes #2408 https://github.com/OSGeo/PROJ/pull/2377 removed our customized 'html' and .doxygen_up_to_date targets. Let's restore them | |||
| 2020-11-03 | Correct links to github issues in release notes from 7.1.0 to 7.2.0 | Martin Steinisch | |
| 2020-11-02 | cmake build: set CURL_ENABLED definition on projinfo build (#2404) | Olli Raisa | |
| Fixes projinfo operation, when --remote-data command line option is parsed. | |||
| 2020-11-01 | Merge pull request #2371 from rouault/epsg10_part2 | Even Rouault | |
| EPSG v10 update part 2: ingest DatumEnsemble from the database | |||
| 2020-11-01 | proj.h: add PJ_CATEGORY_DATUM_ENSEMBLE for proj_create_from_database() | Even Rouault | |
| 2020-11-01 | projinfo / createObjectsFromName(): support returning a datum ensemble | Even Rouault | |
| 2020-11-01 | When reading from database, possibly return VerticalCRS with a DatumEnsemble | Even Rouault | |
| Only occurence for now is EPSG:9451 'BI height' using the 'British Isles height ensemble' | |||
| 2020-11-01 | When reading from database, possibly return Geographic/GeodeticCRS with a ↵ | Even Rouault | |
| DatumEnsemble, typically for WGS 84 and ETRS89 ('breaking change') | |||
| 2020-11-01 | Merge pull request #2397 from cffk/merc-update | Charles Karney | |
| Update Mercator projection, more accurate, faster | |||
| 2020-11-01 | Merge pull request #2402 from rouault/improved_comments_datum | Even Rouault | |
| Doxygen: improve doc of functions related to Datum/DatumEnsemble | |||
| 2020-11-01 | Merge pull request #2401 from rouault/improve_remarks | Even Rouault | |
| Fill remarks on coordinate operations in more situations | |||
| 2020-11-01 | Merge pull request #2400 from ↵ | Even Rouault | |
| rouault/proj_create_ellipsoidal_2D_cs_doc_improvement proj_create_ellipsoidal_2D/3D_cs(): doc improvement | |||
| 2020-11-01 | Switch website 'edit on GitHub' to 7.2 branch | Kristian Evers | |
| 2020-11-01 | Update version numbers in preparation for 8.0.0 release | Kristian Evers | |
| 2020-11-01 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2020-11-01 | Update docs for 7.2.0 release | Kristian Evers | |
| 2020-10-31 | Doxygen: improve doc of functions related to Datum/DatumEnsemble | Even Rouault | |
| 2020-10-31 | Fill remarks for PROJ-based operation mixing horizontal and vertical ↵ | Even Rouault | |
| transformations | |||
| 2020-10-31 | Make sure that remarks is preserved when substituting (EPSG) grid name by ↵ | Even Rouault | |
| PROJ one | |||
| 2020-10-31 | proj_create_ellipsoidal_2D/3D_cs(): doc improvement | Even Rouault | |
| 2020-10-28 | Merge pull request #2398 from hernando/japanese-geoid | Even Rouault | |
| Update GSIGEO2011 grid alternative to latest PROJ-data | |||
| 2020-10-28 | Update GSIGEO2011 grid alternative to latest PROJ-data | Juan Hernando | |
| 2020-10-27 | merc.cpp + phi2.cpp: Avoid declaring multiple variables in 1 statement. | Charles Karney | |
| 2020-10-27 | Use nm units in builtins.gie. Remove backward looking comments in code. | Charles Karney | |
