[Qgis-user] Help reading mesh layer from Postgresql

2024-05-21 Per discussione Jorge Gustavo Rocha via QGIS-User
Hi, I would love to store netCDF files in Postgresql/PostGIS and read them as mesh layers. I'm able to store netCDF in PostGIS and add it as a rasters in QGIS. To store it on PostGIS: raster2pgsql -s 4326 -d -I -C -M AZ1_HS_2023101200.nc -F public.az1_hs_2023101200 | psql service=atlantico

Re: [Qgis-user] Moving many project files - bulk updating paths to tables?

2024-04-04 Per discussione Jorge Gustavo Rocha via QGIS-User
Hi Tony, You can unzip the qgz file and change the text in the qgs files. qgs are text files. Afterwards, you can create the zip again with the qgz extension or open the qgs file directly. I hope it helps, Jorge On 04/04/24 19:28, Tony Shepherd (FarmMaps NZ) via QGIS-User wrote: Hi All

Re: [Qgis-user] Atlas - Map series along linear object

2024-03-26 Per discussione Jorge Gustavo Rocha via QGIS-User
Hi Michaela, You can use the tool "points along geometry" to create the coverage layer. Choose the correct distance based on your 1:500 scale (to show more or less overlapping areas). Then create the Atlas using such points (that you can hide them in the output). You can play with different

Re: [Qgis-user] Support for Mesh layers (netCDF) on Postgis/Postgresql: is it possible?

2023-12-14 Per discussione Jorge Gustavo Rocha via QGIS-User
.html) service which we are adding support for it in QGIS. Kind regards Saber On Wed, 13 Dec 2023 at 19:36, Jorge Gustavo Rocha via QGIS-User wrote: Hi, I'm playing with netCDF files. I add them to QGIS using the mdal provider (mesh layer). Reading netCDF data from files work

[Qgis-user] Support for Mesh layers (netCDF) on Postgis/Postgresql: is it possible?

2023-12-13 Per discussione Jorge Gustavo Rocha via QGIS-User
Hi, I'm playing with netCDF files. I add them to QGIS using the mdal provider (mesh layer). Reading netCDF data from files works very well. My question is: is it possible to read netCDF data from Postgis/Postgresql? I can store netCDF files in Postgis using raster2pgsql, but the data is

Re: [Qgis-user] QGIS Server: Parsing WFS capabilites with JavaScript

2023-10-30 Per discussione Jorge Gustavo Rocha via QGIS-User
Hi Jakob, You can try jsonix. I use something like: var Jsonix = require('jsonix').Jsonix; var XLink_1_0 = require('w3c-schemas').XLink_1_0; var OWS_1_0_0 = require('ogc-schemas').OWS_1_0_0; var OWS_1_1_0 = require('ogc-schemas').OWS_1_1_0; var WFS_1_0_0 = require('ogc-schemas').WFS_1_0_0; var

Re: [Qgis-user] Ajuda: Erro python

2023-06-01 Per discussione Jorge Gustavo Rocha via QGIS-User
so solucionar esse erro? Aguardo retorno. Obrigada desde já. Fernanda. ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info:https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-user -- Jorge Gustav

Re: [Qgis-user] WMTS via QGIS Server

2023-04-24 Per discussione Jorge Gustavo Rocha via QGIS-User
Gustavo Rocha Geomaster, LDA "Take the open source journey with us" VAT/NIF: PT 510 906 109 Phone: +351 253 257 173 (landline) Mobile: +351 910 333 888 (cellular) Rua Afonso Palmeira, 31, 7 D 4715-278 Braga PORTUGAL GPS 41.54627, -8.40432 ___

Re: [Qgis-user] Check Geometries Plugin - attribute value in results

