|
1
2
geopanda的read_file方法需要一个文件地址作为输入,如文档中所示 https://geopandas.org/en/stable/docs/reference/api/geopandas.read_file.html
您要查找的geojson似乎是美国各州的geojson文件。你可以在这里找到这个 https://github.com/PublicaMundi/MappingAPI/blob/master/data/geojson/us-states.json?short_path=1c1ebe5 下载文件,然后使用该函数读取它并将其存储为地理数据帧 |
![]() |
Kvothe · 多边形中的geopandas点 7 年前 |
|
user7086216 · 线串地理标记之间的距离 7 年前 |
![]() |
p-robot · 如何根据点坐标对geopandas数据帧进行子集? 8 年前 |
![]() |
kwn · 从GeoJSON对象创建GeoDataFrame 9 年前 |