Re: [Qgis-user] large DEM not loading tiles correctly

2022-09-28 Thread Patrick Dunford via Qgis-user
I think you are referring to XYZ tiles which are 256x256 pixels. These 
are designed to be put onto a web server and served through WMTS to a 
client. Is that the kind of application you are using them in?


On 29/09/22 01:22, Michael.Dodd wrote:


You can see the format via the link (shown in more detail here OS 
Terrain® 50 | OS Data downloads | OS Data Hub 
) 
they are ascii grid basically numbers so should not have any .jpg 
issues. It is unfortunate that they chose to make the grid file so 
difficult to use by chopping it into the many thousands of small 
squares each within its own folder within other folders within other 
folder.


*From:*Qgis-user  *On Behalf Of 
*Patrick Dunford via Qgis-user

*Sent:* Wednesday, September 28, 2022 1:14 PM
*To:* qgis-user@lists.osgeo.org
*Subject:* Re: [Qgis-user] large DEM not loading tiles correctly

CAUTION: This mail comes from outside the University. Please consider 
this before opening attachments, clicking links, or acting on the 
content.


Hello

This is a raster format? and how large are the tiles?

I spend a lot of time working with raster files often a few thousand 
at a time. There doesn't seem to be a problem displaying them in Qgis 
unless they are Progressive Jpeg format, which in more recent years 
seem to have an issue with one of the third party libraries Qgis uses 
to import with.


On 29/09/22 00:32, Michael.Dodd via Qgis-user wrote:

I am trying to put together the 50m uk DEM e.g.

https://www.data.gov.uk/dataset/835cf20a-8feb-4394-8b30-dcfe840ac13d/os-terrain-50-dtm


but it often does not work.  The data are supplied as thousands of
small tiles that takes ages to unpack and put into a folder to get
into qgis, however when you try to load the tiles some work and
others don’t and even the ones that do work and display fine
sometimes don’t merge to form large tiles and sometimes will form
virtual rasters but not merged files.  Basically it is a mess.  I
suspect others have done this successfully so any suggestions?

It is particularly odd that some of the tiles will merge and
others won’t and that some won’t display if you ask it to load
hundreds at a time but if you just add them in a few at a time
then they will load and display (in addition to the hundreds
already loaded). This suggests various bugs assuming the original
data are not in a whole variety of slightly different formats
(should all be .asc)



___

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 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] large DEM not loading tiles correctly

2022-09-28 Thread kirk via Qgis-user
Perhaps you can consolidate small groups of tiles into single rasters.  Kirk 
SchmidtSent from my Galaxy
 Original message From: "Michael.Dodd via Qgis-user" 
 Date: 2022-09-28  1:32 p.m.  (GMT+01:00) To: 
"'qgis-user@lists.osgeo.org'"  Subject: [Qgis-user] 
large DEM not loading tiles correctly 

I am trying to put together the 50m uk DEM e.g. 
https://www.data.gov.uk/dataset/835cf20a-8feb-4394-8b30-dcfe840ac13d/os-terrain-50-dtm
 but it often does not work.  The data are supplied as thousands of small tiles 
that takes ages to unpack and put into a folder to get into qgis, however when 
you try
 to load the tiles some work and others don’t and even the ones that do work 
and display fine sometimes don’t merge to form large tiles and sometimes will 
form virtual rasters but not merged files.  Basically it is a mess.  I suspect 
others have done this successfully
 so any suggestions?
It is particularly odd that some of the tiles will merge and others won’t and 
that some won’t display if you ask it to load hundreds at a time but if you 
just add them in a few at a time then they will load and display (in addition 
to the
 hundreds already loaded). This suggests various bugs assuming the original 
data are not in a whole variety of slightly different formats (should all be 
.asc)
 



___
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] PR review needed

2022-09-28 Thread Alessandro Pasotti via Qgis-user
Yes, I know pip install is quite a barrier, I've been using this plugin for
years and never used the standard console again.

I guess this is more a personal project than a plugin for a wider audience.

I'm glad that you've found it useful.

Regards.


On Wed, Sep 28, 2022 at 8:59 AM Johannes Kröger (WhereGroup) <
johannes.kroe...@wheregroup.com> wrote:

> Thank you! I had that in my tabs to try out and did so yesterday. It is
> impressive but of course requires the user to manually install some
> packages (which is a HUGE blocker for 99% of users) and is missing
> integration in the script editor. I will probably still use it for myself
> though so thank you very much!
> Am 27.09.22 um 16:43 schrieb Alessandro Pasotti:
>
>
> You may want to check this out (Works For Me (TM)):
> https://plugins.qgis.org/plugins/IPyConsole/  autocompletion and other
> IPython features works just fine.
>
>
>
> On Tue, Sep 27, 2022 at 4:37 PM Johannes Kröger (WhereGroup) via Qgis-user
>  wrote:
>
>> > jedi autocompletion
>>
>> I can't say just how awesome it would be to have some "proper"
>> autocompletion in the console and editor. One that knows about the actual
>> object it is used on instead of suggesting random text string matches from
>> anywhere in its database.
>>
>> Honestly, this would make learning and teaching Python and the PyQGIS API
>> infinitely easier and fun.
>>
>> Seeing the GIFs on https://yoannqdq.github.io/qgis-better-editor/ makes
>> me jealous of the people who used your plugin when it was working in the
>> older versions. Wow!
>>
>> Cheers, Hannes
>> Am 27.09.22 um 14:48 schrieb Yoann QUENACH DE QUIVILLIC via Qgis-user:
>>
>> Hi everyone,
>>
>> Some 2 years ago, I was frustrated with some of the features of the
>> embedded python console, so I developed a plugin called Better Editor (
>> https://plugins.qgis.org/plugins/bettereditor) which offered smart
>> brackets / parenthesis, better toggle comment action, code formatting with
>> black, jedi autocompletion...
>>
>> I was quite happy with it, but unfortunately, this plugin was heavily
>> reliant on monkey patching existing classes, so it broke very often across
>> QGIS versions.
>>
>> I'm now trying to backport some of the features I developed in the plugin
>> in QGIS, starting (small) with the toggle comment action.
>>
>> I'd be really thankful if a QGIS maintainer could take the time to review
>> my PR:
>>
>> https://github.com/qgis/QGIS/pull/50341
>>
>> Regards,
>>
>> *--*
>> *Yoann Quenach de Quivllic*
>>
>>
>> ___
>> 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
>>
>
>
> --
> Alessandro Pasotti
> QCooperative:  www.qcooperative.net
> ItOpen:   www.itopen.it
>
> --
> Johannes Kröger / GIS-Entwickler/-Berater
>
> -
> Schon gewusst?
> In unserem Blog geben wir Tipps & Tricks zu Open-Source-GIS-Software
> und berichten aus unserem Experten-Alltag:https://wheregroup.com/blog/
> -
>
> WhereGroup GmbH
> Grevenweg 89
> 20537 Hamburg
> Germany
>
> Tel: +49 (0)228 / 90 90 38 - 36
> Fax: +49 (0)228 / 90 90 38 - 11
> johannes.kroe...@wheregroup.comwww.wheregroup.com
> Geschäftsführer:
> Olaf Knopp, Peter Stamm
> Amtsgericht Bonn, HRB 9885
> ---
>
>

-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.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


Re: [Qgis-user] large DEM not loading tiles correctly

2022-09-28 Thread Michael.Dodd via Qgis-user
You can see the format via the link (shown in more detail here OS Terrain® 50 | 
OS Data downloads | OS Data 
Hub)
 they are ascii grid basically numbers so should not have any .jpg issues. It 
is unfortunate that they chose to make the grid file so difficult to use by 
chopping it into the many thousands of small squares each within its own folder 
within other folders within other folder.

From: Qgis-user  On Behalf Of Patrick 
Dunford via Qgis-user
Sent: Wednesday, September 28, 2022 1:14 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] large DEM not loading tiles correctly


CAUTION: This mail comes from outside the University. Please consider this 
before opening attachments, clicking links, or acting on the content.

Hello

This is a raster format? and how large are the tiles?

I spend a lot of time working with raster files often a few thousand at a time. 
There doesn't seem to be a problem displaying them in Qgis unless they are 
Progressive Jpeg format, which in more recent years seem to have an issue with 
one of the third party libraries Qgis uses to import with.
On 29/09/22 00:32, Michael.Dodd via Qgis-user wrote:
I am trying to put together the 50m uk DEM e.g. 
https://www.data.gov.uk/dataset/835cf20a-8feb-4394-8b30-dcfe840ac13d/os-terrain-50-dtm
 but it often does not work.  The data are supplied as thousands of small tiles 
that takes ages to unpack and put into a folder to get into qgis, however when 
you try to load the tiles some work and others don’t and even the ones that do 
work and display fine sometimes don’t merge to form large tiles and sometimes 
will form virtual rasters but not merged files.  Basically it is a mess.  I 
suspect others have done this successfully so any suggestions?
It is particularly odd that some of the tiles will merge and others won’t and 
that some won’t display if you ask it to load hundreds at a time but if you 
just add them in a few at a time then they will load and display (in addition 
to the hundreds already loaded). This suggests various bugs assuming the 
original data are not in a whole variety of slightly different formats (should 
all be .asc)




___

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 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] large DEM not loading tiles correctly

2022-09-28 Thread Patrick Dunford via Qgis-user

Hello

This is a raster format? and how large are the tiles?

I spend a lot of time working with raster files often a few thousand at 
a time. There doesn't seem to be a problem displaying them in Qgis 
unless they are Progressive Jpeg format, which in more recent years seem 
to have an issue with one of the third party libraries Qgis uses to 
import with.


On 29/09/22 00:32, Michael.Dodd via Qgis-user wrote:


I am trying to put together the 50m uk DEM e.g. 
https://www.data.gov.uk/dataset/835cf20a-8feb-4394-8b30-dcfe840ac13d/os-terrain-50-dtm 
but it often does not work.  The data are supplied as thousands of 
small tiles that takes ages to unpack and put into a folder to get 
into qgis, however when you try to load the tiles some work and others 
don’t and even the ones that do work and display fine sometimes don’t 
merge to form large tiles and sometimes will form virtual rasters but 
not merged files.  Basically it is a mess.  I suspect others have done 
this successfully so any suggestions?


It is particularly odd that some of the tiles will merge and others 
won’t and that some won’t display if you ask it to load hundreds at a 
time but if you just add them in a few at a time then they will load 
and display (in addition to the hundreds already loaded). This 
suggests various bugs assuming the original data are not in a whole 
variety of slightly different formats (should all be .asc)



___
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 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] large DEM not loading tiles correctly

2022-09-28 Thread Richard McDonnell via Qgis-user
Hi,
So the underlying data might not be very efficient, for example, no internal 
Tiling, or compressions used.
What I would suggest is…


1.   Create a VRT of all the data you have.

2.   Using GDAL Translate convert the VRT into a GeoTiff, with the following

a.   NoData Value of -

b.   Advanced Parameters

   i.  
NUM_THREADS = ALL_CPUS

 ii.  BIGTIFF = 
YES

   iii.  TILED = YES

   iv.  COMPRESS = 
LZW

c.   Data Type to Float32

3.   You can then also use Pyramids for your Maximum zoom levels, I 
recommend external, as they can be deleted if you want to change them.

I hope that goes some wat to helping.
Kind Regards,

Richard.



——
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

——
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
——
M +353 87 688 5964 T +353 46 942 2409
https://gov.ie/opw

——
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/

——
MSc GIS, FME Certified Professional

——
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
——
M +353 87 688 5964 T +353 46 942 2409
https://https://gov.ie/opw

——
Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/
From: Qgis-user  On Behalf Of Michael.Dodd 
via Qgis-user
Sent: 28 September 2022 12:32
To: 'qgis-user@lists.osgeo.org' 
Subject: [Qgis-user] large DEM not loading tiles correctly

I am trying to put together the 50m uk DEM e.g. 
https://www.data.gov.uk/dataset/835cf20a-8feb-4394-8b30-dcfe840ac13d/os-terrain-50-dtm
 but it often does not work.  The data are supplied as thousands of small tiles 
that takes ages to unpack and put into a folder to get into qgis, however when 
you try to load the tiles some work and others don’t and even the ones that do 
work and display fine sometimes don’t merge to form large tiles and sometimes 
will form virtual rasters but not merged files.  Basically it is a mess.  I 
suspect others have done this successfully so any suggestions?
It is particularly odd that some of the tiles will merge and others won’t and 
that some won’t display if you ask it to load hundreds at a time but if you 
just add them in a few at a time then they will load and display (in addition 
to the hundreds already loaded). This suggests various bugs assuming the 
original data are not in a whole variety of slightly different formats (should 
all be .asc)

___
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] large DEM not loading tiles correctly

