Re: [Qgis-user] Pansharpening Images

2024-05-23 Thread Grant Boxer via QGIS-User
Thanks Micha,

That works but I don’t know why it is called “BundleToPerfectSensor”? I have 
searched for pansharpening algorithms previously and would never have guessed 
that one!

Cheers Grant

Perth WA

 

From: Micha Silver  
Sent: Thursday, May 23, 2024 10:38 PM
To: Grant Boxer ; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Pansharpening Images

 

In the past I've used the pan sharpening function in Orfeo Toolbox on WorldView 
3 imagery. I chose the "bayes" method, not Gram-Schmidt that you want. Orfeo 
implements three sharpening algorithms:

https://www.orfeo-toolbox.org/CookBook/Applications/app_BundleToPerfectSensor.html

 

Here's the code I used (after preparing a *.vrt from both the PAN and the 
Multiband files)

 

WV_dir="."
region="."

# Pan sharpening
otbcli_BundleToPerfectSensor -inp ${WV_dir}/${region}_PAN.vrt -inxs 
${WV_dir}/${region}_Multi.vrt -out ${WV_dir}/${region}_pansharp_bayes.tif 
uint16 -method bayes -ram 8000 -progress true

# Compress
gdal_translate -co COMPRESS=ZSTD -co PREDICTOR=2 
${WV_dir}/${region}_pansharp_bayes.tif ${WV_dir}/${region}_pansharp_bayes2.tif
mv ${WV_dir}/${region}_pansharp_bayes2.tif 
${WV_dir}/${region}_pansharp_bayes.tif
gdaladdo -r average --config COMPRESS_OVERVIEW ZSTD --config PREDICTOR_OVERVIEW 
2 -ro ${WV_dir}/${region}_pansharp_bayes.tif

HTH

 

On 23/05/2024 6:43, Grant Boxer via QGIS-User wrote:

Does anyone know of a plug-in or algorithm for QGIS where I can pansharpen 
satellite imagery using the Gram-Schmidt method?

Cheers Grant

Perth WA

 





___
QGIS-User mailing list
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/listinfo/qgis-user

-- 
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918
___
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


[Qgis-user] Pansharpening Images

2024-05-22 Thread Grant Boxer via QGIS-User
Does anyone know of a plug-in or algorithm for QGIS where I can pansharpen
satellite imagery using the Gram-Schmidt method?

Cheers Grant

Perth WA

 

___
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


[Qgis-user] GRASS error

2024-05-15 Thread Grant Boxer via QGIS-User
I have just re-installed QGIS using the network installer and I now get this
error message,

"GRASS init error: GRASS was not found in 'C:/OSGeo4W/bin/grass' (GISBASE),
provider and plugin will not work."

Can anyone assist with this?

Cheers Grant

 

___
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


[Qgis-user] Extracting colours from a vector file

2024-04-09 Thread Grant Boxer via QGIS-User
I would like to extract colours from a rule-based rendered shp file with the
aim of applying these colours to a MapInfo tab file. I have tried the rgb
function but that doesn't seem to work. Anyone have any suggestions to
extract the red, green and blue values?

Cheers Grant, Perth WA

 

___
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


Re: [Qgis-user] Problem with contour algorithm

2024-03-18 Thread Grant Boxer via QGIS-User
Yes, problem fixed as per reply. Many thanks
Grant


-Original Message-
From: Andrea Giudiceandrea  
Sent: Monday, March 18, 2024 9:43 PM
To: box...@iinet.net.au
Subject: Re: [Qgis-user] Problem with contour algorithm

Hi Grant,
have you managed to fix the issue? How?

Best regards.

Andrea


> Andrea Giudiceandrea andreaerdna at libero.it Thu Mar 14 08:47:37 PDT 
> 2024

> Hi Grant,
> in order to fix the issue, you just need to change the "Default output 
> vector layer extension" (in Settings->Options->Processing->General) 
> for your QGIS user settings to a value other than "xtf": I suggest the 
> value "gpkg" (GeoPackage) which is the default for such option.
> 
> I also suggest you to also change the "Default output raster layer 
> extension" to "tif", which probably may be also incorrectly set to "nc"
> in your QGIS user settings.
> 
> Best regards.
> 
> Andrea

___
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


[Qgis-user] Orfeo Tool Box

2024-02-24 Thread Grant Boxer via QGIS-User
Where has the Orfeo Toolbox gone? I believe it has gone from being a core
plug-in to a standard plug-in but I cannot find it in the plug-ins list.

Cheers Grant


-Original Message-
From: QGIS-User  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Saturday, February 24, 2024 1:03 AM
To: qgis-user@lists.osgeo.org
Subject: QGIS-User Digest, Vol 216, Issue 41

Send QGIS-User mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of QGIS-User digest..."


