Skip to content

Commit

Permalink
set the VRT to have egm2008 vert datum
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Aug 4, 2022
1 parent 92337eb commit 51ea852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26,476 deletions.
1 change: 1 addition & 0 deletions sardem/cop_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def make_cop_vrt(outname="copernicus_GLO_30_dem.vrt"):
resampleAlg=gdal.GRIORA_NearestNeighbour,
outputBounds=[-180, -90, 180, 90],
resolution="highest",
outputSRS="EPSG:4326+3855"
)
logger.info("Building VRT {}".format(outname))
vrt_file = gdal.BuildVRT(outname, url_list, options=vrt_options)
Expand Down
Loading

0 comments on commit 51ea852

Please sign in to comment.