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
2021-10-05
Add proj_trans_bounds to compute the image of a input bounding box through a ...
Alan D. Snow
2021-09-28
projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...
Even Rouault
2021-09-07
Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...
Even Rouault
2021-09-02
Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...
Even Rouault
2021-08-19
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...
Even Rouault
2021-08-16
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)
Even Rouault
2021-04-24
Add proj_get_geoid_models_from_database() (#2681)
Javier Jimenez Shaw
2021-04-23
Database: update to EPSG v10.019
Even Rouault
2021-04-18
Added proj_get_celestial_body_list_from_database (#2674)
Alan D. Snow
2021-04-12
Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...
Even Rouault
2021-04-11
projinfo: add a --normalize-axis-order undocument switch
Even Rouault
2021-03-15
Add proj_context_get_database_structure() to dump structure of empty valid au...
Even Rouault
2021-03-15
SQL output: add capability to restrict the authorities into which to look for...
Even Rouault
2021-03-15
Add C/C++ API to get SQL statements to insert a CRS into database
Even Rouault
2021-03-06
UnitOfMeasure: add a move assignment operator (CID 314811)
Even Rouault
2020-12-28
C API: add proj_crs_is_derived()
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-30
API cleanup: unexport number of internal symbols, and remove/replace a few un...
Even Rouault
2020-11-29
Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS
Even Rouault
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-20
Update list of exported symbols
Kristian Evers
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
[next]