文件名称:geojson:适用于GeoJSON的Python绑定和实用程序
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-24 04:26:58
python geojson Python
geojson 该Python库包含: 编码和解码格式数据的功能 所有GeoJSON对象的类 Python 目录 FeatureCollection GeoJSON编码/解码 自订课程 默认和自定义精度 有用的实用程序 座标 map_coords map_tuples map_geometries 验证 generate_random 发展 学分 安装 geojson与Python 3.6-3.9兼容。 推荐的安装方式是通过pip : pip install geojson GeoJSON对象 该库实现了GeoJSON Format Specification中描述的所有GeoJSON对象。 所有对象键也可以用作属性。 包含在GeometryCollection和FeatureCollection中的对象可以直接建立索引。 观点 >> > from geojso
【文件预览】:
geojson-master
----MANIFEST.in(59B)
----README.rst(14KB)
----docs()
--------index.rst(27B)
----.github()
--------workflows()
----CONTRIBUTING.rst(338B)
----tests()
--------test_utils.py(2KB)
--------test_validation.py(6KB)
--------__init__.py(394B)
--------test_geo_interface.py(5KB)
--------test_constructor.py(928B)
--------test_base.py(2KB)
--------test_strict_json.py(1KB)
--------test_coords.py(4KB)
--------test_features.py(5KB)
--------data.geojson(89B)
--------test_null_geometries.py(844B)
----tox.ini(330B)
----LICENSE.rst(1KB)
----setup.cfg(28B)
----setup.py(2KB)
----.gitignore(67B)
----CHANGELOG.rst(5KB)
----geojson()
--------utils.py(7KB)
--------feature.py(2KB)
--------codec.py(2KB)
--------__init__.py(767B)
--------factory.py(461B)
--------examples.py(2KB)
--------mapping.py(740B)
--------_version.py(81B)
--------geometry.py(4KB)
--------base.py(4KB)