2023-03-29 Per discussione Jorge Gustavo Rocha via QGIS-User
ling list QGIS-User@lists.osgeo.org List info:https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-user -- Jorge Gustavo Rocha Geomaster, LDA "Take the open source journey with us" VAT/NIF: PT 510 906 109 Phone: +351 253 257 173 (

Re: [Qgis-user] Qgis server : install on Linux Debian

2023-03-23 Per discussione Jorge Gustavo Rocha via QGIS-User
Apache/2.4.54 (Debian) Server at XXX.fr Port 80 [/code]/ Via the browser, when I try /X.fr/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS=1.3.0=GetCapabilities/ It says Site Unreachable. If someone could help me? THANKS. _______

Re: [Qgis-user] Problems with transformation including height values

2023-03-21 Per discussione Jorge Gustavo Rocha via QGIS-User
not reprojected to the new vertical reference. All the z-values are exactly the same as the values in the .csv - file. After some digging through Google and other places, I discover that EPSG:4326 /doesn't/ have a z component. Surprise ! You have to use EPSG:4979, which is the same as EPSG:4326

Re: [Qgis-user] [EXTERNAL] Re: Geopackage slow on NAS if not read-only

2023-03-16 Per discussione Jorge Gustavo Rocha via QGIS-User
JQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=4NfOOZrB2k%2B7Q3V0QHNXIvEOTYHFWp4D10C1MzYTTQQ%3D=0> ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info:https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe:https://lis

Re: [Qgis-user] How to count number of layers loaded in layer panel of QGIS

2023-03-15 Per discussione Jorge Gustavo Rocha via QGIS-User
___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Jorge Gustavo Rocha Geomaster, LDA "Take the open source journey with us" V

Re: [Qgis-user] Add application_name=QGIS to postgis connection string

2022-06-30 Per discussione Jorge Gustavo Rocha via Qgis-user
Hi Toni, It makes sense to have in all connections to the database. The application_name is already used by QGIS Server. To have it in QGIS desktop (from core), a few edits must be made to make it happen. Maybe there are plug Can you add this a new feature request? Regards, Jorge On

Re: [Qgis-user] Help with scales in print layouts for geographic CRS

2022-04-07 Per discussione Jorge Gustavo Rocha via Qgis-user
Hi, Thanks to Greg, Patrick, Nicolas and Nyall for the good discussion. I never used lat/lon based layouts before and the result can be odd. I was trying to make it work, but it is not easy. The layout must include a warning about the difference in scales along the axes. As Nyall said,

Re: [Qgis-user] Help with scales in print layouts for geographic CRS

2022-04-06 Per discussione Jorge Gustavo Rocha via Qgis-user
bably I am simplifying the calculations too much. I'll return back after reading the code. Regards, Jorge Gustavo On 06/04/22 15:10, Greg Troxel via Qgis-user wrote: Patrick Dunford via Qgis-user writes: On 6/04/22 11:34, Greg Troxel via Qgis-user wrote: Jorge Gustavo Rocha via Qgis-user

[Qgis-user] Help with scales in print layouts for geographic CRS

2022-04-05 Per discussione Jorge Gustavo Rocha via Qgis-user
Hi, I need you help to understand how scale works with geographic coordinate systems. For projected coordinates systems, the layouts seems to work as expected. This is my use case: I've draw a polygon with 1000m width and height, and another with 1500, width and height, sharing the upper

Re: [Qgis-user] linux box accessing project-files on a windows server

2022-02-21 Per discussione Jorge Gustavo Rocha
Hi Thomas, You can uncompress the qgz project file. Open it in a regular text editor and check the path for each layer. How it looks like? Is it a relative path? Does it make sense on the linux box? Regards, Jorge On 21/02/22 18:39, Thomas Struller wrote: Hallo Rich, Thank you for

Re: [Qgis-user] OGR VRT issue?

2021-12-20 Per discussione Jorge Gustavo Rocha
Hi Brent, I've reproduced this issue. ogrinfo/ogr2ogr works, but QGIS is unable to read it properly. Please fill a bug report. Regards, Jorge Gustavo On 20/12/21 02:11, Brent Wood wrote: Hi, I'm looking to open a sqlite3 (not spatialite) database in QGIS. I have a table in the db

Re: [Qgis-user] Qgis 3.16 in mac error with translate raster file

2021-12-14 Per discussione Jorge Gustavo Rocha
Ciao Azzurra, It is just a guess, but try to use just asccii file names (for input and outpus). Maybe your student's name has accented characters that are not supported by Grass7Utils.py. Good luck, Jorge On 14/12/21 17:48, Azzurra Lentini wrote: Hi to all, a student of mine has

Re: [Qgis-user] QGIS project templates and PostGIS connections

2021-11-22 Per discussione Jorge Gustavo Rocha
Hi Frank, There are several options. That's the problem. I use pg_services. Every user has his own pg_service file, with their credentials. Project templates (and common styles) are stored in one specific database, that everybody can read. All Postgis layers are referenced by the service

Re: [Qgis-user] Project file format

2021-11-17 Per discussione Jorge Gustavo Rocha
Hi Paul, 1) I use pg_services. I just change one link (to the desired pg_services.conf file) to change between prod and dev layers. I don't have to change the QGIS project. 2) To find/replace parts of any XML file, I use the old xmlstarlet command line tool. Using such tools, the order of

Re: [Qgis-user] QGIS and PostGIS raster (out-db)

2021-10-19 Per discussione Jorge Gustavo Rocha
and loading it again from the Postgresql data folder worked. Is it good practise to move/reassign this data directory to a different path? Our imagery is stored on a file server, was hoping to simply 'point' to this area. thanks On Mon, Oct 18, 2021 at 10:43 PM Jorge Gustavo Rocha wrote

Re: [Qgis-user] QGIS and PostGIS raster (out-db)

2021-10-18 Per discussione Jorge Gustavo Rocha
Hi Tim, No problem here with rasters out of db. Postgresql needs to know where the raster is and must have access to it later, when you open it on QGIS. Try moving the raster to Postgresql data folder. Run 'SHOW data_directory;' to know where Postgresql stores the data. Copy the raster to

Re: [Qgis-user] QGIS server in professional use?

2021-10-08 Per discussione Jorge Gustavo Rocha
Hi Mats, I have QGIS Server running under Apache in several public institutions. My apache2/conf-available files are attached. It runs pretty well under Apache. Regards, Jorge Gustavo On 08/10/21 11:25, Mats Elfström wrote: > Hi? > Is anybody using, or know of someplace where QGIS Server is

Re: [Qgis-user] How make reading from protocol to use /vsicurl_streaming/ instead of /vsicurl/?

2021-09-21 Per discussione Jorge Gustavo Rocha
Hi Jukka, It works. I'm on QGIS 3.21, but I think any recent QGIS version should work. Screenshots: https://nextcloud.geomaster.pt/index.php/s/xDHcQdrQnSQi7RT https://nextcloud.geomaster.pt/index.php/s/twPTSWizH7STkLT Regards, Jorge On 21/09/21 12:44, Rahkonen Jukka (MML) wrote: > > Hi, > >

Re: [Qgis-user] Multi User - QGIS

2021-09-13 Per discussione Jorge Gustavo Rocha
Hi Alexander, You should not set an expression manually. If the id column is comes from a PostgreSQL identity/sequence based column, QGIS is get the exact id when the write operation is executed. It works fine with any number of users. Set you column with (on the PostgreSQL side): id INT

Re: [Qgis-user] Convert symbology of qgis layer into PyQGIS code to define renderer

2021-06-11 Per discussione Jorge Gustavo Rocha
quot; > accumulate="0" endField="" endExpression=""> >     >   >   >     >   >   symbollevels="0" type="categorizedSymbol"> >     >   >   >     >     >   type="fill"> >     >       >         >     >     >   

Re: [Qgis-user] Convert symbology of qgis layer into PyQGIS code to define renderer

2021-06-11 Per discussione Jorge Gustavo Rocha
Olá Manuel, There is no way to get the PyQGIS code from the style, as far as I know. But you can save the style (using the native QGIS format) and apply the named style afterwards in PyQGIS easily. Is this alternative workflow suitable for you? Regards, Gustavo On 11/06/21 12:56, Manuel

Re: [Qgis-user] QGIS read-only user

2021-04-27 Per discussione Jorge Gustavo Rocha
Hi Raffaele, Which database are you using? PostgreSQL? The database provider does not allow modifications, if the user does not have permissions. Can you confirm that the database changes even if the user does not have permission to write? Regards, Jorge Gustavo On 27/04/21 08:40, Raffaele

Re: [Qgis-user] Shortcut letter for pan up/down/left/right

2021-04-12 Per discussione Jorge Gustavo Rocha
> Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gust

Re: [Qgis-user] Fwd: QGIS-Server WMTS Request

2021-03-30 Per discussione Jorge Gustavo Rocha
ail Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: * Rua António Cândido Pinto, 67, 4715-400 Braga __

Re: [Qgis-user] QGIS-SERVER WFS3 Supports Shapefiles Layers Request

2021-03-25 Per discussione Jorge Gustavo Rocha
 regards > > Julierme > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.g

Re: [Qgis-user] qgis server osgeo4w64 noobs question qgis server

2021-03-12 Per discussione Jorge Gustavo Rocha
looks like I need some help > thanks, > regards, > > > > Marc MILLAS > Senior Architect > +33607850334 > www.mokadb.com <http://www.mokadb.com> > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > L

Re: [Qgis-user] Trimble GeoXT 2005 Accuracy

2021-03-06 Per discussione Jorge Gustavo Rocha
stinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.4049

Re: [Qgis-user] Split one line into x disegual line

2021-03-01 Per discussione Jorge Gustavo Rocha
mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Eng

Re: [Qgis-user] QGIS 3.18.0 and QGIS 3.14.4 (LTR) packages released and OSGeo4W reboot

2021-02-27 Per discussione Jorge Gustavo Rocha
. Fischer escreveu: > Hi Jorge, > > On Sat, 27. Feb 2021 at 15:56:43 +0000, Jorge Gustavo Rocha wrote: >> I thought, but I'm not sure, that QGIS was able to download proj grid >> files on demand. It's this in place anymore? It would make the package >> smaller. > It'

Re: [Qgis-user] QGIS 3.18.0 and QGIS 3.14.4 (LTR) packages released and OSGeo4W reboot

2021-02-27 Per discussione Jorge Gustavo Rocha
ould have exceeded NSIS 2 GB limit. > > > Jürgen > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo &l

Re: [Qgis-user] QGIS 3.10 Repository Ubuntu

2021-02-24 Per discussione Jorge Gustavo Rocha
ape route...) > > Regards, > > Richard Duivenvoorde > > [0] > https://archived.forum.manjaro.org/t/install-older-version-of-flatpak/151723 > > > On 2/24/21 1:00 PM, Jorge Gustavo Rocha wrote: >> Hi, >> >> Version 3.10 is in Ubuntu repo. If I do a s

Re: [Qgis-user] QGIS 3.10 Repository Ubuntu

2021-02-24 Per discussione Jorge Gustavo Rocha
an/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109

Re: [Qgis-user] getting a base map from Mapbox

2021-02-18 Per discussione Jorge Gustavo Rocha
w=WMS=GetCapabilities > - server replied: Not Found > > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/list

Re: [Qgis-user] Support - representing a graph in Qgis

2021-02-09 Per discussione Jorge Gustavo Rocha
/21, Giacomo Uguccioni escreveu: > Thank you guys for the support. > Could I work with Graphviz in the python console inside Qgis? And does > Graphviz support shapefiles or similar as an input?  > > Il giorno mar 9 feb 2021 alle 20:07 Jorge Gustavo Rocha > mailto:j...@geomast

Re: [Qgis-user] Support - representing a graph in Qgis

2021-02-09 Per discussione Jorge Gustavo Rocha
___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha*

Re: [Qgis-user] Install Postgresql and Postgis

2021-02-09 Per discussione Jorge Gustavo Rocha
is-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaste

Re: [Qgis-user] Georeferencing a DXF file

2021-02-03 Per discussione Jorge Gustavo Rocha
r mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@

Re: [Qgis-user] create a polygon retracing a line

2021-01-20 Per discussione Jorge Gustavo Rocha
__ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Soft

Re: [Qgis-user] Problem connecting to Postgres13

2021-01-11 Per discussione Jorge Gustavo Rocha
iAutomaticClassificationPlugin; > slyr; > SpreadsheetLayers; > SRTM-Downloader; > db_manager; > processing > >   > >   > > Regards Grant Boxer > >   > >   > > > ___ > Qgis-user mailing list > Qgis-us

Re: [Qgis-user] Importing raster images into Postgis and PostgreSQL versions

2021-01-09 Per discussione Jorge Gustavo Rocha
//lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: *

Re: [Qgis-user] Importing raster images into Postgis and PostgreSQL versions

2021-01-09 Per discussione Jorge Gustavo Rocha
> Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *J

Re: [Qgis-user] Print Legend as Features of a Layer

2020-11-29 Per discussione Jorge Gustavo Rocha
cribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: * Rua António Cândido Pinto, 67

Re: [Qgis-user] Toggle Attribute

2020-11-23 Per discussione Jorge Gustavo Rocha
t; For X-Mas my wish in relation to QGIS is a hover event ... on feature on >> map and on symbols.;-) >> >> Thanks for helping to everyone. >> > > > _______ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List inf

