aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
AgeCommit message (Expand)Author
2019-03-25WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPsEven Rouault
2019-03-25WKT2_2018: always export ID in base crs node, even if there is one on upper nodeEven Rouault
2019-03-25WKT2_2018: export ID in base crs node, when there is none on top of upper nodeEven Rouault
2019-03-16Run scripts/reformat_cpp.shEven Rouault
2019-03-16Fix doc generation with Breathe 4.12.0Even Rouault
2019-03-01Doc: rename to ISO-19111:2019Even Rouault
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
2019-02-07Add proj_get_crs_info_list_from_database()Even Rouault
2019-01-22Coordinate operation computation with boundcrs / wktext: drop useless early b...Even Rouault
2019-01-18Merge pull request #1223 from rouault/unify_proj_createKristian Evers
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-17Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...Even Rouault
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-09Merge pull request #1217 from rouault/remove_proj_5_crs_exportEven Rouault
2019-01-09proj.db search: use pj_find_file() mechanism instead of hand coded simplified...Even Rouault
2019-01-08ISO19111: remove PROJ.5 specific format for CRS (refs #1214)Even Rouault
2018-12-17Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()Even Rouault
2018-12-07Various speed optimizationsEven Rouault
2018-12-06Add API to retrieve non-deprecated equivalent of an objectEven Rouault
2018-12-06Coordinate operation search: add a authority_to_authority_preference table to...Even Rouault
2018-12-06Take into account supersession information to filter out irrelevant transform...Even Rouault
2018-12-04Improve recognition of WKT1 datum namesEven Rouault
2018-12-03projinfo: add a --area option (refs #1188)Even Rouault
2018-12-03Export to ESRI WKT: make it use verbatim WKT definition from the database whe...Even Rouault
2018-11-29Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...Even Rouault
2018-11-29cs2cs: upgrade to use proj_create_crs_to_crs()Even Rouault
2018-11-22Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...Even Rouault
2018-11-19Assorted set of fixes for PROJString to ISO19111 model:Even Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault