| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-02 | use correct line continuationazp | Howard Butler | |
| 2020-03-02 | typoland | Howard Butler | |
| 2020-03-02 | be explicit with SQLITE for conda/osx | Howard Butler | |
| 2020-03-02 | add osx builder | Howard Butler | |
| 2020-03-02 | or curl | Howard Butler | |
| 2020-03-02 | libtiff is not a declared dependency of PROJ7 in conda-forge | Howard Butler | |
| 2020-03-02 | add azp windows builder based on conda-forge and 2017 | Howard Butler | |
| 2020-03-02 | more installs | Howard Butler | |
| 2020-03-02 | yml typo | Howard Butler | |
| 2020-03-02 | install cmake/gcc/etc | Howard Butler | |
| 2020-03-02 | specify CXX and CC | Howard Butler | |
| 2020-03-02 | remove variables | Howard Butler | |
| 2020-03-02 | yml formatting | Howard Butler | |
| 2020-03-02 | minimal azp config | Howard Butler | |
| 2020-02-26 | Support conversion of Flat_Polar_Quartic projection method | Nyall Dawson | |
| 2020-02-25 | CompoundCRS::create(): reject combinations of components not allowed by ISO ↵ | Even Rouault | |
| 19111 | |||
| 2020-02-24 | Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) | Nyall Dawson | |
| 2020-02-24 | Expose proj_context_is_network_enabled() in C API | Even Rouault | |
| 2020-02-21 | Add support for creating coordinates operations using Compact Miller, | Nyall Dawson | |
| Times and Vertical Near Side Perspective projections | |||
| 2020-02-21 | Add support for creating coordinates operations using Natural Earth/Natural ↵ | Nyall Dawson | |
| Earth 2 projection | |||
| 2020-02-21 | Add support for creating coordinates operations using ESRI:53079 (patterson) CRS | Nyall Dawson | |
| 2020-02-17 | Make sure that projsync man file is packaged correctly | Kristian Evers | |
| 2020-02-17 | Remove man3 files | Kristian Evers | |
| Closes #1258 | |||
| 2020-02-11 | Use relative directory to locate PROJ resource files. | Even Rouault | |
| Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub) | |||
| 2020-02-08 | Travis: restrict symbol comparison to x86_64 builds | Even Rouault | |
| 2020-02-06 | Fix cppcheck warnings and make it work with latest cppcheck 1.90 | Even Rouault | |
| 2020-02-04 | Add projsync utility | Even Rouault | |
| Fixes #1750 | |||
| 2020-01-29 | Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' ↵ | Even Rouault | |
| (gr3df97a.txt) and map them to new +proj=xyzgridshift | |||
| 2020-01-29 | scripts/grid_checks.py: update for change of PROJ-data repository name, and ↵ | Even Rouault | |
| look for .tif extension | |||
| 2020-01-29 | Merge pull request #1891 from rouault/rfc5 | Even Rouault | |
| Implement RFC5: Adopt GeoTIFF-based grids for grids delivered with PROJ | |||
| 2020-01-27 | projinfo: add --remote-data switch | Even Rouault | |
| 2020-01-25 | Implement RFC 5 | Even Rouault | |
| 2020-01-24 | grid_checks.py: update with additional column in filelist.csv [ci skip] | Even Rouault | |
| 2020-01-23 | Database: add a geoid_like value for proj_method column of ↵ | Even Rouault | |
| grid_alternatives, fix related entries and simplify/robustify logic to deal with EPSG 'Geographic3D to GravityRelatedHeight' methods | |||
| 2020-01-22 | Database: update to EPSG v9.8.6 | Even Rouault | |
| Fixes #1867 | |||
| 2020-01-22 | Merge RFC4 (#1865) | Even Rouault | |
| This commit is the result of the squashing of rfc4_dev branch in a single commit. It implements mostly RFC 4 related work. * Grid handling: - remove obsolete and presumably unfinished implementation of grid catalog functionality - all grid functionality is in grids.cpp/.hpp - vertical and horizontal grid shift: rework to no longer load whole grid into memory - remove hgrids and vgrids member from PJ structure, and store them in hgridshift/vgridshift/deformation structures - build systems: add optional libtiff dependency. Must be explicitly disabled if not desired - add support for horizontal and vertical grids in GeoTIFF, if libtiff is available - add GenericShiftGridSet and GenericShiftGrid classes, relying on TIFF grids, that can be used for generic purpose grid-based adjustment - add a +proj=xyzgridshift method to perform geocentric translation by grid. Used for French NTF to RGF93 transformation using gr3df97a.tif grid - deformation: add support for +grids= for GeoTIFF grids - horizontal grid shift: fix failures on points slightly outside a subgrid (fixes #209) * File management: - add a filemanager.cpp/.hpp to deal with file related work - test for legacy proj_api.h fileapi - proj.h: add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() (fixes #866) - add capability to read resource files from the user writable directory * Network access: - build systems: add optional curl dependency - add a curl-based default implementation for network related functionality - proj.h: add C API to control network functionality, and optionaly provide network callbacks - add data/proj.ini with default settings - add a SQLite3 local cache of downloaded chunks - add proj_is_download_needed() and proj_download_file() * Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765) For backward compatibility, if PROJ_LIB content is found to be not UTF-8 or pointing to a non existing directory, then an attempt at interpretating it in the ANSI page encoding is done. proj_context_set_search_paths() now assumes strings to be in UTF-8, and functions returning paths will also return values in UTF-8. | |||
| 2020-01-07 | Database: fill alias_name with EPSG aliases for CRS | Even Rouault | |
| 2019-12-20 | grid_check.py: fixes | Even Rouault | |
| 2019-12-16 | identify(): take into datum name aliases (fixes #1800) | Even Rouault | |
| 2019-12-14 | Add proj_coordoperation_create_inverse to C API (#1795) | Nyall Dawson | |
| 2019-12-10 | Database: update to IGNF v3.1.0 | 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-01 | Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database | Even Rouault | |
| 2019-12-01 | grid_checks.py: add is_superseded info in output | Even Rouault | |
| 2019-11-28 | scripts/fix_typos.sh: tunings [ci skip] | Even Rouault | |
| 2019-11-25 | Merge pull request #1742 from rouault/script_grid_checks | Kristian Evers | |
| Add scripts/grid_checks.py | |||
| 2019-11-25 | Add scripts/grid_checks.py | Even Rouault | |
| Little script used lately to check consistency of the database regarding the grid_transformation vs grid_alternatives tables. And also check the content of the database vs proj-datumgrid to identify gaps. | |||
| 2019-11-22 | Add proj_create_derived_geographic_crs() and ↵ | Even Rouault | |
| proj_create_conversion_pole_rotation_grib_convention() to address GRIB datasets using a pole rotation method | |||
| 2019-11-22 | create_c_api_projections.py: fix for conversions without linear parameters ↵ | Even Rouault | |
| [ci skip] | |||
| 2019-11-21 | Fix typos in code comments | Even Rouault | |
