Pieter Roggemans

Results 223 comments of Pieter Roggemans

Script to reproduce both aspects + how fiona handles this case: fiona formats dates as string. ``` from pathlib import Path import tempfile import geopandas as gpd import pyogrio tmp_dir...

In [geofileops](https://github.com/geofileops/geofileops) I'm thinking towards dealing with it as follows, so convert these columns to datetime64: ``` # Cast columns that are of object type, but contain datetime.date or datetime.date...

I noticed this as well, and it has been fixed but not released yet: https://github.com/geopandas/pyogrio/issues/324

As @m-richards referenced, this also seems a candidate: #3023

> Did a first set of backports in #3161 (I think everything for now except for the one @m-richards is working on in #3159) Not important to me, but just...

Funny, apparently I was also having a look at this at the same time as @jorisvandenbossche :-)... I tried if it would be possible using the "vsimem" feature of gdal,...

> @brendan-ward I have `geopandas 0.14.2` installed. @fgashakamba best post the entire output of `geopandas.show_versions()`: brendan would probably (also) want to know the version being reported for `pyogrio`.

Can you also post the output of `conda list` for this environment?

There is quite some mixing of channels in the environment: many packages originate from the "defaults" channel, some are coming from "conda-forge", which introduces some risks in getting weird behaviour....