| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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, ↵ | Even Rouault | |
| PROJ_NETWORK_ENDPOINT or proj_context_set_url_endpoint() | |||
| 2019-12-27 | Network: automatically use CDN resources when local resources not available, ↵ | Even Rouault | |
| and networking enabled | |||
| 2019-12-23 | Network: only enable it if PROJ_NETWORK=ON or ↵ | Even Rouault | |
| proj_context_set_enable_network(ctx, true) | |||
| 2019-12-23 | Network: remove dedicated get_file_size() callback to use ↵ | Even Rouault | |
| get_header_value(), and test | |||
| 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 ↵ | Even Rouault | |
| switching between (sub)grids (fixes #1663) Given in.txt with 53.999759140 5.144478208 252.6995 Before the fix, cct -t 0 -d 4 +proj=pipeline +step +proj=axisswap +order=2,1,3,4 +step +proj=hgridshift +inv +grids=rdtrans2018.gsb +step +proj=vgridshift +grids=naptrans2018.gtx +step +proj=sterea +lat_0=52.156160556 +lon_0=5.387638889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel in.txt returned: 139079.8814 668306.0302 212.1724 0.0000 It now returns: 139079.8850 668306.0458 212.1724 0.0000 which meets with the 1mm accuracy the expected result of test point ``` 30010049 53.999759140 5.144478208 252.6995 139079.8850 668306.0460 212.1723 ``` | |||
| 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. ↵ | Even Rouault | |
| Used for French NTF to RGF93 transformation using gr3df97a.tif grid | |||
| 2019-12-11 | grids.hpp: add a GenericShiftGridSet and GenericShiftGrid classes, that are ↵ | Even Rouault | |
| going to be used by later commit | |||
| 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 ↵ | Even Rouault | |
| correction' in the CTable2/NTv1/NTv2 backends | |||
| 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 ↵ | Even Rouault | |
| hgridshift/vgridshift/deformation structures | |||
| 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 ↵ | Even Rouault | |
| functionality | |||
| 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 | |
| Doc: resource_files.rst updates | |||
| 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 | |
| Doc: add a operations_computation.rst describe the magic behind createOperations() | |||
| 2019-12-05 | Merge pull request #1774 from ↵ | Even Rouault | |
| mloskot/ml/add-gitattributes-with-lf-in-unix-shell-scripts Add .gitattributes to normalize line endings of Unix scripts to LF | |||
| 2019-12-05 | import from PROJ string CRS: better deal with strings that look like Google ↵ | Even Rouault | |
| Mercator projection, but with subtlely different parameters (fixes https://github.com/OSGeo/gdal/issues/2087) | |||
| 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 | |
| Normalize line endings of Unix shell scripts to LF. | |||
| 2019-12-04 | Merge pull request #1772 from ↵ | Even Rouault | |
| rouault/do_not_install_proj_json_streaming_writer_hpp autoconf/cmake: do not install proj_json_streaming_writer.hpp header | |||
| 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 ↵ | Even Rouault | |
| proj-datumgrid new filelist.csv file | |||
| 2019-12-03 | Merge pull request #1769 from rouault/register_NTv2_SN | Even Rouault | |
| Database: register NTv2_SN.gsb | |||
| 2019-12-03 | Database: register NTv2_SN.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/73 | |||
| 2019-12-03 | Merge pull request #1768 from rouault/register_AT_GIS_GRID | Even Rouault | |
| Database: register AT_GIS_GRID.gsb | |||
| 2019-12-03 | Database: register AT_GIS_GRID.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/72 | |||
| 2019-12-03 | Merge pull request #1761 from rouault/register_ausgeoid | Even Rouault | |
| Database: register AUSGeoid09 and AUSGeoid2020 | |||
