aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-25cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specifiedEven Rouault
2019-12-25cct: revise end-of-line handling in logging, and always output debug and trac...Even Rouault
2019-12-25Merge pull request #1810 from rouault/projinfo_wkt1_gdal_no_longer_boundcrsKristian Evers
2019-12-25Modify verbosity level of some debug/trace messagesEven Rouault
2019-12-25projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDALEven Rouault
2019-12-24proj_trans: add retry logic to select other transformation if the best one fa...Even Rouault
2019-12-23Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...Even Rouault
2019-12-23Network: remove dedicated get_file_size() callback to use get_header_value(),...Even Rouault
2019-12-23Add testing of network functionalityEven Rouault
2019-12-22Network: add a memory cache and I/O chunking strategyEven Rouault
2019-12-20test: transformation_NZLVD_to_PROJ_string: attach database context to get fil...Even Rouault
2019-12-19Add very minimalistic and slow libcurl implementationEven Rouault
2019-12-19Add proj_context_set_network_callbacks() with an empty implementationEven Rouault
2019-12-20Adding support for NZLVD vertical height transformationChris Crook
2019-12-19Build: add optional curl dependencyEven Rouault
2019-12-19grids.cpp: use FileManager/File interfacesEven Rouault
2019-12-19Add a FileManager and File classEven Rouault
2019-12-18Rename PJ_CONTEXT::fileapi member as fileapi_legacyEven Rouault
2019-12-17Merge pull request #1803 from rouault/improve_identification_with_datum_name_...Even Rouault
2019-12-16Merge pull request #1802 from rouault/improve_boundcrs_identifyEven Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-16Merge pull request #1786 from rouault/fake_EPSG_102100Kristian Evers
2019-12-16BoundCRS::identify(): improvements to discard CRS that aren't relevant (fixes...Even Rouault
2019-12-15Merge pull request #1783 from rouault/restore_ob_tran_to_meter_compat_with_pj...Kristian Evers
2019-12-14Horizontal grid shift: fix issue on iterative inverse computation when switch...Even Rouault
2019-12-14Add proj_coordoperation_create_inverse to C API (#1795)Nyall Dawson
2019-12-14Horizontal grid shift: fix issue on iterative inverse computation when switch...Even Rouault
2019-12-14Grid class: add a name() methodEven Rouault
2019-12-13Add configure/CMake option, strongly discouraged, to disable TIFF supportEven Rouault
2019-12-13Fix compilation breakage of previous commit with some compilersEven Rouault
2019-12-13normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an...Even Rouault
2019-12-13PROJStringFormatter: make startInversion/stopInversion properly deal with omi...Even Rouault
2019-12-13WKTParser: fix assertion that can trigger on corrupted input. Fixes https://b...Even Rouault
2019-12-12grids.cpp: use 'parent_grid_name' as stated in RFC4Even Rouault
2019-12-11Merge pull request #1773 from orudge/msvc-no-static-exportsEven Rouault
2019-12-11Make EPSG:102100 resolve to ESRI:102100 (fixes #1730)Even Rouault
2019-12-11Add a +proj=xyzgridshift method to perform geocentric translation by grid. Us...Even Rouault
2019-12-11grids.hpp: add a GenericShiftGridSet and GenericShiftGrid classes, that are g...Even Rouault
2019-12-11createOperations(): make filtering out of 'uninteresting' operations less agg...Even Rouault
2019-12-10Database: update to IGNF v3.1.0Even Rouault
2019-12-10GTiff grid: use a block cache per dataset for faster accessEven Rouault
2019-12-10Add support for horizontal and vertical grids in GeoTIFFEven Rouault
2019-12-10ob_tran: restore traditional handling of +to_meter with pj_transform() and pr...Even Rouault
2019-12-09Horizontal shift grids: hide the 'positive longitude shift value = westward c...Even Rouault
2019-12-09CRS identification: use case insensitive comparison for authority name (fixes...Even Rouault
2019-12-07Build and CI: add libtiff dependencyEven Rouault
2019-12-06Add a Grid base class for HorizontalShiftGrid and VerticalShiftGridEven Rouault
2019-12-06Remove hgrids and vgrids member from PJ structure, and store them in hgridshi...Even Rouault
2019-12-06horizontal grid shift: rework to no longer load whole grid into memoryEven Rouault
2019-12-06vertical grid shift: rework to no longer load whole grid into memoryEven Rouault