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
Age
Commit message (
Expand
)
Author
2020-01-08
Add capability to read resource files from the user writable directory
Even Rouault
2020-01-08
NTv2GridSet::open(): reject files with GS_TYPE!=SECONDS (fixes #1294)
Even Rouault
2020-01-07
pj_bilinear_interpolation_three_samples(): fix MSVC warning about uninitializ...
Even Rouault
2020-01-07
Doc: address code review comments
Even Rouault
2020-01-07
network: handle opening remote grids whose local name has no extension
Even Rouault
2020-01-07
deformation.cpp and xyzgridshift.cpp: factor out common code (addresses https...
Even Rouault
2020-01-07
CMake: use more neutral DISABLE_TIFF switch (refs https://github.com/OSGeo/PR...
Even Rouault
2020-01-07
geotiff_grids.gie: add comment
Even Rouault
2020-01-07
xyzgridshift.rst: fix typo
Even Rouault
2020-01-07
Remote grid: add mechanism to re-open a grid if it has changed while being op...
Even Rouault
2020-01-07
DiskChunkCache::closeAndUnlink(): avoid use-after-free in the destructor
Even Rouault
2020-01-07
Grid refactoring: address review comments of https://github.com/OSGeo/PROJ/pu...
Even Rouault
2020-01-01
curl implementation: add retry logic on some HTTP errors
Even Rouault
2020-01-01
Merge branch 'deformation_with_geotiff_file' into rfc4_network_disk_cache
Even Rouault
2020-01-01
deformation.cpp: check that unit in TIFF file is 'millimetres per year' which...
Even Rouault
2019-12-31
CMake build: install proj.ini
Even Rouault
2019-12-31
Add a SQLite3 local cache of downloaded chunks
Even Rouault
2019-12-30
deformation: add support for +grids= for GeoTIFF grids
Even Rouault
2019-12-30
Travis: fix OSX builds
Even Rouault
2019-12-29
proj_hgrid_value(): do not apply compensation for west-oriented longitude_off...
Even Rouault
2019-12-27
CurlFileHandle: set UserAgent
Even Rouault
2019-12-27
CurlFileHandle: code improvement. No functional change
Even Rouault
2019-12-27
xyzgridshift: implement defered grid loading in network context
Even Rouault
2019-12-27
Handle context reassignment for Grid/GridSet/File objects
Even Rouault
2019-12-27
Network: rework error handling
Even Rouault
2019-12-27
Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...
Even Rouault
2019-12-27
Network: automatically use CDN resources when local resources not available, ...
Even Rouault
2019-12-23
Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...
Even Rouault
2019-12-23
Network: remove dedicated get_file_size() callback to use get_header_value(),...
Even Rouault
2019-12-23
Add testing of network functionality
Even Rouault
2019-12-22
Network: add a memory cache and I/O chunking strategy
Even Rouault
2019-12-19
Add very minimalistic and slow libcurl implementation
Even Rouault
2019-12-19
Add proj_context_set_network_callbacks() with an empty implementation
Even Rouault
2019-12-19
travis/osx/before_install.sh: do not install md5sha1sum from brew
Even Rouault
2019-12-19
Build: add optional curl dependency
Even Rouault
2019-12-19
grids.cpp: use FileManager/File interfaces
Even Rouault
2019-12-19
Add a FileManager and File class
Even Rouault
2019-12-19
Add test for legacy proj_api.h fileapi before further reworks
Even Rouault
2019-12-18
Rename PJ_CONTEXT::fileapi member as fileapi_legacy
Even Rouault
2019-12-14
Horizontal grid shift: fix issue on iterative inverse computation when switch...
Even Rouault
2019-12-14
Grid class: add a name() method
Even Rouault
2019-12-13
Add configure/CMake option, strongly discouraged, to disable TIFF support
Even Rouault
2019-12-12
grids.cpp: use 'parent_grid_name' as stated in RFC4
Even Rouault
2019-12-11
test/gie/geotiff_grids.gie: use of subset of gr3df97a.tif for systematic testing
Even Rouault
2019-12-11
.cirrus.yml: add libtiff dependency
Even Rouault
2019-12-11
Add a +proj=xyzgridshift method to perform geocentric translation by grid. Us...
Even Rouault
2019-12-11
grids.hpp: add a GenericShiftGridSet and GenericShiftGrid classes, that are g...
Even Rouault
2019-12-10
GTiff grid: use a block cache per dataset for faster access
Even Rouault
2019-12-10
Add support for horizontal and vertical grids in GeoTIFF
Even Rouault
2019-12-09
Horizontal shift grids: hide the 'positive longitude shift value = westward c...
Even Rouault
[next]