Francisco Jiménez
Francisco Jiménez
I tried installing FBProphet via Conda in an Apple MacBook 13 M1 but I was unsuccessful (I also tried via pip). This is what I get: ``` fj@fj-MacBook-Pro ~ %...
Everything is working as it should, except from the gas readings, I always get the exact same number. I am using a generic ESP32 DEVKITV1 (VROOM 32). The sensor is...
It'd be great to be able to write back into `osm.pbf` - this is mainly to be able edit data, filter data or simply create diffs between two `osm.pbf` files....
I have been trying to implement the BME680.py in my code. Everything works fine. except the bme.gas. The reading is always the same, it does not change.
It would be great to be able to have `ExtraMember` concept for a GeoJSON feature. This is also in line with the GeoJSON specification [https://www.rfc-editor.org/rfc/rfc7946#section-5](https://www.rfc-editor.org/rfc/rfc7946#section-5).
This library seem to have most parts to create mbtiles and so I hope this is possible. Using the code below, I am somehow able to get _some_ results. If...
> This is connected to [this previous issue](https://github.com/duckdb/duckdb_spatial/issues/334). I have a table in which many rows contains geometries that are `MultiLineString`. When saving such table to a GeoJSON file, the...