From 8cff81de6c00d3f005bf17ee929fc031bc3ca3e3 Mon Sep 17 00:00:00 2001 From: Anton Bakker Date: Tue, 3 Sep 2024 15:37:54 +0200 Subject: [PATCH] update to PROJ 9.4 - breaking change proj.db structure; update vertical crs - remove null grid, only compatible with PROJ 8.X --- .github/workflows/release.yaml | 2 +- Dockerfile | 2 +- grids/null | Bin 232 -> 0 bytes sql/nl_nsgi_20_datum_and_crs.sql | 5 ++++- 4 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 grids/null diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2cbddf6..73c88c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,4 +66,4 @@ jobs: run: | gh release upload ${{ github.event.release.tag_name }} grids/nl_nsgi/bq_nsgi_bongeo2004.tif gh release upload ${{ github.event.release.tag_name }} grids/nl_nsgi/nllat2018.gtx - gh release upload ${{ github.event.release.tag_name }} grids/null + diff --git a/Dockerfile b/Dockerfile index 23a54bf..df4fe91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM osgeo/proj:9.3.1 +FROM osgeo/proj:9.4.1 RUN apt update \ && apt upgrade -y \ diff --git a/grids/null b/grids/null deleted file mode 100644 index 8418408be229256cc8197447024f7e0e50129513..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 232 zcmZ<`adh%=RR}ZEGf)5lztWr>g_5GgyyCR{qFeR`S#2}13{S9005cg8qELz diff --git a/sql/nl_nsgi_20_datum_and_crs.sql b/sql/nl_nsgi_20_datum_and_crs.sql index 926130a..0eac5ed 100644 --- a/sql/nl_nsgi_20_datum_and_crs.sql +++ b/sql/nl_nsgi_20_datum_and_crs.sql @@ -1118,6 +1118,7 @@ VALUES NULL, NULL, NULL, + NULL, 0 ), ( @@ -1129,6 +1130,7 @@ VALUES NULL, NULL, NULL, + NULL, 0 ), ( @@ -1140,6 +1142,7 @@ VALUES NULL, NULL, NULL, + NULL, 0 ); @@ -1359,4 +1362,4 @@ VALUES '3820', 'EPSG', '1142' - ); \ No newline at end of file + );