Alvaro Huarte

Results 12 issues of Alvaro Huarte

Provides some new features: - New quantized-mesh format ouput (-f Mesh), optionally you could add VertexNormals with -N option. - New metadata file output. - New cesium-friendly option to automatically...

This PR implements #217 It provides support for loading assets from GDAL Virtual File Systems keys.

It would be great to have support for loading GDAL related assets (To manage /vsi* URLs).

This PR adds support for old releases of DuckDB and the new `v0.10.x` versions. It checks the existence of `ADBC_VERSION_1_1_0` variable (`DuckDB v0.10.0`) or `DUCKDB_MAJOR_VERSION` variable (`DuckDB v0.10.x` https://github.com/duckdb/duckdb/pull/10840/). In...

https://github.com/ahuarte47/geodataflow/actions/runs/5070751337/jobs/9106217398 ``` from osgeo import gdal_array File "/__t/Python/3.10.11/x64/lib/python3.10/site-packages/osgeo/gdal_array.py", line 13, in from . import _gdal_array ImportError: cannot import name '_gdal_array' from 'osgeo' (.../python3.10/site-packages/osgeo/__init__.py) ```

This PR adds two functions to the httpfs extension, to send HTTP Get & Post requests. Description & sample usage [here](https://www.linkedin.com/pulse/querying-stac-load-satellite-imagery-sentinel2-duckdb-alvaro-huarte-yjuzf/)

This PR adds support to run `LIKE` (i.e. `~~`) or `ILIKE` (i.e. `~~*`) on the remote server using the `regexMatch` operator from Mongo.

Hi, It would be great to add support to run `LIKE` and `ILIKE` operators on the remote server using `regexMatch`. I am proposing this [PR](https://github.com/EnterpriseDB/mongo_fdw/pull/176) implementing this feature.

HydraulicSim manages a QualitySim data member when Water quality analysis is needed in order to fill the water quality data in output. It fixes the issue: https://github.com/Baseform/Baseform-Epanet-Java-Library/issues/4

This PR adds support to manage rasters (A wrapper of GDALDataset) in the extension. It provides a new type `RASTER`, and a set of functions to load, process and save...