文件名称:svgis:使用地理数据绘制SVG地图
文件大小:858KB
文件格式:ZIP
更新时间:2024-05-22 21:09:42
Python
地理信息系统 根据矢量地理数据文件(SHP,geojson等)创建SVG图纸。 SVGIS非常适合:创建较小的倍数,以合理的投影方式组合大量数据集,并根据源数据中的类对样式进行绘制。 它非常适合创建在绘图程序中进行编辑的基础地图,其基于CSS的样式为样式提供了极大的灵活性。 svgis draw input.shp -o out.svg svgis draw south_dakota.shp north_dakota.geojson -o dakota.svg svgis draw england.shp scotland.shp wales.shp --style gb.css -o great_britain.svg 完整的文档,包括更多示例以及类和方法的说明: : 安装 需要 ,这又需要GDAL。 有关安装信息,请参阅。 然后: pip install svgis s
【文件预览】:
svgis-master
----.gitignore(740B)
----Makefile(2KB)
----.readthedocs.yml(185B)
----pyproject.toml(2KB)
----src()
--------svgis()
----.travis.yml(1KB)
----LICENSE(34KB)
----HISTORY.rst(6KB)
----README.md(3KB)
----tests()
--------test_dom.py(3KB)
--------test_cli.py(5KB)
--------Makefile(676B)
--------test_error.py(895B)
--------__init__.py(1KB)
--------test_projection_draw.py(2KB)
--------test_map.py(3KB)
--------test_graticule.py(2KB)
--------test_draw.py(5KB)
--------test_bounding.py(4KB)
--------test_style.py(6KB)
--------test_transform.py(3KB)
--------test_utils.py(2KB)
--------test_svg.py(3KB)
--------profile.py(785B)
--------test_projection.py(1KB)
--------test_svgis.py(6KB)
--------fixtures()
----docs()
--------api()
--------styles.rst(4KB)
--------requirements.txt(24B)
--------Makefile(7KB)
--------index.rst(1KB)
--------conf.py(7KB)
--------_static()
--------cli.rst(17KB)
----tox.ini(548B)