

(数据科学学习手札148)geopandas直接支持gdb文件写出与追加 - 费弗里
source link: https://www.cnblogs.com/feffery/p/17025278.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

本文示例代码已上传至我的
Github
仓库https://github.com/CNFeffery/DataScienceStudyNotes
大家好我是费老师,在我之前的某篇文章中为大家介绍过如何在windows
系统上,基于ESRI FileGDB
驱动为geopandas
补充针对gdb
文件的写出、追加功能,但那种方式既有些麻烦,又不支持linux
等其他系统,局限性颇多,且经常会出现一些小问题。
而随着近期geopandas
底层依赖gdal
的更新,使得我们可以在各种系统中直接利用geopandas
对gdb
文件进行写出及追加操作,下面我们就来一睹为快~
2 geopandas直接支持gdb文件写出与追加
我们需要做的事只有一件,就是将我们环境中的gdal
更新到3.6.0
及以上版本,我的环境中原本的gdal
版本为3.5.3
,这时查看fiona.supported_drivers
可以看到,OpenFileGDB
对应的操作权限只有'r'
即只读:
我们使用conda install "gdal>=3.6.0" -c conda-forge -y
来对gdal
进行升级,可以看到随着gdal
的升级,fiona
中的OpenFileGDB
权限更新为'raw'
,这意味着我们拥有了对gdb
文件的读、写、追加操作能力:
与我以前为大家介绍过的ESRI FileGDB
驱动相比,新版OpenFileGDB
针对gdb
文件的读写速度更快更稳定,且支持直接读取zip
格式的gdb
压缩包,相当的方便🥳:
并且这种开箱即用的方式适用于windows
、linux
、mac
在内的各种常用操作系统,快升级你的gdal
试试吧~
以上就是本文的全部内容,欢迎在评论区与我进行讨论~
Recommend
-
36
本文示例代码、数据已上传至我的 Github 仓库 https://github.com/CNFeffery/DataScienceStudyNotes 1 简介 Kepler.gl
-
22
本文示例代码及附件已上传至我的 Github 仓库 https://github.com/CNFeffery/DataScienceStudyNotes 1 简介 下面的这幅图可能很...
-
8
本文示例代码已上传至我的 Github 仓库 https://github.com/CNFeffery/DataScienceStudyNotes 1 简介 这是我的系列教程 Python+D...
-
8
本文示例代码及文件已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 1 简介
-
5
本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 大家好我是费老师,sciki...
-
7
本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 大家好我是费老师,就在几天前...
-
5
本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 大家好我是费老师,前不久我在...
-
9
大家好我是费老师,Git作为世界上最流行的版本控制系统,可以说是每一位与程序打交道的朋友最值得学习的软件之一。除了管理自己的项目,如果你对参与开源项目感兴趣,那么Git更是联结Github、Gitlab等知名...
-
6
本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 大家好我是费老师,geopa...
-
10
本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 大家好我是费老师,geopa...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK