aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-01-29Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr...Even Rouault
2020-01-25Implement RFC 5Even Rouault
2020-01-22Database: update to EPSG v9.8.6Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-11-26createOperations(): fix an exception in transformations between Projected3D C...Even Rouault
2019-11-25Merge pull request #1737 from rouault/proj_create_derived_geographic_crsKristian Evers
2019-11-25normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...Even Rouault
2019-11-22Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...Even Rouault
2019-11-19createOperations(): in some situations, consider when going from A to D inter...Even Rouault
2019-11-18createGeodeticDatum(): query and set publicationDateEven Rouault
2019-11-17createOperations(): remove the concept of geodetic_datum_preferred_hubEven Rouault
2019-11-17findsOpsInRegistryWithIntermediate(): tune it to be able to research operatio...Even Rouault
2019-11-02Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...Even Rouault
2019-11-02WKT and PROJJSON: add import/export of geoid model of VertCRSEven Rouault
2019-11-02Add tracing framework, and improve createOperations() performanceEven Rouault
2019-10-30Rework importing of Vertical unit change from EPSG db, add support for Height...Even Rouault
2019-10-29Vertical transformations: improve situations similar to transforming from 'NA...Even Rouault
2019-10-27Database: add an auxiliary concatenated_operation_step table to allow arbitra...Even Rouault
2019-10-18Fix two sentences that seem to be copy-and-paste forgotten.Martin Desruisseaux
2019-10-15include/proj/util.hpp: avoid warnings with older gccEven Rouault
2019-10-04Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...Even Rouault
2019-10-02Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective methodEven Rouault
2019-09-26Improve vertical transformation supportEven Rouault
2019-09-12Coordinate transformation: improve transformations from/to WGS84 (Gxxxx)Even Rouault
2019-09-11API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...Even Rouault
2019-09-09Add copyrigth & license header to include/proj/internal/include_nlohmann_json...Even Rouault
2019-09-08Merge pull request #1585 from rouault/replace_2018_by_2019Kristian Evers
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-09-04C API: add proj_create_ellipsoidal_3D_cs()Even Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like +datum=...Even Rouault
2019-08-20C API: add proj_context_set_autoclose_database() to automatically close datab...Even Rouault
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...Even Rouault
2019-08-10PROJJSON: add support for DatumEnsemble and Dynamic[Geodetic|Vertical]Referen...Even Rouault
2019-08-09PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...Even Rouault
2019-08-09createFromUserInput(): add capability to import PROJJSONEven Rouault
2019-08-09PROJJSON export: use more compact formEven Rouault
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-07-06Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)Even Rouault
2019-06-01Add proj_grid_get_info_from_database to allow retrieval of gridNyall Dawson
2019-05-06createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...Even Rouault
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-04-18Merge pull request #1426 from mwtoews/intelEven Rouault
2019-04-16createOperations(): do not attempt using a unrelated datum intermediate when ...Even Rouault
2019-04-16CMake: better support for Intel compilerMike Taves
2019-03-29Add proj_normalize_for_visualization()Even Rouault
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-25crs.cpp: remove non-intented (harmless here) pass by reference of a pointerEven Rouault