Re: [Qgis-user] Problem exporting to pdf

2020-11-14 Per discussione Jorge Gustavo Rocha
nfo: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 9

Re: [Qgis-user] Add Layer Search to Toolbar

2020-11-13 Per discussione Jorge Gustavo Rocha
g/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 9

Re: [Qgis-user] Installing QGIS 3.14 or 3.16 on Windows: it only runs as administrator

2020-10-31 Per discussione Jorge Gustavo Rocha
gt; If it actually works with the second suggestion, your IT department > probably has made  the userdata directory inaccessible for QGIS.  > > Den 29-10-2020 kl. 18:16 skrev Jorge Gustavo Rocha: >> >> Hi, >> >> I'm trying to install QGIS using OSGeo4W on a new Wind

[Qgis-user] Installing QGIS 3.14 or 3.16 on Windows: it only runs as administrator

2020-10-29 Per discussione Jorge Gustavo Rocha
to have QGIS running with administrator privileges? Disclaimer: I'm not a Windows expert. I probably missed something obviously. I've disabled the antivirus software, just in case. Thanks, Jorge -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engi

Re: [Qgis-user] Saving project to geopackage

2020-10-29 Per discussione Jorge Gustavo Rocha
Thanks, Etienne! Cool! Às 13:01 de 29/10/20, Etienne Trimaille escreveu: > Le jeu. 29 oct. 2020 à 13:42, Jorge Gustavo Rocha <mailto:j...@geomaster.pt>> a écrit : > > Hi António (hi Luigi), > > Before saving the project, you must create a connection (in

Re: [Qgis-user] Saving project to geopackage

2020-10-29 Per discussione Jorge Gustavo Rocha
o.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 8

Re: [Qgis-user] Shared/common library for PyQGIS scripts

2020-10-20 Per discussione Jorge Gustavo Rocha
g/mailman/listinfo/qgis-user > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mai

Re: [Qgis-user] Programmatically extract WMS data based on point layer?

2020-10-19 Per discussione Jorge Gustavo Rocha
6) > print(result.isValid()) # prints True > print(result.results()) > # prints TypeError: unable to convert a C++ 'QgsFeatureStoreList' instance to > a Python object > > Regards, > > Richard Duivenvoorde > > PS @Bernd: you are sure there is no WFS running the

Re: [Qgis-user] Programmatically extract WMS data based on point layer?

2020-10-19 Per discussione Jorge Gustavo Rocha
st > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Softwar

Re: [Qgis-user] Short question on wfs

2020-09-06 Per discussione Jorge Gustavo Rocha
_ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jo

[Qgis-user] Printing layouts with QGIS Server: hide page based on passed labels

2020-08-19 Per discussione Jorge Gustavo Rocha
make sense for a label or html item (just a string), but no so much for a map item. Regards, Jorge Gustavo -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 9

Re: [Qgis-user] Georeferencing images

2020-07-10 Per discussione Jorge Gustavo Rocha
_ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.

Re: [Qgis-user] module 'qgis.processing' has no attribute 'run'

2020-07-06 Per discussione Jorge Gustavo Rocha
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: * Rua António Cândido

Re: [Qgis-user] QGis Server:

2020-06-16 Per discussione Jorge Gustavo Rocha
__ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt>

Re: [Qgis-user] Styling polygon borders: preventing double rendering between polygons

2020-06-11 Per discussione Jorge Gustavo Rocha
! Regards, Jorge On 11/06/20 16:03, chris hermansen wrote: > Jorge and List, > > On Thu, Jun 11, 2020 at 7:13 AM Jorge Gustavo Rocha <mailto:j...@geomaster.pt>> wrote: > > Thank you for the feedback, Karl and Christoph. > > Your work around is valid. It is

Re: [Qgis-user] Styling polygon borders: preventing double rendering between polygons

2020-06-11 Per discussione Jorge Gustavo Rocha
emove the duplicate lines. Should be > doable in virtual layers as well. Quite complicated SQL since I have > several different types of lines depending on the attributes. > >   > > *Karl-Magnus Jönsson* > >   > > *Från:*Qgis-user *För *Christoph Jung > *Skic

[Qgis-user] Styling polygon borders: preventing double rendering between polygons

2020-06-11 Per discussione Jorge Gustavo Rocha
rendering between polygons? Regards, Jorge Gustavo -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: * Rua António Cândido Pinto, 67

