“地理信息数据集”的版本间的差异
(未显示同一用户的7个中间版本) | |||
第7行: | 第7行: | ||
}} | }} | ||
− | == 地球 == | + | ==地球== |
− | # 地面高程数据集 http://vterrain.org/Elevation/global.html | + | #地面高程数据集 http://vterrain.org/Elevation/global.html |
+ | ##NOAA提供的1km分辨率高程数据:https://www.ngdc.noaa.gov/mgg/topo/gltiles.html | ||
+ | #全球水深测量数据 https://www.gebco.net/data_and_products/gridded_bathymetry_data/#global | ||
+ | #自然地球数据 http://www.naturalearthdata.com/downloads/ | ||
+ | #水资源数据 https://sedac.ciesin.columbia.edu/theme/water/data/sets/browse | ||
+ | #全球水面数据 https://global-surface-water.appspot.com/#data | ||
+ | #气候数据集: https://www.ncei.noaa.gov/cdo-web/ | ||
+ | #国家及地区边界 https://www.geoboundaries.org/ | ||
+ | #*完整版打包下载 https://www.geoboundaries.org/downloadCGAZ.html | ||
− | == 火星 == | + | ==火星== |
− | # 火星数据集 https://www.mars.asu.edu/data/ | + | #火星数据集 https://www.mars.asu.edu/data/ |
+ | |||
+ | <br /> | ||
+ | |||
+ | == 数据展示 == | ||
+ | |||
+ | * https://openlayers.org/ | ||
+ | |||
+ | ==读取数据== | ||
+ | |||
+ | ===数据格式=== | ||
+ | |||
+ | *Shapefile: .shp | ||
+ | |||
+ | ===读取软件=== | ||
+ | |||
+ | *Python库 Geopandas | ||
<br /> | <br /> |
2024年3月20日 (三) 01:29的最新版本
地球
- 地面高程数据集 http://vterrain.org/Elevation/global.html
- NOAA提供的1km分辨率高程数据:https://www.ngdc.noaa.gov/mgg/topo/gltiles.html
- 全球水深测量数据 https://www.gebco.net/data_and_products/gridded_bathymetry_data/#global
- 自然地球数据 http://www.naturalearthdata.com/downloads/
- 水资源数据 https://sedac.ciesin.columbia.edu/theme/water/data/sets/browse
- 全球水面数据 https://global-surface-water.appspot.com/#data
- 气候数据集: https://www.ncei.noaa.gov/cdo-web/
- 国家及地区边界 https://www.geoboundaries.org/
火星
数据展示
读取数据
数据格式
- Shapefile: .shp
读取软件
- Python库 Geopandas