2022-09-28 Thread Michael.Dodd via Qgis-user
I am trying to put together the 50m uk DEM e.g. 
https://www.data.gov.uk/dataset/835cf20a-8feb-4394-8b30-dcfe840ac13d/os-terrain-50-dtm
 but it often does not work.  The data are supplied as thousands of small tiles 
that takes ages to unpack and put into a folder to get into qgis, however when 
you try to load the tiles some work and others don’t and even the ones that do 
work and display fine sometimes don’t merge to form large tiles and sometimes 
will form virtual rasters but not merged files.  Basically it is a mess.  I 
suspect others have done this successfully so any suggestions?
It is particularly odd that some of the tiles will merge and others won’t and 
that some won’t display if you ask it to load hundreds at a time but if you 
just add them in a few at a time then they will load and display (in addition 
to the hundreds already loaded). This suggests various bugs assuming the 
original data are not in a whole variety of slightly different formats (should 
all be .asc)

___
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-it-user] Cartella temporanea

2022-09-28 Thread Stefano Campus
segnato tutto, Andrea, grazie mille.
direi "sostituisci"
procedo anche con la documentazione.
purtroppo la documentazione non è collegata in Tx agli altri progetti di
QGIS ed è veramente faticoso.
s.


Il giorno mer 28 set 2022 alle ore 13:00 Andrea Giudiceandrea via
QGIS-it-user  ha scritto:

> Il 28/09/2022 09:26, Stefano Campus ha scritto:
> > Override temporary output folder path =  Ignora il percorso della
> cartella
> > in uscita temporanea
> >
> > può andare bene?
> Ciao Stefano,
> non penso che "ignora" renda l'idea di "override". Prova a leggere
> "Ignora il percorso della cartella in uscita temporanea" facendo finta
> che non sai a cosa serva questa opzione. A me non pare che abbia il
> significato corretto.
>
> Ho fatto un ricerca in Transifex e "override" è tradotto in italiano
> moltissime volte con derivati del verbo "sovrascrivere", alcune volte di
> "sostituire" e poche volte di "ignorare".
>
> Io penso che, in generale, usare "ignorare" per "override" sia errato,
> mentre sia più comprensibile "sostituire" o "modificare". Infatti
> quell'opzione, come hai visto, serve semplicemente a modificare il
> percorso della cartella temporanea.
>
> Ah... visto che ci sono... ho notato che "Skip output" (un opzione dei
> layer di output negli algoritmi di processing che serve ad evitare che
> un particolare layer di output venga creato) è tradotto in italiano, in
> QGIS, nello stesso identico contesto, alcune volte con "Salta risultato"
> e altre con "Risultato non disponibile": penso che questa seconda
> traduzione non corrisponda al significato.
> Nella documentazione, "Skip output" è invece tradotto in diversi modi:
> "Ignora risultato", "Tralascia risultato", "Nessun risultato",
> "Risultato non disponibile", "Non dà risultato", e anche "Predefinito:
> Skip output".
>
> A presto.
>
> Andrea
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Cartella temporanea

2022-09-28 Thread Andrea Giudiceandrea via QGIS-it-user

Il 28/09/2022 09:26, Stefano Campus ha scritto:

Override temporary output folder path =  Ignora il percorso della cartella
in uscita temporanea

può andare bene?

Ciao Stefano,
non penso che "ignora" renda l'idea di "override". Prova a leggere 
"Ignora il percorso della cartella in uscita temporanea" facendo finta 
che non sai a cosa serva questa opzione. A me non pare che abbia il 
significato corretto.


Ho fatto un ricerca in Transifex e "override" è tradotto in italiano 
moltissime volte con derivati del verbo "sovrascrivere", alcune volte di 
"sostituire" e poche volte di "ignorare".


Io penso che, in generale, usare "ignorare" per "override" sia errato, 
mentre sia più comprensibile "sostituire" o "modificare". Infatti 
quell'opzione, come hai visto, serve semplicemente a modificare il 
percorso della cartella temporanea.


Ah... visto che ci sono... ho notato che "Skip output" (un opzione dei 
layer di output negli algoritmi di processing che serve ad evitare che 
un particolare layer di output venga creato) è tradotto in italiano, in 
QGIS, nello stesso identico contesto, alcune volte con "Salta risultato" 
e altre con "Risultato non disponibile": penso che questa seconda 
traduzione non corrisponda al significato.
Nella documentazione, "Skip output" è invece tradotto in diversi modi: 
"Ignora risultato", "Tralascia risultato", "Nessun risultato", 
"Risultato non disponibile", "Non dà risultato", e anche "Predefinito: 
Skip output".


