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
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
2019-12-07
Build and CI: add libtiff dependency
Even Rouault
2019-12-06
Add a Grid base class for HorizontalShiftGrid and VerticalShiftGrid
Even Rouault
2019-12-06
Remove hgrids and vgrids member from PJ structure, and store them in hgridshi...
Even Rouault
2019-12-06
horizontal grid shift: rework to no longer load whole grid into memory
Even Rouault
2019-12-06
vertical grid shift: rework to no longer load whole grid into memory
Even Rouault
2019-12-06
Remove obsolete and presumably unfinished implementation of grid catalog func...
Even Rouault
2019-12-06
test228.cpp: update to use OSTN15_NTv2_OSGBtoETRS.gsb
Even Rouault
2019-12-06
Merge pull request #1764 from rouault/updates_in_resource_files
Kristian Evers
2019-12-05
Update ntv2_out.dist and conditions to run it
Even Rouault
2019-12-05
Merge pull request #1756 from rouault/document_create_operations
Even Rouault
2019-12-05
Merge pull request #1774 from mloskot/ml/add-gitattributes-with-lf-in-unix-sh...
Even Rouault
2019-12-05
import from PROJ string CRS: better deal with strings that look like Google M...
Even Rouault
2019-12-04
proj_grid_info(): fix crash when passing a file that exists but is not a grid
Even Rouault
2019-12-04
Add .gitattributes
Mateusz Ĺoskot
2019-12-04
Merge pull request #1772 from rouault/do_not_install_proj_json_streaming_writ...
Even Rouault
2019-12-04
autoconf/cmake: do not install proj_json_streaming_writer.hpp header
Even Rouault
2019-12-04
operations_computation.rst: try to clarify sorting logic [skip appveyor]
Even Rouault
2019-12-04
grid_checks.py: add a --check-filelist option to verify consistency of proj-d...
Even Rouault
[next]