#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @File : C.py
# @Author: huifer
# @Date : 2018/5/22 0022
import gdal
import osr
import ogr
a = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
【python】geoJson转换Shapefile
最新推荐文章于 2025-11-03 10:28:13 发布
本文介绍如何使用Python的geopandas库将GeoJSON地理数据格式转换为常见的Shapefile格式,包括读取GeoJSON文件、创建GeoDataFrame以及导出为Shapefile的详细步骤。
订阅专栏 解锁全文
941