A presto.

Andrea
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Live Online Training Course: An Introduction To Integrating QGIS/GIS And R For Spatial Analysis - 31st October - 3rd November 2022

2022-09-28 Thread Colin D. MacLeod via Qgis-user
We are now taking bookings for the next run of our live, online course 
titled _An Introduction To Integrating QGIS/GIS and R For Spatial 
Analysis_. It will be held via the Zoom online video-conferencing 
platform between the 31st October and the 3rd November 2022.


The course will consist of a mix of background talks and practical 
sessions held over four 3-hour sessions. One session needs to be 
completed each day, and attendees will have a choice of completing it 
between 10:00 and 13:00 UK Time (primarily aimed at those in Australia, 
Asia, Africa and Europe) or between 19:00 and 22:00 UK Time (primarily 
aimed at those in North, Central and South America). This allows the 
course to be as accessible from as many different time zones as 
possible.


Attendance will be limited to a maximum of 24 people per session. It 
will cost GBP 295 per person (with a discounted rate of GBP 245 for 
students, the unwaged and those working for registered charities). To 
book a place, or for more information, visit 
http://gisinecology.com/online-course-an-introduction-to-integrating-qgis-gis-and-r-for-spatial-analysis/ 
or email i...@gisinecology.com.


This course is aimed at those who wish to learn how to use and integrate 
QGIS (the leading freely available GIS software package) and R (the 
leading freely available data analysis software package) for spatial 
analysis. It will be taught by Dr. Colin D. MacLeod, the author of 'An 
Introduction To Integrating QGIS And R for Spatial Analysis [1]' 
(Pictish Beast Publications) and a renowned expert in using GIS in 
biological and ecological research. He is also a co-author of the 
recently published 'An Introduction To Basic Statistics For Biologists 
Using R [2]', which is a practical guide to carrying out the analysis of 
biological data in R. The course assumes no prior knowledge of either 
QGIS/GIS or R, and so is open to complete beginners as well as those how 
know how to use one of these software packages, and wish to learn how to 
integrate it with the other.


GIS and statistical analysis are two of the most fundamental software 
tools for modern biologists wishing to conduct spatial analyses. 
However, each have their own sets of software packages, and sometimes it 
can be difficult to know how to integrate the two. This course will 
provide an introduction to the integration of QGIS (the leading freely 
available GIS software package) and R (the leading data analysis 
software packages used by biologists) to create a combined tool set that 
makes the most of the strengths of each of these individual software 
packages. It will consist of a series of background sessions on using 
GIS and R for spatial analysis, mixed in with practical sessions where 
you will learn how to use QGIS, how to use R, and how to integrate two 
to complete a spatial analysis project. This last part will include 
working through an example project, starting with creating a high 
quality map for publication through creating raster data layers of 
environmental variables, joining data together based on their spatial 
relationships and analysing the combined data set using R (including 
creating summary statistics, conducting linear regressions and 
conducting generalised additive modelling - GAMs). While it will 
primarily be based around QGIS, this course is taught using 
software-independent approach, and it is also open to those who wish to 
learn how to use ArcGIS to do biological GIS.


When you attend this course you will receive a free copy of An 
Introduction To Integrating QGIS And R for Spatial Analysis [1] (GIS For 
Biologists Workbooks) as the practical exercises in that course are 
based on the ones contained in that book. NOTE: If you wish to use 
ArcGIS software for this course, alternative materials will be provided 
for the practical sessions.


---
==
GIS IN ECOLOGY - Providing Training, Advice And Consultancy On The Use 
Of GIS In Ecology


Web: www.GISinEcology.com [3] Email: i...@gisinecology.com

Need to ask a question about using GIS? Try the GIS In Ecology Forum: 
www.GISinEcology.com/GIS_in_Ecology_forum.htm [4]


Books From GIS In Ecology Staff:

GIS For Biologists: A Practical Introduction For Undergraduates; RRP: 
£24.99
An Introduction To Integrating QGIS And R For Spatial Analysis; RRP: 
£19.99
An Introduction To Species Distribution Modelling (SDM) Using QGIS And 
R; RRP: £19:99


