Sean Gillies
Sean Gillies
@mwtoews one thing I hadn't noticed until now is that meson-python is version 0.16.0. Which implies to me an unfinished state and future breaking changes. And I see a lot...
@StijnCaerts There's nothing that Rasterio can do about libhdf5 printing to stdout or stderr. Can you report this to the GDAL project? I suppose it could be patched to always...
Rasterio's venerable netCDF (4.6.2) library may be the culprit.
Hi @alexJhao. From the information you gave ``` python 3.11.5 GDAL 3.6.2 fiona 1.9.6 ``` it looks like you have built Fiona from its source. Is that true? The WIndows...
@alexJhao thank you. I don't use MapInfo and am not an expert on the format, so I hope I do not lead you off course. I wonder if you need...
On the Fiona main branch I see a `KeyError` when I try to reproduce with the following code: ```python def test_issue1399(tmp_path): """Test schema encoding issue reported in #1399.""" schema =...
> Eg, one feature has a string in field A and the next feature has a list in field A. @stretch4x4 GDAL relies on file/dataset schemas. And since GeoJSON files...
@mayermart thanks for the report and the exemplary reproducer! This is a problem upstream in GDAL. ogrinfo reports the same field type: ``` root@195fac25be54:/# ogrinfo /data/test.gml SomeType -so INFO: Open...
@ebkurtz I'll dig into reviewing this after I've released 1.4.3 (Monday, with luck).
@ebkurtz you arrived at a column-oriented model for this? I don't use raster attribute tables at all, so I don't know if that's best. It looks like GDAL's RAT API...