Today's Topics:

   1. Re: How to create 3d terrain from DEM? (Andrea Giudiceandrea)
   2. Kmz rendering very slow (krishna Ayyala)
   3. Re: Kmz rendering very slow (Kobben, Barend (UT-ITC))
   4. Re: Kmz rendering very slow (C Hamilton)
   5. Re: How to create 3d terrain from DEM? (David Strip)
   6. Re: Help with building from source (Don Harter)
   7. Re: QGIS and Mango (Collin Coe)


--

Message: 1
Date: Fri, 23 Feb 2024 11:40:15 +0100
From: Andrea Giudiceandrea 
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] How to create 3d terrain from DEM?
Message-ID: <43a56186-40e1-4546-8bfa-787440c1c...@libero.it>
Content-Type: text/plain; charset=UTF-8; format=flowed

> greg at tekknow.net greg at tekknow.net Thu Feb 22 20:12:38 PST 2024

Hi Greg,
while I'm not sure that the IDW interpolation is the right interpolation
algorithm to use in order to obtain a valid DEM from irregularly sampled
elevation data and that Google Earth is a valid source of elevation data at
sufficient resolution and precision for a house building, it looks like the
main issue is due to the fact that the point vector layer containing the
elevation data is in a geographical Coordinate Reference System, i.e. the
unit of measure of the X and Y coordinates is the degree, while the unit of
measure of the Z coordinate (elevation) is probably the metre.

Thus, in order for the the 3D terrain to be correctly displayed, you firstly
need to reproject the point vector layer containing the elevation data to a
projected Coordinate Reference System whose unit of measure for the X and Y
coordinates is the metre and then use such reprojected point vector layer to
create the DEM.
I suggest you to use an UTM projection suitable for your area.

Best regards.

Andrea


--

Message: 2
Date: Fri, 23 Feb 2024 06:07:03 -0700
From: krishna Ayyala 
To: qgis-user 
Subject: [Qgis-user] Kmz rendering very slow
Message-ID:

Content-Type: text/plain; charset="utf-8"

Hello,
I am reposting this question.
I have a geopackage file of about 30MB size. I have converted it into kmz
which resulted in 13MB size. When I open this kmz in google earth, it is
very slow and takes about 10 to 15 minutes to load and open. Even after
opening, I cannot zoom-in or zoom-out quickly. Is there a fix for this such
that I can open the file in google earth quickly?

Regards.
-- next part --
An HTML attachment was scrubbed...
URL:


--

Message: 3
Date: Fri, 23 Feb 2024 13:38:35 +
From: "Kobben, Barend (UT-ITC)" 
To: krishna Ayyala , qgis-user

Subject: Re: [Qgis-user] Kmz rendering very slow
Message-ID:



Content-Type: text/plain; charset="iso-8859-1"

Not really. KMZ/KML is a simple dataformat not suitable for such large
amounts of data. It eg does not support spatial or other indexing (even if
it would, Google Earth renderering porbbably cannot use the indexes
anyway)...
--
Barend K?bben


On 23/02/2024, 14:07, "QGIS-User"  wrote:

Hello,
I am reposting this question.
I have a geopackage file of about 30MB size. I have converted it into kmz
which resulted in 13MB size. When I open this kmz in google earth, it is
very slow and takes about 10 to 15 minutes to load and open. Even after
opening, I cannot zoom-in or zoom-out quickly. Is there a fix for this such
that I can open the file in google earth quickly?

Regards.
-- next part --
An HTML attachment was scrubbed...
URL:


--

Message: 4
Date: Fri, 23 Feb 2024 08:49:07 -0500
From: C Hamilton 
To: "Kobben, Barend (UT-ITC)" 
Cc: krishna Ayyala , qgis-user

Subject: Re: [Qgis-user] Kmz rendering very slow
Message-ID:

Content-Type: text/plain; charset="utf-8"

Agreed. Google Earth simply cannot handle large amounts of data.

Calvin

On Fri, Feb 

[Qgis-user] Drill Hole Labels

2023-11-19 Thread Grant Boxer via QGIS-User
Hi All,

I am trying to label drill hole data down drill holes using the Geoscience
plug-in but I am having problems getting the labels oriented at right angles
to the hole trace and spaced away from the hole trace to enable readability.
Has anyone worked out how to do this? Could we use the geometry generator
for the label display?

Cheers Grant

Perth WA

 

___
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


[Qgis-user] Pansharpening Problem

2023-11-15 Thread Grant Boxer via QGIS-User
I am attempting to pansharpen a PRISMA hyperspectral RGB image and I am
getting areas within the image that are clipped (no data). These appear to
bands with zero values in two of the three bands. Anyone have a work around
or suggest how this can be avoided. I am using the gdal pansharpen tool and
latest release QGIS 3.34.

Cheers Grant

Perth WA

 

___
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


[Qgis-user] QGIS Themes

2023-10-25 Thread Grant Boxer via QGIS-User
Good morning,

I am trying to create themes in the QGIS map window but it will only allow
me to create one theme. I wish to have one theme for my drill hole collars
(plan view) and another theme for my cross sections (Cross_Section). After I
have created the first theme, the add new theme option is greyed out.
Anyone else have this problem or has a solution?

Cheers Grant
Perth WA


-Original Message-
From: QGIS-User  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Thursday, October 26, 2023 3:00 AM
To: qgis-user@lists.osgeo.org
Subject: QGIS-User Digest, Vol 212, Issue 33

Send QGIS-User mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of QGIS-User digest..."


Today's Topics:

   1. Re: Convert PNG file to vector file (Johannes Kr?ger (WhereGroup))
   2. Re: Convert PNG file to vector file (krishna Ayyala)
   3. Re: Convert PNG file to vector file (David Strip)
   4. How to download QGIS for MacOs Ventura 13.5.2 (Ittig Isabel)
   5. Using transformations in SVG Parameters (Jacob Huffman)


--

Message: 1
Date: Wed, 25 Oct 2023 14:00:26 +0200
From: Johannes Kr?ger (WhereGroup)  
To: krishna Ayyala , qgis-user

Subject: Re: [Qgis-user] Convert PNG file to vector file
Message-ID: 
Content-Type: text/plain; charset="utf-8"; Format="flowed"

No, that would be a very hard computer vision problem because of the styles
and overlays. You will be faster and more accurate if you recreate an
approximation of the hexagonal grid and then retrace all polygons manually
using those cells.

Am 25.10.23 um 13:37 schrieb krishna Ayyala via QGIS-User:
> I am reposting this question.Can anyone please help?
>
> Hello,
> I have a png file. This has polygons with 36 categories?as shown in 
> the legend. Is it possible to convert?this file to?a vector file such 
> as .shp or gpkg file? When I open the attribute table, it should be 
> able to distinguish between each of these 36 categories. Below is the 
> weblink to png. Can anyone help me with this please?
>
> Regards.
>
> ListofProjects.png (2200?1700) (oklahoma.gov) 
>  rams/arpa-slfrf-ii/ListofProjects.png>
>
> ___
> 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

--
Johannes Kr?ger / GIS-Entwickler/-Berater

-
Aufwind durch Wissen!
Web-Seminare und Online-Schulungen
bei derwww.foss-academy.com
-

WhereGroup GmbH
c/o KK03 GmbH
Lange Reihe 29
20099 Hamburg
Germany

Tel: +49 (0)228 / 90 90 38 - 36
Fax: +49 (0)228 / 90 90 38 - 11

johannes.kroe...@wheregroup.com
www.wheregroup.com
Gesch?ftsf?hrer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
---
-- next part --
An HTML attachment was scrubbed...
URL:


--

Message: 2
Date: Wed, 25 Oct 2023 07:46:19 -0600
From: krishna Ayyala 
To: Simon Dietmann , qgis-user

Subject: Re: [Qgis-user] Convert PNG file to vector file
Message-ID:

Content-Type: text/plain; charset="utf-8"

Thanks for the reply Simon. The Polygonize tool did not work for me.

Regards.

On Wed, Oct 25, 2023 at 5:49?AM Simon Dietmann  wrote:

> Hi Krishna,
>
>
>
> have you tried the polygonize algorithm? Raster ? Conversion ? 
> Polygonize (Raster to Vector)
>
>
> https://docs.qgis.org/3.28/en/docs/training_manual/complete_analysis/r
> aster_to_vector.html
>
> Some post processing may be necessary.
>
>
>
> cheers, Simon
>
>
>
>
>
>
>
> i.A. Simon Dietmann
> Projektleiter | Geograph
>
> PGNU Planungsgesellschaft Natur & Umwelt mbH Amtsgericht Frankfurt am 
> Main, HRB 111938;
> Gesch?ftsf?hrer: Dr. Benjamin Hill, Johannes Christoph Kress, 
> Alexander von K?chler Hamburger Allee 45 +++ 60486 Frankfurt am Main
> Durchwahl: +49 69 952964-75 +++ Fax: +49 69 952964-99 +++ Mobil:
> E-Mail: dietm...@pgnu.de +++ Web: www.pgnu.de
>
> > Diese E-Mail k?nnte vertrauliche und/oder rechtlich gesch?tzte
> Informationen enthalten. Wenn Sie nicht der richtige Adressat sind 
> oder diese E-Mail irrt?mlich erhalten haben, informieren Sie bitte 
> sofort den Absender und vernichten Sie diese Mail. Das unerlaubte 
> Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 

[Qgis-user] Guides in a layout template

2023-10-21 Thread Grant Boxer via QGIS-User
Is there a way to save the guides in a layout template? They do not seem to
be saved when creating a template.

Cheers Grant

Perth WA

 

___
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


[Qgis-user] Combine raster bands in Graphical Modeller

2023-10-02 Thread Grant Boxer via QGIS-User
I have a multiband raster and I need to add all the ten bands together to
create a one band raster file. I can do this in the raster calculator
manually but cannot seem to find a way to do this using the raster
calculator in the graphical modeller. There is a max of 5 bands that can be
operated on at any one time. Any suggestions?

Grant Boxer

Perth, WA

 

___
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


Re: [Qgis-user] QGIS-User Digest, Vol 210, Issue 10

2023-08-12 Thread Grant Boxer via QGIS-User
Thanks Martin,

I ended up using the Georeferencer and the ground control point coordinates
with a Helmert transformation. That worked well.

Cheers Grant


-Original Message-
From: QGIS-User  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Sunday, August 13, 2023 3:00 AM
To: qgis-user@lists.osgeo.org
Subject: QGIS-User Digest, Vol 210, Issue 10

Send QGIS-User mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of QGIS-User digest..."


Today's Topics:

   1. Re: Shifting a Geotiff image (Martin Weis)


--

Message: 1
Date: Sat, 12 Aug 2023 18:17:51 +0200
From: Martin Weis 
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Shifting a Geotiff image
Message-ID: 
Content-Type: text/plain; charset=UTF-8; format=flowed

Dear Perth,

On 11/08/2023 09:14, Grant Boxer via QGIS-User wrote:
> I have a GeoTIFF image created using Web ODM and is mis-aligned by 1 
> to 1.5 m and I would like to move the image to register with the 
> surveyed ground control points. I can see vector tools to do this, but no
raster tools.
> Anyone have any suggestions.


If it just a bit off, then the plugin "Freehand raster georeferencer"
can be quick to shift it, otherwise use georeferencer from core (Layer -
georeferencer), which is especially more flexible and the right tool if you
have GCPs that you can use.
Be careful, sometimes crashes can occur with certain transformation types,
so better save beforehand (autoSaver and MemoryLayerSaver are your friends).

> Image created in WGS84 z51S.

Sound like UTM (good, metric CRS), though WGS84 might be geographic CRS
(worse, pixel size undefined/different in x,y).

Cheers
Martin





--

Subject: Digest Footer

___
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


--

End of QGIS-User Digest, Vol 210, Issue 10
**

___
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


[Qgis-user] Shifting a Geotiff image

2023-08-11 Thread Grant Boxer via QGIS-User
I have a GeoTIFF image created using Web ODM and is mis-aligned by 1 to 1.5
m and I would like to move the image to register with the surveyed ground
control points. I can see vector tools to do this, but no raster tools.
Anyone have any suggestions. Image created in WGS84 z51S.

Cheers Grant Boxer

Perth

 

___
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


[Qgis-user] Value Relation Problem

2023-05-29 Thread Grant Boxer via QGIS-User
I have a drop down value relation list that takes values entered in Item A
(e.g. rock type "regolith") and looks at a second file for the value that
are listed under "regolith" e.g. clay. The problem I have is that the look
-up value changes to the first one in the second list every time I tab to a
new field. Seems like it is defaulting to the first item in the list. Anyone
encountered this problem?

Grant Boxer

Perth, Western Australia

 

___
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


[Qgis-user] Create 3D polygons

2023-05-22 Thread Grant Boxer via QGIS-User
I am trying to create a 3D polygon using XYZ coordinates, like from vertices
of a rectangular prism for example, and wondered how to create this so I can
display is in 3D using the QGIS2Threejs or the 3D map view options in QGIS.
Any suggestions? 

Grant Boxer

___
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


[Qgis-user] Click to open layer

2023-05-19 Thread Grant Boxer via QGIS-User
I am sure there is a simple way to do this but I would like to click on a
polygon and get it to open a tiff file into my map canvas. Do I use an
Action and an "open" command?

Regards Grant Boxer

 

___
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


[Qgis-user] 3D Drill Hole Raster Images

2023-03-28 Thread Grant Boxer via QGIS-User
I am trying to display a drill cross section image (raster) generated in the
Geoscience plug-in in the QGIS2Threejs viewer. Can anyone suggest how I can
assign 3D coordinates to the raster image so it will display in 3D space?

Cheers Grant

Perth WA

 

___
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


[Qgis-user] Plug-ins v 3.30

2023-03-05 Thread Grant Boxer via QGIS-User
The plug-in repository link is now fixed but I get a huge number of "new"
plug-ins and the "sagaprovider" is invalid.

Cheers Grant Boxer

Perth WA

 

 

___
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


[Qgis-user] Problem with v3.30 plug-ins repository

2023-03-04 Thread Grant Boxer via QGIS-User
I have upgraded to v3.30 but now I cannot connect to the plug-ins
repository. Any suggestions?

Cheers Grant Boxer

Perth WA

 

___
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


[Qgis-user] Slow updating folder listing in Browser panel

2023-02-25 Thread Grant Boxer via QGIS-User
I have been finding lately that the refresh of the folders in the browser
panel is quite slow. I have quite complicated folders so I am wondering if
there is any way to speed this up, or do I have to simplify my folders?

I am using v3.28.3 on Windows 10.

Grant Boxer

Perth, WA

 

 

___
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


[Qgis-user] Formatting dynamic text scale in print layout

2023-01-25 Thread Grant Boxer via QGIS-User
Solution to format problem for dynamic text scale:
[%round(item_variables('Map 1')['map_scale'])%].
Thanks to David Strip for assistance.
Cheers Grant


