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
/
src
/
iso19111
/
c_api.cpp
Age
Commit message (
Expand
)
Author
2022-02-04
Set more precise error code for parsing errors in proj_create().
Brendan Jurd
2022-01-09
Minor cppcheck fixes
Even Rouault
2022-01-06
proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2...
Even Rouault
2021-12-01
Cache result of proj_get_type() to help for performance of proj_factors() (fi...
Even Rouault
2021-11-09
Reformatting fixes
Even Rouault
2021-11-06
Merge pull request #2926 from snowman2/warn
Even Rouault
2021-11-05
DOC: Add warning in proj_as_proj_string about potential information loss with...
snowman2
2021-11-05
DOC: add available keys to proj_context_get_database_metadata
snowman2
2021-11-04
Remove useless PROJ_DLL uses in .cpp files (#2920)
Momtchil Momtchev
2021-10-10
proj_crs_get_datum_forced(): catch potential exception (fixes CID 358433, 358...
Even Rouault
2021-09-28
projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...
Even Rouault
2021-09-24
proj_normalize_for_visualization(): set input and output units when there are...
Even Rouault
2021-09-07
pj_obj_create(): avoid passing invalid ellipsoid parameters to geod_init(). F...
Even Rouault
2021-09-03
pj_obj_create(): avoid passing invalid ellipsoid parameters ot pj_calc_ellips...
Even Rouault
2021-09-02
Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...
Even Rouault
2021-06-03
Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...
Even Rouault
2021-05-04
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Mike Taves
2021-04-24
Add proj_get_geoid_models_from_database() (#2681)
Javier Jimenez Shaw
2021-04-20
run reformat_cpp.sh to fix some leftovers
Javier Jimenez Shaw
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-10
fix typo in comment
Even Rouault
2021-03-18
Code formatting fix
Even Rouault
2021-03-18
Merge pull request #2577 from rouault/insert_sql
Even Rouault
2021-03-17
Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...
Even Rouault
2021-03-15
Doc improvements regarding recomandation not to alter official registries and...
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-10
Make proj_lp_dist() and proj_geod() work on a PJ* CRS object
Even Rouault
2021-03-07
typo fixes
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2021-02-11
C API: avoid error messages to be emitted in PJ_LOG_NONE log level (fixes #2526)
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-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
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
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
Merge pull request #2402 from rouault/improved_comments_datum
Even Rouault
2020-10-31
Doxygen: improve doc of functions related to Datum/DatumEnsemble
Even Rouault
2020-10-31
proj_create_ellipsoidal_2D/3D_cs(): doc improvement
Even Rouault
2020-10-25
Fix issues spotted by cppcheck
Even Rouault
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-11
Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...
Even Rouault
2020-10-08
Add C API to work with datum ensemble
Even Rouault
2020-09-04
DOC: Fix reference to proj_get_codes_from_database in proj_get_crs_info_list_...
Alan D. Snow
[next]