Skip to content

Commit

Permalink
Add reference prj file for proj 6+
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent d4f2b84 commit 61c1efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
@@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
Expand Up @@ -127,7 +127,7 @@ tests:
compare: False

- algorithm: gdal:extractprojection
name: Extract Projection (extractprojection)
name: Extract Projection (extractprojection), create prj
params:
INPUT:
name: dem.tif
Expand All @@ -138,7 +138,9 @@ tests:
name: expected/gdal/dem.wld
type: file
PRJ_FILE:
name: expected/gdal/dem.prj
name:
- expected/gdal/dem.prj
- expected/gdal/demproj6.prj
type: file

- algorithm: gdal:extractprojection
Expand Down

0 comments on commit 61c1efe

Please sign in to comment.