Joris Van den Bossche
Joris Van den Bossche
(and maybe also a `conda list`)
Can we check for the name of the CRS, and if it is "Undefined geographic SRS" change `crs` to None (inside the `read_file` code)? Of course, that can in theory...
(and if we want to have a more specific check, could also check the WKT instead of just the name)
(moved this to the next milestone)
Given that for the last releases, this already resulted in a GeoDataFrame but without an active geometry column set (and that we now improved the error messaging for this case),...
> I think so. If drop=False uses specified name, it sounds more reasonable to keep in for drop=True as well. Yes, I think I agree. The question then is: do...
I would recommend asking such questions on StackOverflow (https://stackoverflow.com/). Also, it is best to give an actual example of the data you have, that will make it easier to provide...
I always had the idea that the work we did for pyogrio should be ported to fiona as well (we put a lot of effort in it, and we should...
@DanielIAvila the error you are getting typically points to an installation issue with `proj` / `pyproj`, although I don't directly see anything suspicious in your conda environment. Does the following...
> > Whether the geometries should be interpreted as geodesic (spherical coordinates) or planar > > Is the idea that this provides hints as to the geometry engine Yes, in...