Re: [Qgis-user] Save projects to DB without creator's permissions

2020-05-29 Per discussione Jorge Gustavo Rocha
Please use pg_services. No Auth is stored. Just the service name.  -+-+-+-+-+-+-+-+-+-Geomaster, LdaRua Afonso Palmeira, 31, 7 D4715-278 BragaNIF 510906109Tm +351 910333888Email jgr@geomaster.ptSent from my mobile. Please excuse the brevity, spelling and punctuation.  Mensagem original

Re: [Qgis-user] Unable to save project to PostgreSQL

2020-05-28 Per discussione Jorge Gustavo Rocha
> Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster

Re: [Qgis-user] Adding folder location to Browser - Favorites with Python

2020-05-23 Per discussione Jorge Gustavo Rocha
> Should I be calling the addFavorite code differently? This is within > the Python console and script area of same. > >   > > Regards, > > Graeme > >   > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.or

Re: [Qgis-user] Error: ERROR: could not access file "$libdir/postgis-2.4": No such file or directory - After installing QGIS 3.10 LTR

2020-05-09 Per discussione Jorge Gustavo Rocha
ists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351

Re: [Qgis-user] Qgis-user Digest, Vol 170, Issue 55

2020-04-26 Per discussione Jorge Gustavo Rocha
r me. > > Thanks for your attention. > Best, > Alon > > > > > -- > > Message: 1 > Date: Sun, 26 Apr 2020 10:20:25 +0100 > From: Jorge Gustavo Rocha mailto:j...@geomaster.pt>> > To: qgis-user@lists.osgeo.org <

Re: [Qgis-user] PROYECTO

2020-04-26 Per discussione Jorge Gustavo Rocha
/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a

Re: [Qgis-user] Fwd: GPS Tools - GPX files are opened with black attribute lists

2020-04-26 Per discussione Jorge Gustavo Rocha
r > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: * Rua António Cândido

Re: [Qgis-user] Options when loading layers into PostGIS with DBManager

2020-04-19 Per discussione Jorge Gustavo Rocha
message > and any attachments are virus free; we do not accept responsibility > for any virus infections caused by receipt of this message// > >   > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: ht

Re: [Qgis-user] Query on QgsVectorLayer

2020-04-09 Per discussione Jorge Gustavo Rocha
: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.5409

Re: [Qgis-user] Determining QGIS version on command line

2020-03-27 Per discussione Jorge Gustavo Rocha
tware.   Open decisions with positive social > impact. > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/li

Re: [Qgis-user] Creating Polygon Vector Layer from specific .csv file

2020-03-22 Per discussione Jorge Gustavo Rocha
) > poly = QgsGeometry.fromPolygonXY([points]) > f = QgsFeature() > f.setGeometry(poly) > vpr.addFeatures([f]) > vectorLyr.updateExtents() > > but I can't load points from csv to line: points.append(QgsPointXY()) > > Anybody can help me how to do this ? > > C

Re: [Qgis-user] QFIS WFS error msg help please

2020-03-19 Per discussione Jorge Gustavo Rocha
org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906

Re: [Qgis-user] Attributes who’s

2020-03-14 Per discussione Jorge Gustavo Rocha
g/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 90

Re: [Qgis-user] algorithm native:dissolve not found

2020-02-03 Per discussione Jorge Gustavo Rocha
s-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster

Re: [Qgis-user] Couldn't load SIP module. ModuleNotFoundError: No module named 'qgis'

2019-12-17 Per discussione Jorge Gustavo Rocha
on I activated python3 in > manual mode > > Regards > > Frank > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://

Re: [Qgis-user] Use form with checkboxes to alter a query?

2019-12-15 Per discussione Jorge Gustavo Rocha
o.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 9

Re: [Qgis-user] Imported Line Symbol Problem

2019-12-15 Per discussione Jorge Gustavo Rocha
st info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*j...@geomaster.pt | *m:*+351 910 333 888 *g:*

Re: [Qgis-user] Handle local layers in resources folder when project saved in PostgreSQL

2019-12-05 Per discussione Jorge Gustavo Rocha
n.it> > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://w

Re: [Qgis-user] Experiences using QGIS + PostgreSQL/PostGIS in a multiuser environment?

