文件名称:nhc-geojson:从国家飓风中心形状文件创建 GeoJSON
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-22 06:21:41
Python
#NHC Shapefile to GeoJSON 将当前风暴的shapefile 转换为 GeoJSON 文件。 用法 该程序分为两部分。 第一个将查看 NHC GIS RSS 提要并创建一个包含风暴元数据和 shapefile 列表的摘要 json 文件: $ python get_summaries.py 第二部分读取摘要 json 并获取 shapefile,将它们转换为 GeoJSON 文件: $ python get_shapefiles.py 要求 您必须安装命令行工具 。 它是 GDAL 库的一部分。 Python 模块在。 使用 pip 安装它们: $ pip install -r requirements.txt
【文件预览】:
nhc-geojson-master
----.gitignore(712B)
----README.md(752B)
----summary.json(3KB)
----requirements.txt(116B)
----get_shapefiles.py(2KB)
----get_summaries.py(6KB)