___
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


Re: [Qgis-user] Formatting dynamic text

2023-01-24 Thread Grant Boxer via QGIS-User
Many thanks, I will give it a try,

Cheers Grant

 

 

From: David Strip  
Sent: Wednesday, 25 January 2023 12:27 PM
To: qgis-user ; box...@iinet.net.au
Subject: re: Formatting dynamic text

 

I am trying to use the dynamic text option  [%item_variables('Map
1')['map_scale']%] in my print layout but I get a scale of 10.7
in my title block. How can I apply a format number to get it to display a
whole number like 10?


I don't know how to do it using dynamic text, but you can get what you want 
using this expression

[% round(map_get( item_variables('Map 1'), 'map_scale'),0)%]

___
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


[Qgis-user] Formatting dynamic text

2023-01-24 Thread Grant Boxer via QGIS-User


I am trying to use the dynamic text option  [%item_variables('Map
1')['map_scale']%] in my print layout but I get a scale of 10.7
in my title block. How can I apply a format number to get it to display a
whole number like 10?

Cheers Grant Boxer, Perth WA


___
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


[Qgis-user] GeoTiff losing CRS

2022-12-31 Thread Grant Boxer via QGIS-User
Happy New Year to all! 

 

I have been processing satellite imagery and producing pansharpened images.
I create a virtual image with CRS no problem, but when I save  the resulting
GeoTiff file it loses its CRS and results in an invalid projection. I have
tried changing the data types and compressions with no luck. I find that
when you do the first image it might work, but doing a second image it loses
the CRS. Not sure whether this is a proj or gdal issue. Any thoughts?

 

Cheers Grant, Perth WA.

 

___
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


Re: [Qgis-user] QGIS-User Digest, Vol 202, Issue 23

2022-12-30 Thread Grant Boxer via QGIS-User
Hi Scott,

This sounds like something the remote sensing satellite people would know
how to handle. Maybe contact someone at the European Space Agency (ESA) and
or maybe try Andrew Hart,  at the UK based
Geological Remote Sensing Group (www.grsg.org.uk) . I sure they will know
someone who can help.

Cheers Grant Boxer, Perth, WA.

-Original Message-
From: QGIS-User  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Saturday, 31 December 2022 4:00 AM
To: qgis-user@lists.osgeo.org
Subject: QGIS-User Digest, Vol 202, Issue 23

Send QGIS-User mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of QGIS-User digest..."


Today's Topics:

   1. Airborne camera rectification (Madry, Scott)


--

Message: 1
Date: Fri, 30 Dec 2022 19:48:27 +
From: "Madry, Scott" 
To: "qgis-user@lists.osgeo.org" 
Subject: [Qgis-user] Airborne camera rectification
Message-ID: 
Content-Type: text/plain; charset="utf-8"

Hello list. First of all, thanks to all of you for helping make the QGIS
community the very special thing that it is.

I will be involved in a stratospheric balloon launch in January (altitude
~30 km), and it will have a nadir-pointing RGB camera that will have it?s
images telemetered to the ground. It is nadir-pointing, but will have random
swaying motion in all axes. Does anyone have experience in reading the 6
parameters of exterior orientation (X, Y, Z, w, f, k (Rotations about x, y,
z axes respectively)) from the EXIF header attached to the JPEG and using it
to georectify the images as well as can be done in QGIS? We are hoping to
compare the various images at different altitudes with satellite imagery
acquired at about the same time.

Thank you so much, and happy new year to everyone!

Scott

Scott Madry, Ph.D.
Research Associate Professor of Archaeology The University of North Carolina
at Chapel Hill

Tel 1-919-448-4493
Email:mad...@email.unc.edu
https://scottmadry.web.unc.edu
Skype:   scott madry

-- next part --
An HTML attachment was scrubbed...
URL:


--

Subject: Digest Footer

___
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


--

End of QGIS-User Digest, Vol 202, Issue 23
**

___
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


[Qgis-user] Colouring Geological Maps

2022-12-11 Thread Grant Boxer via QGIS-User
I am trying to find an easier way of colouring a geological map. The only
way I can find to colourise the polygons in both the map window and layers
panel - and hence the displayed legend - is to use the rule-based rendering
option. Each rule has to be manually styled. 

 

Is there a way to get QGIS to interrogate a text file for styling
information? I can't seem to find one anywhere in the algorithms. Aiming to
use this in a graphical modeller to automate colourising geological maps. I
can use a fixed qml file but that has to be done for each individual map
unless you have a wide range of set styles.

 

Cheers Grant, Perth WA

 

___
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


[Qgis-user] Georeferencer Problem

2022-12-07 Thread Grant Boxer via QGIS-User
I am having issues with the georeferencer. When I register an image the
process does not recognise the CRS entered into the settings window. It
returns the layer with an invalid projection. When I try to change the
projection in the new layer it creates this error.

 

Has anyone else had this problem? See output below, Any thoughts?

 

Regards Grant Boxer, Perth WA

 

An error has occurred while executing Python code: 

RuntimeError: The JPEG driver does not support update access to existing
datasets. 

Traceback (most recent call last):
  File
"C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\e
nmapboxplugin\enmapbox\qgispluginsupport\qps\layerconfigwidgets\gdalmetadata
.py", line 1218, in apply
ds = gdalDataset(self.mapLayer(), gdal.GA_Update)
  File
"C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\e
nmapboxplugin\enmapbox\qgispluginsupport\qps\utils.py", line 829, in
gdalDataset
return gdalDataset(dataset.source(), eAccess=eAccess)
  File
"C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\e
nmapboxplugin\enmapbox\qgispluginsupport\qps\utils.py", line 833, in
gdalDataset
ds = gdal.Open(dataset, eAccess)
  File "C:\OSGeo4W\apps\Python39\lib\site-packages\osgeo\gdal.py", line
4708, in Open
return _gdal.Open(*args)
RuntimeError: The JPEG driver does not support update access to existing
datasets.


Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC
v.1928 64 bit (AMD64)] 
QGIS version: 3.28.1-Firenze Firenze, fde3b8fbb8 

Python Path:

* C:/OSGeo4W/apps/qgis/./python

*
C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python

*
C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins

* C:/OSGeo4W/apps/qgis/./python/plugins

* C:\OSGeo4W\bin\python39.zip

* C:\OSGeo4W\apps\Python39\DLLs

* C:\OSGeo4W\apps\Python39\lib

* C:\OSGeo4W\bin

*
C:\Users\boxer\AppData\Roaming\Python\Python39\site-packages

* C:\OSGeo4W\apps\Python39

* C:\OSGeo4W\apps\Python39\lib\site-packages

* C:\OSGeo4W\apps\Python39\lib\site-packages\win32

* C:\OSGeo4W\apps\Python39\lib\site-packages\win32\lib

* C:\OSGeo4W\apps\Python39\lib\site-packages\Pythonwin

*
C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python

*
C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\en
mapboxplugin\site-packages

*
C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\en
mapboxplugin

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\site-packages

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\apps

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\coreapps

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\eo4qapps

.

 



 

___
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


[Qgis-user] Problems with gdal

2022-09-10 Thread Grant Boxer via Qgis-user
I have deleted all my qgis installation files and re-loaded the program.
This seems to have worked, but I now have to reload all my plugins and other
settings. Seems my gdal file was somehow corrupted.

Cheers Grant


-Original Message-
From: Qgis-user  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Sunday, 11 September 2022 3:00 AM
To: qgis-user@lists.osgeo.org
Subject: Qgis-user Digest, Vol 199, Issue 10

Send Qgis-user mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Qgis-user digest..."


Today's Topics:

   1. GDAL problem (box...@iinet.net.au)
   2. Re: GDAL problem (Andrea Giudiceandrea)
   3. Re: QGIS freezes at loading screen (Richard Duivenvoorde)
   4. (no subject) (Marco G?mez)
   5. (no subject) (Marco G?mez)


--

Message: 1
Date: Sat, 10 Sep 2022 11:26:53 +0800
From: 
To: 
Subject: [Qgis-user] GDAL problem
Message-ID: <13ab01d8c4c5$2c10ce90$84326bb0$@iinet.net.au>
Content-Type: text/plain; charset="us-ascii"

Hi all, when I try to pansharpen an image using gdal, I get the following
message. Any thoughts?

 

QGIS version: 3.26.2-Buenos Aires

QGIS code revision: feec3d3b

Qt version: 5.15.3

Python version: 3.9.5

GDAL version: 3.5.1

GEOS version: 3.10.3-CAPI-1.16.1

PROJ version: Rel. 9.1.0, September 1st, 2022

PDAL version: 2.4.3 (git-version: 6311a6)

Algorithm started at: 2022-09-10T11:24:16

Algorithm 'Pansharpening' starting.

Input parameters:

{ 'EXTRA' : '', 'OPTIONS' : '', 'OUTPUT' :
'D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/SWIR_Panshar
pened.vrt', 'PANCHROMATIC' :
'D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/NolansBore_S
pectraCube_SWIR.tif', 'RESAMPLING' : 2, 'SPECTRAL' :
'D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/NolansBore_S
pectraCube_SWIR.tif' }

 

GDAL command:

gdal_pansharpen.bat
D:\Projects\REE\PRS_L2D_STD_20210502012240_20210502012244_0001\NolansBore_Sp
ectraCube_SWIR.tif
D:\Projects\REE\PRS_L2D_STD_20210502012240_20210502012244_0001\NolansBore_Sp
ectraCube_SWIR.tif
D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/SWIR_Pansharp
ened.vrt -r cubic -of VRT

GDAL command output:

Process gdal_pansharpen.bat failed to start. Either gdal_pansharpen.bat is
missing, or you may have insufficient permissions to run the program.

Execution failed after 0.17 seconds

 

Loading resulting layers

Algorithm 'Pansharpening' finished

 

 

 

-- next part --
An HTML attachment was scrubbed...
URL:


--

Message: 2
Date: Sat, 10 Sep 2022 08:24:21 +0200
From: Andrea Giudiceandrea 
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] GDAL problem
Message-ID: 
Content-Type: text/plain; charset="utf-8"; Format="flowed"

> *boxerg at iinet.net.au*boxerg at iinet.net.au 
>  GDAL%20problem=%3C13ab01d8c4c5%242c10ce90%2484326bb0%24%40
> iinet.net.au%3E>
> /Fri Sep 9 20:26:53 PDT 2022/
> --
> -- Hi all, when I try to pansharpen an image using gdal, I get the 
> following message.

> Process gdal_pansharpen.bat failed to start. Either 
> gdal_pansharpen.bat is missing, or you may have insufficient permissions
to run the program.

Hi boxerg,
what is your operative system exactly? Is the gdal_pansharpen.bat file
available in your QGIS_install_dir\apps\Python39\Scripts\ folder? Have you
tried to run the command in the OSGeo4W Shell? What errors are displayed, if
any?

Best regards.

Andrea Giudiceandrea
-- next part --
An HTML attachment was scrubbed...
URL:


--

Message: 3
Date: Sat, 10 Sep 2022 09:47:00 +0200
From: Richard Duivenvoorde 
To: Torben Kreuzberg ,
qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] QGIS freezes at loading screen
Message-ID: <6501ebd5-358c-9df4-92e7-61b2e2cf4...@duif.net>
Content-Type: text/plain; charset=UTF-8; format=flowed

On 9/9/22 17:06, Torben Kreuzberg via Qgis-user wrote:
> Hello everyone,
> i have the following problem:
> when i try to start QGIS it freezes at the loading screen at last step
("QGIS is ready"/"QGIS ist startklar").
> It happens at the start of every project i try to open.

And it is at the end finally loading (if so, could it be a proxy setting?

[Qgis-user] GDAL problem

2022-09-09 Thread Grant Boxer via Qgis-user
Hi all, when I try to pansharpen an image using gdal, I get the following
message. Any thoughts?

 

QGIS version: 3.26.2-Buenos Aires

QGIS code revision: feec3d3b

Qt version: 5.15.3

Python version: 3.9.5

GDAL version: 3.5.1

GEOS version: 3.10.3-CAPI-1.16.1

PROJ version: Rel. 9.1.0, September 1st, 2022

PDAL version: 2.4.3 (git-version: 6311a6)

Algorithm started at: 2022-09-10T11:24:16

Algorithm 'Pansharpening' starting.

Input parameters:

{ 'EXTRA' : '', 'OPTIONS' : '', 'OUTPUT' :
'D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/SWIR_Panshar
pened.vrt', 'PANCHROMATIC' :
'D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/NolansBore_S
pectraCube_SWIR.tif', 'RESAMPLING' : 2, 'SPECTRAL' :
'D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/NolansBore_S
pectraCube_SWIR.tif' }

 

GDAL command:

gdal_pansharpen.bat
D:\Projects\REE\PRS_L2D_STD_20210502012240_20210502012244_0001\NolansBore_Sp
ectraCube_SWIR.tif
D:\Projects\REE\PRS_L2D_STD_20210502012240_20210502012244_0001\NolansBore_Sp
ectraCube_SWIR.tif
D:/Projects/REE/PRS_L2D_STD_20210502012240_20210502012244_0001/SWIR_Pansharp
ened.vrt -r cubic -of VRT

GDAL command output:

Process gdal_pansharpen.bat failed to start. Either gdal_pansharpen.bat is
missing, or you may have insufficient permissions to run the program.

Execution failed after 0.17 seconds

 

Loading resulting layers

Algorithm 'Pansharpening' finished

 

 

 

___
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


Re: [Qgis-user] Strange digitising behavior

2022-07-27 Thread Grant Boxer via Qgis-user
Thanks Karl,

 

Yes, that was the problem – I needed to change the digitising mode to
segment. Seems to still apply these characteristic even when the advanced
digitising tools are not enabled.

 

Cheers Grant

 

 

From: Karl Magnus Jönsson  
Sent: Wednesday, 27 July 2022 7:43 PM
To: box...@iinet.net.au; qgis-user@lists.osgeo.org
Subject: Sv: [Qgis-user] Strange digitising behavior

 

Hi!

It’s  a new thing that could be a bit confusing. When you digitize you can
choose between segment, stream, curve, shape in the advanced digitizing
toolbar. And there is a toolbar for choosing shapes as well.

 



 

Karl-Magnus Jönsson

 

 

Från: Qgis-user mailto:qgis-user-boun...@lists.osgeo.org> > För Grant Boxer via Qgis-user
Skickat: den 27 juli 2022 13:18
Till: qgis-user@lists.osgeo.org <mailto:qgis-user@lists.osgeo.org> 
Ämne: [Qgis-user] Strange digitising behavior

 

I have somehow altered a setting whereby anytime I try to digitise points
for a polygon layer, QGIS draws a rectangle, like a create shapes type
action. This doesn’t happen if I use a new profile, so it is a setting
somewhere in my set up but I have not been able to find it. Has anyone else
had this issue and can tell me how to fix it? I am running 3.26 on
Windows10.

 

Grant Boxer

Perth Western Australia

 

 

___
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


[Qgis-user] Strange digitising behavior

2022-07-27 Thread Grant Boxer via Qgis-user
I have somehow altered a setting whereby anytime I try to digitise points
for a polygon layer, QGIS draws a rectangle, like a create shapes type
action. This doesn't happen if I use a new profile, so it is a setting
somewhere in my set up but I have not been able to find it. Has anyone else
had this issue and can tell me how to fix it? I am running 3.26 on
Windows10.

 

Grant Boxer

Perth Western Australia

 

 

___
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


[Qgis-user] Error export .shp to .gpx

2022-05-28 Thread Grant Boxer via Qgis-user
Hi Mike,

to export points from a shape file to a gpx file, I use the POI plugin. This
plugin allows you to specify which column you want as the point ID.

Cheers Grant

-Original Message-
From: Qgis-user  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Sunday, 29 May 2022 3:00 AM
To: qgis-user@lists.osgeo.org
Subject: Qgis-user Digest, Vol 195, Issue 37

Send Qgis-user mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Qgis-user digest..."


Today's Topics:

   1. Error export .shp to .gpx (Mike Breiding - Morgantown WV)
   2. Re: Error export .shp to .gpx (Fernando M. Roxo da Motta)
   3. Re: Error export .shp to .gpx (Mike Breiding - Morgantown WV)


--

Message: 1
Date: Sat, 28 May 2022 08:14:13 -0400
From: Mike Breiding - Morgantown WV 
To: Qgis 
Subject: [Qgis-user] Error export .shp to .gpx
Message-ID: 
Content-Type: text/plain; charset=utf-8; format=flowed

Greetings,
I get the following error when I try to export .shp to .gpx.
I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation
option..."

Can any help with this?
Thanks,
WV-Mike


"Export to vector file failed.
Error: Creation of field VERSION failed (OGR error: Field of name 'VERSION'
is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation option to
allow use of the  element.)"

--
Mike Breiding
www.EpicRoadTrips.us


--

Message: 2
Date: Sat, 28 May 2022 09:56:09 -0300
From: "Fernando M. Roxo da Motta" 
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Error export .shp to .gpx
Message-ID: <20220528095609.4ade6...@cabore.cwbpr.rx>
Content-Type: text/plain; charset=US-ASCII

On Sat, 28 May 2022 08:14:13 -0400, Mike Breiding - Morgantown WV via
Qgis-user  wrote:


> Greetings,
> I get the following error when I try to export .shp to .gpx.
> I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation 
> option..."

  See:

 
https://gis.stackexchange.com/questions/40731/converting-shp-into-gpx-using-
qgis


> 
> Can any help with this?
> Thanks,
> WV-Mike
> 
> 
> "Export to vector file failed.
> Error: Creation of field VERSION failed (OGR error: Field of name 
> 'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS 
> creation option to allow use of the  element.)"
> 








  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
PU5RXO | PX5Q6048   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 


--

Message: 3
Date: Sat, 28 May 2022 12:22:25 -0400
From: Mike Breiding - Morgantown WV 
To: pe...@roxo.org, Qgis 
Subject: Re: [Qgis-user] Error export .shp to .gpx
Message-ID: <95b8f0de-ab63-c966-ef1e-2edb06886...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

On 5/28/2022 8:56 AM, Fernando M. Roxo da Motta wrote:
> On Sat, 28 May 2022 08:14:13 -0400, Mike Breiding - Morgantown WV via
> Qgis-user  wrote:
> 
> 
>> Greetings,
>> I get the following error when I try to export .shp to .gpx.
>> I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation
>> option..."

>See:
https://gis.stackexchange.com/questions/40731/converting-shp-into-gpx-using-
qgis

Thanks, Fernando.
Did you have a particular solution in mind? There are several listed. I 
am a newbie and all of the solutions mentioned are over my head.

I should have mentioned I am using 3.16.16-Hannover on WIN 7
Thanks,
WV-Mike

>>
>> Can any help with this?
>> Thanks,
>> WV-Mike
>> 
>>
>> "Export to vector file failed.
>> Error: Creation of field VERSION failed (OGR error: Field of name
>> 'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS
>> creation option to allow use of the  element.)"
>>
> 
> 
> 
> 
> 
> 
> 
> 
>Roxo
> 


--

Subject: Digest Footer

___
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


--

End of Qgis-user Digest, Vol 195, Issue 37
**

___
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


[Qgis-user] Windows 11

2022-03-03 Thread Grant Boxer via Qgis-user
I have a client who is running QGIS under Windows 11 and is having all sorts
of stability problems and has gone back to version 3.4. Has anyone used QGIS
with Windows 11?

 

Grant Boxer, Perth WA

 

___
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