Re: [Qgis-user] PyQGIS from non-bundled Python install?

2022-06-08 Thread Andrew Hughes via Qgis-user
gt; email: uja...@spatialthoughts.com > [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: > Twitter icon] <https://twitter.com/spatialthoughts> > > > > On Wed, Jun 8, 2022 at 7:25 AM Andrew Hughes via Qgis-user < > qgis-user@lists.osg

[Qgis-user] PyQGIS from non-bundled Python install?

2022-06-07 Thread Andrew Hughes via Qgis-user
Hi All, Q: Is it possible to have a system/native python install work with PyQGIS? Finer Details: I am working with Azure Functions. Their base (container/docker) image includes a python install. I can provide a custom docker image, thus I can set system paths and run all the instructions as per

Re: [Qgis-user] Sync / Reconcile Data in Postgres

2022-06-07 Thread Andrew Hughes via Qgis-user
2022, 4:38 pm chris hermansen, wrote: > Andrew and list, > > On Tue, Jun 7, 2022, 05:30 Andrew Hughes via Qgis-user < > qgis-user@lists.osgeo.org> wrote: > >> Hi All, >> >> I have several third-party living datasets (accessible via web services) >> tha

[Qgis-user] Sync / Reconcile Data in Postgres

2022-06-06 Thread Andrew Hughes via Qgis-user
Hi All, I have several third-party living datasets (accessible via web services) that I need to replicate to an internal postgres instance (ETL processes). My question is, given my script/model has obtained a copy of the dataset. What would you recommend I use to synchronize the new/freshly

Re: [Qgis-user] PyQGIS - OGCFeatureService / QgsVectorLayer "OAPIF"

2022-06-06 Thread Andrew Hughes via Qgis-user
Hi Andrea, Yes, thank you! I only tried it about 2 hours ago and the second example worked perfectly. I'm sure the first works, I could not create a valid Uri based on the documentation alone. Thank you for your help and checking in and apologies for the slow reply. Cheers Andrew On Mon, 6

[Qgis-user] PyQGIS - OGCFeatureService / QgsVectorLayer "OAPIF"

2022-06-02 Thread Andrew Hughes via Qgis-user
Hi All, Simple question, but this doesn't work and I have no idea why. The following returns False, and has no features. Can someone please tell me what I am doing wrong - this seems so simple and really there is nothing I can think of that is wrong with this, but doesn't work?

[Qgis-user] GoeJSON with nested JSON (advise please)

2022-03-03 Thread Andrew Hughes via Qgis-user
Hi All, Seeking advice here... The GeoJSON spec supports nested json within properties, see example #2 @ https://www.rfc-editor.org/rfc/rfc7946#section-1.5 It would appear that QGIS 3.16 is unable to load this as layers. I'm highly skeptical about how much support there is for nested JSON not