Even Rouault
Even Rouault
You can likely read data from such servers using the WMS ArcGIS REST API minidriver: https://gdal.org/en/stable/drivers/raster/wms.html#arcgis-rest-api
ENH: duplicate column names in a SELECT on a gpkg are suffixed with e.g. ":1", which is a bit weird?
@theroggy How do you manage to create duplicated column names in GeoPackage... ? ``` $ sqlite3 SQLite version 3.31.1 2020-01-27 19:55:54 Enter ".help" for usage hints. Connected to a transient...
ENH: duplicate column names in a SELECT on a gpkg are suffixed with e.g. ":1", which is a bit weird?
> How do you manage to create duplicated column names in GeoPackage... ? oh, I see now you meant through a SELECT
@Lakshitalearning I strongly suspect your above message has been generated with the use of AI/LLM, hasn't it ? In any case the examples you give don't work...
Please refrain from using AI/LLM at all especially when you want "accuracy"! That's tricky topics. They don't "understand" anything. That's a collective loss of time. I'm deleting your comments to...
> I'm not aware what the deleted comments were, but I think it is a valid question. The topic is definitely legit. I just removed some LLM-based "answers" full of...
> That way it could simply be referred to by its EPSG-code and we could treat it (mostly) like any other operation. sure, that would definitely make things easier. We'd...
> Spam bots..? likely... We had a similar issue a few years ago in another repository
Locking conversation due to spam bombing...
> is there a rule that states how `gdal_rasterize` determines the pixel value to burn? For example, does the value of the first feature it encounters win? This is actually...