aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-09Add proj_is_download_needed() and proj_download_file()Even Rouault
2020-01-09Fix link for CoC-badge in readme fileKristian Evers
2020-01-08added issue & pull request templatessnowman2
2020-01-08Add capability to read resource files from the user writable directoryEven Rouault
2020-01-08Merge pull request #1827 from rouault/improve_createObjectsFromNameKristian Evers
Improvements regarding name aliases (refs #1823)
2020-01-08NTv2GridSet::open(): reject files with GS_TYPE!=SECONDS (fixes #1294)Even Rouault
2020-01-07pj_bilinear_interpolation_three_samples(): fix MSVC warning about ↵Even Rouault
uninitialized variables
2020-01-07Doc: address code review commentsEven Rouault
2020-01-07Merge pull request #1831 from rouault/projinfo_noEven Rouault
projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)
2020-01-07network: handle opening remote grids whose local name has no extensionEven Rouault
2020-01-07projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)Even Rouault
2020-01-07Merge pull request #1830 from kbevers/stalebotKristian Evers
Add stale-bot config for GitHub
2020-01-07Add stale-bot config for GitHubKristian Evers
This should make managing issues a bit easier. All inactive issues will be closed automatically after 60+7 days. Closing can be avoided by adding labels from the "exemptLabels" list. Before an issue is closed a friendly reminder is posted in the issue.
2020-01-07Remove deprecated JNI bindings (#1825)Kristian Evers
Remove deprecated JNI bindings
2020-01-07projinfo: support -k datumEven Rouault
2020-01-07deformation.cpp and xyzgridshift.cpp: factor out common code (addresses ↵Even Rouault
https://github.com/OSGeo/PROJ/pull/1790#discussion_r363748615)
2020-01-07CMake: use more neutral DISABLE_TIFF switch (refs ↵Even Rouault
https://github.com/OSGeo/PROJ/pull/1790#discussion_r363750361)
2020-01-07geotiff_grids.gie: add commentEven Rouault
2020-01-07xyzgridshift.rst: fix typoEven Rouault
2020-01-07Remote grid: add mechanism to re-open a grid if it has changed while being ↵Even Rouault
opened
2020-01-07Database: insert PROJ.4 +datum values in alias_name table under PROJ authorityEven Rouault
2020-01-07Database: fill alias_name with EPSG aliases for CRSEven Rouault
2020-01-07createObjectsFromName(): make it look up in the alias_name table too (fixes ↵Even Rouault
#1823)
2020-01-07Make sure tests pass if extra grids are present (#1822)Kristian Evers
Make sure tests pass if extra grids are present
2020-01-07Remove deprecated JNI bindingsKristian Evers
Closes #1757
2020-01-07DiskChunkCache::closeAndUnlink(): avoid use-after-free in the destructorEven Rouault
2020-01-07Grid refactoring: address review comments of ↵Even Rouault
https://github.com/OSGeo/PROJ/pull/1777 - Move content of legacy apply_gridshift.cpp and apply_vgridshift.cpp in grids.cpp - Rename nad_ functions to pj_hgrid_ - Rename internal proj_hgrid_/proj_vgrid_ functions to pj_
2020-01-06Merge pull request #1824 from rouault/doc_add_feedback_for_proj6_adoptionKristian Evers
Doc: add a 'Feedback from downstream projects' for PROJ6 migration
2020-01-06Doc: add a 'Feedback from downstream projects' for PROJ6 migrationEven Rouault
2020-01-05Make sure tests pass if extra grids are presentEven Rouault
Should fix the issue reported in https://lists.osgeo.org/pipermail/proj/2020-January/009188.html Some extra north-american grids present in data/ can affect the results of some tests, so create a data/for_tests/ subdirectory in which we copy only select grids.
2020-01-02operations_computation.rst: update with latest 6.3 adjustmentsEven Rouault
2020-01-02Adjust formattingEven Rouault
2020-01-02Merge pull request #1820 from snowman2/cs_projjsonEven Rouault
fix exporting CoordinateSystem to PROJ JSON with ID
2020-01-01fix exporting CoordinateSystem to PROJ JSON with IDsnowman2
2020-01-01Update path to src/release.cppKristian Evers
2020-01-01Bump version numbers in preparation for 7.0.0 releaseKristian Evers
2020-01-01curl implementation: add retry logic on some HTTP errorsEven Rouault
2020-01-01Update github version in Sphinx configKristian Evers
2020-01-01switch to 6.3 branch for website generationKristian Evers
2020-01-01Merge remote-tracking branch 'osgeo/master'Kristian Evers
2020-01-01Update website for 6.3.0 releaseKristian Evers
2020-01-01Merge branch 'deformation_with_geotiff_file' into rfc4_network_disk_cacheEven Rouault
2020-01-01deformation.cpp: check that unit in TIFF file is 'millimetres per year' ↵Even Rouault
which is the official name in EPSG
2019-12-31CMake build: install proj.iniEven Rouault
2019-12-31Add a SQLite3 local cache of downloaded chunksEven Rouault
2019-12-30deformation: add support for +grids= for GeoTIFF gridsEven Rouault
This option is to load grid(s) that have both the horizontal and vertical velocities in the same file. Can be tested with the following grid https://github.com/rouault/sample_proj_gtiff_grids/blob/master/nkgrf03vel_realigned.tif converted from the original .ct2 and .gtx with ``` gdal_translate nkgrf03vel_realigned.vrt nkgrf03vel_realigned.tif -co COMPRESS=DEFLATE -co PREDICTOR=3 -co BLOCKYSIZE=241 -co INTERLEAVE=BAND ``` where nkgrf03vel_realigned.vrt is ``` <VRTDataset rasterXSize="223" rasterYSize="241"> <SRS dataAxisToSRSAxisMapping="2,1">GEOGCRS["Unknown based on GRS80", DATUM["Unknown based on GRS80", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]]] </SRS> <GeoTransform> 2.9166666666666670e+00, 1.6666666666666666e-01, 0.0000000000000000e+00, 7.3041666666666686e+01, 0.0000000000000000e+00, -8.3333333333333329e-02</GeoTransform> <Metadata> <MDI key="DESCRIPTION"></MDI> <MDI key="area_of_use">Nordic and Baltic countries</MDI> <MDI key="AREA_OR_POINT">Point</MDI> <MDI key="TIFFTAG_COPYRIGHT">The Nordic Geodetic Commission. Creative Commons Attribution 4.0 https://creativecommons.org/licenses/by/4.0/</MDI> <MDI key="TIFFTAG_DATETIME">2019:12:30 00:00:00</MDI> <MDI key="TIFFTAG_IMAGEDESCRIPTION">Deformation model covering the Nordic and Baltic countries. Used in transformations between global reference frames and the local realisations of ETRS89 in the Nordic and Baltic countries</MDI> <MDI key="TYPE">VELOCITY</MDI> </Metadata> <VRTRasterBand dataType="Float32" band="1"> <Description>east_velocity</Description> <UnitType>mm/year</UnitType> <SimpleSource> <SourceFilename relativeToVRT="0">/home/even/proj/proj-datumgrid/europe/nkgrf03vel_realigned_xy.ct2</SourceFilename> <SourceBand>2</SourceBand> <!-- GDAL exposes the first physical component of the file (longitude offset normally, here east velocity) as the second band --> <SrcRect xOff="0" yOff="0" xSize="223" ySize="241" /> <DstRect xOff="0" yOff="0" xSize="223" ySize="241" /> </SimpleSource> </VRTRasterBand> <VRTRasterBand dataType="Float32" band="2"> <Description>north_velocity</Description> <UnitType>mm/year</UnitType> <SimpleSource> <SourceFilename relativeToVRT="0">/home/even/proj/proj-datumgrid/europe/nkgrf03vel_realigned_xy.ct2</SourceFilename> <SourceBand>1</SourceBand> <!-- and the second physical component (latitude offset normally, here north velocity) as the first band --> <SrcRect xOff="0" yOff="0" xSize="223" ySize="241" /> <DstRect xOff="0" yOff="0" xSize="223" ySize="241" /> </SimpleSource> </VRTRasterBand> <VRTRasterBand dataType="Float32" band="3"> <Description>up_velocity</Description> <UnitType>mm/year</UnitType> <SimpleSource> <SourceFilename relativeToVRT="0">/home/even/proj/proj-datumgrid/europe/nkgrf03vel_realigned_z.gtx</SourceFilename> <SourceBand>1</SourceBand> <SrcRect xOff="0" yOff="0" xSize="223" ySize="241" /> <DstRect xOff="0" yOff="0" xSize="223" ySize="241" /> </SimpleSource> </VRTRasterBand> </VRTDataset> ```
2019-12-30Travis: fix OSX buildsEven Rouault
2019-12-29proj_hgrid_value(): do not apply compensation for west-oriented ↵Even Rouault
longitude_offset. Fixes regression due to grid refactoring work on proj=deformation use case
2019-12-29Merge pull request #1815 from rouault/unbreak_travis_buildsEven Rouault
Travis: fix OSX builds
2019-12-28Travis: fix OSX buildsEven Rouault