#!/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-06-19 19:18:58 发布