Pieter Roggemans
Pieter Roggemans
Remark: think about what to do with combination of force=True/False versus automatic name creation with existing name...
ENH: Add a detection method of the geometry types actually in a file for a "Geometry" geometrycolumn
A `distinct ST_GeometryType(geom)` should do the trick
This has been implemented and merged... so could be closed. As a variant on the theme, it would also be nice if there was a configuration setting to always apply...
@benwirf thanks for this!!!
You can pass the `-explodecollections` parameter to ogr2ogr to convert multi-part geometries to single part in the output. However, this won't update the area obviously. I wonder though, could you...
> > You can pass the -explodecollections parameter to ogr2ogr to convert multi-part geometries to single part in the output. However, this won't update the area obviously. > > Ah,...
Strictly speaking I don't need the band names client-side. I want to loop over all bands to apply a specific linear_scale_range depending on the band name, but earlier on in...
I indeed merge the rescaled bands back together with merge_cubes(). Thanks for the advice!!! I wonder... I don't seem to find any documentation pointing to `cube.metadata`. Is this work in...
They won't be directly usable, but you can get some inspiration for some possible benchmarks for more complex spatial operations here: https://github.com/geofileops/geobenchmark/blob/main/results_vector_ops/GeoBenchmark.png
For information, [Spatialite](https://www.gaia-gis.it/fossil/libspatialite/index) offers an `ST_SubDivide` function, based on the [rttopo](https://git.osgeo.org/gitea/rttopo/librttopo) library. However, when I tried to use it, it turns out that it has robustness issues. Issue submitted here:...