Digital Elevation Models for use with Fogpy
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/record/3885397
下载链接
链接失效反馈官方服务:
资源简介:
Digital Elevation Models (DEMs) in geotiff format. One for central Europe and one for northeast USA.
Data sources
Central Europe: EU-DEM v1.1 (Copernicus Land Monitoring Service)
USA: USGS National Map
Data processing
Data were processed with GDAL. After collecting the required source files in geotiff, the final file was produced with two steps:
gdal_merge.py -o merged.tif */*.tif
gdalwarp -r bilinear -t_srs '+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs' -tr 500 500 merged.tif merged-2-500.tif
Context
These elevation models are needed by Fogpy, a satellite fog retrieval package within the Pytroll satellite processing set of tools.
创建时间:
2020-06-08



