aboutsummaryrefslogtreecommitdiff
path: root/src/4D_api.cpp
AgeCommit message (Expand)Author
2022-02-22proj_grid_info(): check pj_find_file() output (CID 383357)Even Rouault
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-10-19TYPE: Update const declarations in proj_trans_boundssnowman2
2021-10-06proj_create_crs_to_crs() + proj_trans(): fix when non-Greenwich prime meridia...Even Rouault
2021-10-05Add proj_trans_bounds to compute the image of a input bounding box through a ...Alan D. Snow
2021-09-30proj_factors(): accept P to be a projected CRS (fixes #2854)Even Rouault
2021-08-26Pipeline instanciation: fix performance issues on huge (broken) strings which...Even Rouault
2021-06-17proj_trans/cs2cs: If two operations have the same accuracy, use the one that ...Even Rouault
2021-04-20Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_P...Even Rouault
2021-04-07proj_trans(): add a more expressive log messageEven Rouault
2021-04-03reproject_bbox(): reduce number of magic valuesEven Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-03-07proj_info(): remove useless nullptr checking (CID 314807)Even Rouault
2020-12-15proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK optionsEven Rouault
2020-12-15Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHEREven Rouault
2020-12-15proj_trans_array(): make it transform all coordinates even when an error occursEven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-11-28proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_I...Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_errno and related functionsKristian Evers
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()Kristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-10-25Fix issues spotted by cppcheckEven Rouault
2020-10-19C API: add proj_context_clone() (#2383)Alan D. Snow
2020-10-08Make proj_create_crs_to_crs() / cs2cs work with CRS with DatumEnsembleEven Rouault
2020-10-08Database: use extended description for extent/area of use, as done by epsg.or...Even Rouault
2020-09-10proj_trans(): reset errno before attemptying a retry with a new coordinate op...Even Rouault
2020-05-17Merge pull request #2206 from rouault/deformation_model_for_mergeEven Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-05-04grids: add support for projected grids for GenericShiftGridSetEven Rouault
2020-04-12Add proj_degree_input() and proj_degree_output()Kristian Evers
2020-03-13Add proj_get_suggested_operation()Even Rouault
2020-02-27Fix warnings of latest cppcheck masterEven Rouault
2020-02-27proj_create_crs_to_crs(): avoid potential reprojection failures when reprojec...Even Rouault
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-01-27projinfo: add --searchpaths switchEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-25Modify verbosity level of some debug/trace messagesEven Rouault
2019-12-24proj_trans: add retry logic to select other transformation if the best one fa...Even Rouault
2019-12-04proj_grid_info(): fix crash when passing a file that exists but is not a gridEven Rouault
2019-11-18proj_trans(): tune selection of operation when there are several alternatives...Even Rouault
2019-11-16proj_create_crs_to_crs(): fix autoselection logic of operation to compute cor...Even Rouault
2019-10-28Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...Even Rouault
2019-10-12proj_create_crs_to_crs(): remove elimination of Ballpark operations that caus...Even Rouault
2019-09-26proj_create_crs_to_crs(): fix when there are only transformations with ballpa...Even Rouault
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-12proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value ...Even Rouault
2019-09-04proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ*Even Rouault
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault