Mark Litwintschik

Results 89 comments of Mark Litwintschik
trafficstars

The issue is probably happening outside of the Spatial extension, I raised this instead: https://github.com/duckdb/duckdb/issues/13504

Does QGIS have some sort of central AWS credentials storage? If not, is there some sort of secrets storage for plug-ins provided by QGIS? If not on that as well,...

v4 of the h3 library renamed this method. I've downgraded to 3.x till I have time to find what the v4 method name is.

I'll remember to look around the QGIS issues area on GitHub to see if anyone has raised an issue around QGIS not being able to read structs in parquet files....

@mtravis I messed up my original ticket and I was unable to reopen it so I created a new one https://github.com/qgis/QGIS/issues/60916

> [@marklit](https://github.com/marklit) I just noticed that the issue you submitted was using 3.42.0-Münster? So have you seen the sources field automatically split like names is somewhere? Yup, you can see...

> QGIS does handle some structs ok but not sources as it's not an JSON object but and array of those. Nope, in the ticket I raised I didn't cast...

> Also, you may want to change `3.4.2` to `3.42.0` in the issue. Cheers for spotting that. I fixed it.

ArcGIS Pro 3.5 was released two days ago and supports PQ files. I've got a task queued up to explore what sorts of column types it supports and I'll feed...

ArcGIS Pro 3.5 does some basic denormalisation of the lists of dictionaries produced by this plugin. Below you can see `sources` became `sources_list_element_*`. ![Image](https://github.com/user-attachments/assets/7cc6ce30-7c79-4e3e-91b2-ba962916f4ab) If I cast the field to...