All you need to know about GeoParquet | GeoDev

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 2

  • @ccancellieri
    @ccancellieri 3 місяці тому +1

    Thank you for your presentation and demonstration over geopandas, our company is using fiona (which may use geopandas), have you considered to post a comparison between geopandas and fiona using cloud native formats? my best, C.

    • @geodev
      @geodev  3 місяці тому

      Hi Carlo, Geopandas is build on top of Fiona and it uses the same internal algorithm that Fiona have. So, I would say, both will have a similar performance. Apart from reading and writing, Geopandas has lots of spatial operations (eg. buffer, clip etc) and a high level library. Personally, I recommend geopandas over fiona.