index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
reference_exported_symbols.txt
Age
Commit message (
Expand
)
Author
2020-10-19
C API: add proj_context_clone() (#2383)
Alan D. Snow
2020-10-16
Add multi-line PROJ string export capability, and use it by default in projin...
Even Rouault
2020-10-11
C API: add proj_dynamic_datum_get_frame_reference_epoch()
Even Rouault
2020-10-08
Make GeographicCRS::is2DPartOf3D() work with DatumEnsemble
Even Rouault
2020-10-08
Add C API to work with datum ensemble
Even Rouault
2020-10-08
Add DatumEnsemble::asDatum() and use it in exportToWkt()
Even Rouault
2020-10-08
Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...
Even Rouault
2020-10-06
Update scripts/reference_exported_symbols.txt and fix checking of them in tra...
Even Rouault
2020-08-16
ENH: Add support for custum CA Bundle path (#2323)
Alan D. Snow
2020-04-20
Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...
Alan D. Snow
2020-02-25
CompoundCRS::create(): reject combinations of components not allowed by ISO 1...
Even Rouault
2020-02-24
Expose proj_context_is_network_enabled() in C API
Even Rouault
2020-02-11
Use relative directory to locate PROJ resource files.
Even Rouault
2020-02-04
Add projsync utility
Even Rouault
2020-01-27
projinfo: add --remote-data switch
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-12-16
identify(): take into datum name aliases (fixes #1800)
Even Rouault
2019-12-14
Add proj_coordoperation_create_inverse to C API (#1795)
Nyall Dawson
2019-11-22
Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...
Even Rouault
2019-11-17
findsOpsInRegistryWithIntermediate(): tune it to be able to research operatio...
Even Rouault
2019-11-02
Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...
Even Rouault
2019-11-02
Add tracing framework, and improve createOperations() performance
Even Rouault
2019-10-30
Rework importing of Vertical unit change from EPSG db, add support for Height...
Even Rouault
2019-10-24
Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84()
Even Rouault
2019-10-04
Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...
Even Rouault
2019-10-02
Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective method
Even Rouault
2019-09-26
Improve vertical transformation support
Even Rouault
2019-09-18
Manually delete pj_isnan in scripts/reference_exported_symbols.txt.
Charles Karney
2019-09-18
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
Charles Karney
2019-09-12
C API: add proj_crs_create_bound_vertical_crs_to_WGS84()
Even Rouault
2019-09-11
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...
Even Rouault
2019-09-04
C API: add proj_create_ellipsoidal_3D_cs()
Even Rouault
2019-08-26
Add a proj_cleanup() function to free global resources, typically at process ...
Even Rouault
2019-08-23
Add proj_create_crs_to_crs_from_pj()
Even Rouault
2019-08-20
C API: add proj_context_set_autoclose_database() to automatically close datab...
Even Rouault
2019-08-20
Merge pull request #1547 from rouault/json_export
Even Rouault
2019-08-17
PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...
Even Rouault
2019-08-09
C API: add proj_as_projjson()
Even Rouault
2019-07-19
Add set discard superseded method to api (#1534)
Matt Littlemore
2019-07-08
CRS JSON: export GeographicCRS and Projected CRS
Even Rouault
2019-07-06
Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)
Even Rouault
2019-07-01
C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get...
Even Rouault
2019-06-30
Database: import scope/remarks for coordinate operation and add C API
Even Rouault
2019-06-01
Add proj_grid_get_info_from_database to allow retrieval of grid
Nyall Dawson
2019-05-06
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...
Even Rouault
2019-04-26
Travis: check that the exported symbols conform to what is expected
Even Rouault