2019-11-20 Per discussione Jorge Gustavo Rocha
st >>> Qgis-user@lists.osgeo.org <mailto:Qgis-user@lists.osgeo.org> >>> List info: >>> https://lists.osgeo.org/mailman/listinfo/qgis-user >>> Unsubscribe: >>> https://lists.osgeo.org/mailman/l

Re: [Qgis-user] PyQGIS: Get project extent outside QGIS

2019-11-18 Per discussione Jorge Gustavo Rocha
t()) print(canvas.mapSettings().visibleExtent()) Sorry for the noise. Jorge On 18/11/19 16:55, Jorge Gustavo Rocha wrote: > > Hi, > > I want to read a project file and get the extent when the project was > saved. > > In QGIS, > > iface.mapCanvas().extent() > > does exactly what

[Qgis-user] PyQGIS: Get project extent outside QGIS

2019-11-18 Per discussione Jorge Gustavo Rocha
    meters       -22630.49319827121144044   208610.29666395089589059   -22314.35674389618725399   208889.62023152899928391     But I would like to use the API. Thanks in advance, Jorge -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Softwar

Re: [Qgis-user] Problems using QGIS 3.8 with the 3.4 Training Manual

2019-10-30 Per discussione Jorge Gustavo Rocha
y following the instructions.) > > Should I scrap 3.8 and go with 3.4 instead? > >   > > TIA, > >   > > Ken McCall > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-us

Re: [Qgis-user] Swamp identification

2019-10-02 Per discussione Jorge Gustavo Rocha
ogleearth  > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt>

Re: [Qgis-user] QGIS installation on Ubuntu 18.04

2019-09-23 Per discussione Jorge Gustavo Rocha
gt; On Mon, Sep 23, 2019 at 12:21 PM J. M <mailto:jimimc...@gmail.com>> wrote: > > Hi Jorge! > > Thanks a lot for your advice. I'll give it a go and let you know... > > Many thanks! > Jimi > > On 22 Sep 2019 18:00, "Jorge Gustavo R

Re: [Qgis-user] QGIS installation on Ubuntu 18.04

2019-09-22 Per discussione Jorge Gustavo Rocha
CONNOSC**O *   Avenida Barros e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929 ------------   Jorge G

Re: [Qgis-user] banging my head against the QGIS wall

2019-09-13 Per discussione Jorge Gustavo Rocha
://lists.osgeo.org/mailman/listinfo/qgis-user -- Logo*   Geomaster, LDA*   *VENHA DESCOBRIR O CAMINHO DO OPEN SOURCE CONNOSC**O *   Avenida Barros e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929

Re: [Qgis-user] banging my head against the QGIS wall

2019-09-13 Per discussione Jorge Gustavo Rocha
O CAMINHO DO OPEN SOURCE CONNOSC**O *   Avenida Barros e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929 --------

Re: [Qgis-user] About plant count

2019-09-01 Per discussione Jorge Gustavo Rocha
s e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929 --------   Jorge Gustavo Rocha CTO

Re: [Qgis-user] Postgres 11 will not CREATE EXTENSION postgis;

2019-08-28 Per discussione Jorge Gustavo Rocha
ists.osgeo.org/mailman/listinfo/qgis-user -- Logo*   Geomaster, LDA*   *VENHA DESCOBRIR O CAMINHO DO OPEN SOURCE CONNOSC**O *   Avenida Barros e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929

Re: [Qgis-user] Adding PostGIS Layer (Query Before Load)

2019-08-05 Per discussione Jorge Gustavo Rocha
master, LDA*   *VENHA DESCOBRIR O CAMINHO DO OPEN SOURCE CONNOSC**O *   Avenida Barros e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929

Re: [Qgis-user] Informação.

2019-08-01 Per discussione Jorge Gustavo Rocha
t;http://geomaster.pt> GPS   41.53322, -8.41929 --------   Jorge Gustavo Rocha CTO Mobile  +351 910 333 888 Email    j...@geomaster.pt ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsu

Re: [Qgis-user] Problem with the raster combine tool (in spanish combinar)

2019-07-23 Per discussione Jorge Gustavo Rocha
OURCE CONNOSC**O *   Avenida Barros e Soares N.º 423, 4715-214 Braga VAT/NIF510 906 109 Phone  +351 253 680 323 Site   geomaster.pt <http://geomaster.pt> GPS   41.53322, -8.41929   Jorge Gustavo Rocha CTO Mobile  +351 910 333 888 Email    j...

  1   2   >