If you wish to purchase these books, visit: 
http://www.gisinecology.com/book-shop/


To help the environment, please do not print out this email unless it is 
unavoidable.

==



Links:
--
[1] 
http://gisinecology.com/an-introduction-to-integrating-qgis-and-r-for-spatial-analysis-gis-for-biologists-workbooks-series/

[2] http://gisinecology.com/stats-for-biologists-1
[3] http://www.GISinEcology.com
[4] 

Re: [Qgis-user] New crowdfunding campaign: point clouds and 3D improvements in QGIS

2022-09-28 Thread pathmapper via Qgis-user
We use clipping paths heavily in the elevation plots, so if we exported 
these to SVG
then the clipping would be ignored and the results would be an unusable 
mess.


If the clipPath element is used for clipping, then the following might 
be of interest.


Came across a limitation in Qt regarding SVG for marker symbols 
recently:

https://github.com/qgis/QGIS/issues/50208

Julien investigated and opened a ticket at Qt:
https://bugreports.qt.io/browse/QTBUG-106720

The outcome was that Qt uses SVG Tiny, which includes only a subset of 
the features included in the SVG Full spec.


Looks like the clipPath element is not supported by SVG Tiny:
https://www.w3.org/TR/SVGTiny/#sec-eleind

Don't know if there are any plans to support SVG Full in Qt, from the 
ticket linked above I didn't got this impression.


Maybe there's a way to use something else instead of clipPath for 
clipping, which is supported by SVG Tiny.


Cheers Björn
___
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-it-user] Cartella temporanea

2022-09-28 Thread Stefano Campus
Override temporary output folder path =  Ignora il percorso della cartella
in uscita temporanea

può andare bene?

s.


Il giorno mer 28 set 2022 alle ore 01:23 Andrea Giudiceandrea <
andreaer...@libero.it> ha scritto:

> Ciao Stefano,
> la directory in cui viene creata la cartella temporanea di processing è
> di norma gestita dalla libreria Qt e in particolare dalla funzione (in
> Python) QDir.tempPath() che, su Windows, restituisce la directory
> memorizzata nella "variabile d'ambiente" TMP.
>
> Un modo per modificare la cartella temporanea di processing è quello di
> modificare la "variabile d'ambiente" TMP: si può fare sia dalle
> impostazioni di sistema di Windows (il che però modifica la cartella
> temporanea per tutti i processi) sia dalle impostazioni di QGIS (in
> questo caso la modifica vale solo per QGIS) [1].
>
> Un altro modo per effettuare la modifica è quello di settare la cartella
> temporanea nell'opzione di processing [2] "Override temporary output
> folder path".
>
> A presto.
>
> Andrea
>
> P.S. Ho notato che l'opzione "Override temporary output folder path"
> risulta tradotta in italiano due modi diversi in Transifex: "Sovrascrive
> temporaneamente il percorso della cartella in uscita" e "Ignora
> temporaneamente il percorso della cartella in uscita". Mi pare che
> entrambe le traduzioni non siano corrette.
>
> P.P.S. Colgo l'occasione per suggerire di eliminare la traduzione
> italiana di "OpenFileGDB" (è stato tradotto come "ApriFileGDB") e di
> mantenere l'originale inglese, prima di tutto perché Open in questo caso
> non vuol dire "Apri" e poi perché è il nome di un driver che non ha
> senso tradurre.
>
>
> [1]
>
> https://docs.qgis.org/3.22/it/docs/user_manual/introduction/qgis_configuration.html#system-settings
> [2]
>
> https://docs.qgis.org/3.22/it/docs/user_manual/processing/configuration.html
>
>
> Il 27/09/2022 22:23, Stefano Campus ha scritto:
> > Mi sapreste dire dove/come settare che tutte le analisi di processing,
> file
> > temporanei compresi, vengano fatte su un disco esterno e poi facilmente
> > ripristinare su cartelle predefinite?
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Cartella temporanea

2022-09-28 Thread Stefano Campus
ciao andrea,
grazie mille per tutte le indicazioni: prezioso come sempre!
s.

Il giorno mer 28 set 2022 alle ore 01:23 Andrea Giudiceandrea <
andreaer...@libero.it> ha scritto:

> Ciao Stefano,
> la directory in cui viene creata la cartella temporanea di processing è
> di norma gestita dalla libreria Qt e in particolare dalla funzione (in
> Python) QDir.tempPath() che, su Windows, restituisce la directory
> memorizzata nella "variabile d'ambiente" TMP.
>
> Un modo per modificare la cartella temporanea di processing è quello di
> modificare la "variabile d'ambiente" TMP: si può fare sia dalle
> impostazioni di sistema di Windows (il che però modifica la cartella
> temporanea per tutti i processi) sia dalle impostazioni di QGIS (in
> questo caso la modifica vale solo per QGIS) [1].
>
> Un altro modo per effettuare la modifica è quello di settare la cartella
> temporanea nell'opzione di processing [2] "Override temporary output
> folder path".
>
> A presto.
>
> Andrea
>
> P.S. Ho notato che l'opzione "Override temporary output folder path"
> risulta tradotta in italiano due modi diversi in Transifex: "Sovrascrive
> temporaneamente il percorso della cartella in uscita" e "Ignora
> temporaneamente il percorso della cartella in uscita". Mi pare che
> entrambe le traduzioni non siano corrette.
>
> P.P.S. Colgo l'occasione per suggerire di eliminare la traduzione
> italiana di "OpenFileGDB" (è stato tradotto come "ApriFileGDB") e di
> mantenere l'originale inglese, prima di tutto perché Open in questo caso
> non vuol dire "Apri" e poi perché è il nome di un driver che non ha
> senso tradurre.
>
>
> [1]
>
> https://docs.qgis.org/3.22/it/docs/user_manual/introduction/qgis_configuration.html#system-settings
> [2]
>
> https://docs.qgis.org/3.22/it/docs/user_manual/processing/configuration.html
>
>
> Il 27/09/2022 22:23, Stefano Campus ha scritto:
> > Mi sapreste dire dove/come settare che tutte le analisi di processing,
> file
> > temporanei compresi, vengano fatte su un disco esterno e poi facilmente
> > ripristinare su cartelle predefinite?
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] PR review needed

2022-09-28 Thread WhereGroup
Thank you! I had that in my tabs to try out and did so yesterday. It is 
impressive but of course requires the user to manually install some 
packages (which is a HUGE blocker for 99% of users) and is missing 
integration in the script editor. I will probably still use it for 
myself though so thank you very much!


Am 27.09.22 um 16:43 schrieb Alessandro Pasotti:


You may want to check this out (Works For Me (TM)): 
https://plugins.qgis.org/plugins/IPyConsole/ autocompletion and other 
IPython features works just fine.




On Tue, Sep 27, 2022 at 4:37 PM Johannes Kröger (WhereGroup) via 
Qgis-user  wrote:


> jedi autocompletion

I can't say just how awesome it would be to have some "proper"
autocompletion in the console and editor. One that knows about the
actual object it is used on instead of suggesting random text
string matches from anywhere in its database.

Honestly, this would make learning and teaching Python and the
PyQGIS API infinitely easier and fun.

Seeing the GIFs on https://yoannqdq.github.io/qgis-better-editor/
makes me jealous of the people who used your plugin when it was
working in the older versions. Wow!

Cheers, Hannes

Am 27.09.22 um 14:48 schrieb Yoann QUENACH DE QUIVILLIC via Qgis-user:

Hi everyone,

Some 2 years ago, I was frustrated with some of the features of
the embedded python console, so I developed a plugin called
Better Editor (https://plugins.qgis.org/plugins/bettereditor)
which offered smart brackets / parenthesis, better toggle comment
action, code formatting with black, jedi autocompletion...

I was quite happy with it, but unfortunately, this plugin was
heavily reliant on monkey patching existing classes, so it broke
very often across QGIS versions.

I'm now trying to backport some of the features I developed in
the plugin in QGIS, starting (small) with the toggle comment action.

I'd be really thankful if a QGIS maintainer could take the time
to review my PR:

https://github.com/qgis/QGIS/pull/50341

Regards,

*--*
*Yoann Quenach de Quivllic*



___
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



--
Alessandro Pasotti
QCooperative: www.qcooperative.net 
ItOpen: www.itopen.it 


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

-
Schon gewusst?
In unserem Blog geben wir Tipps & Tricks zu Open-Source-GIS-Software
und berichten aus unserem Experten-Alltag:
https://wheregroup.com/blog/
-

WhereGroup GmbH
Grevenweg 89
20537 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
---



OpenPGP_0x840A4B843789797F.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
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