Re: [Qgis-user] merging parts from various raster files

2024-05-01 Thread Keith Jenkins via QGIS-User
Another option would be to use the "Rasterize (vector to raster)" tool
to create a raster where the pixel value is region number, and then
use "Raster Calculator" with a formula like this:

"U11@1"*("RR@1"=11) + "U21@1"*("RR@1"=21) + "U22@1"*("RR@1"=22) + etc.

Where U11, U21, U22... are your original rasters, and RR is the
rasterized region polygons.  This will effectively copy the values
within each region from the corresponding raster.

Keith


On Tue, Apr 30, 2024 at 2:10 PM Sibylle Stöckli via QGIS-User
 wrote:
> Selection of the raster file modelled with the input data for this 
> biogeoregion. Reminder, my ecosystem service model is just able to provide 
> output for the entire country, but each biogeoregion should be modelled with 
> it’s respective input data. In this way, from the model with the input data 
> form biogeoregion 1 I just need the output from biogeoregion 1 etc.
___
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] merging parts from various raster files

2024-04-30 Thread Richard McDonnell via QGIS-User
Hi Sibylle,
To extract the Bioregions, I suggest you utilise the option Selected features 
only which is a tick box below, where you select Mask layer. All you need to do 
is select, on the map canvas, the bioregion you want to extract.

QGIS is capable of loading Tiff's I use them exclusively in any Raster work I 
do. The virtual raster<https://gdal.org/drivers/raster/vrt.html> is just an 
easy way for you to merge/mosaic the raster's (10-12 Raster's) together into a 
single raster.
Kind Regards,

Richard




--
Richard McDonnell MSc GIS, FME Certified Professional
Flood Risk Management - 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/
From: QGIS-User  On Behalf Of Sibylle 
Stöckli via QGIS-User
Sent: 30 April 2024 14:10
To: 'Frank Broniewski' ; qgis-user@lists.osgeo.org; 
broniew...@a-a.lu
Subject: Re: [Qgis-user] merging parts from various raster files

Hello Frank and Richard
,
I have 10-12 raster files (figure 1, .tif files), they all look the same and 
cover the entire country with no definition of the biogeregions.
Second there is the shape file defining the biogeoregions (figure 2, different 
colors).

-  Probably I first need to extract the different biogeoregions out 
from each raster file or define the linkage between the raster files the the 
biogeoregions in the shape file. However, raster - crop raster based on layer 
mask extracts the entire mask (entire country) not the different biogeoregions.
-  Furter I may delete all the data in the raster files not needed: 
e.g. in raster 1  just data on biogeo 1, but not the other biogeoregions, in 
raster 2, data on biogeo 2, but not the other biogeregions. By doing so there 
will be no overlap, as each raster file consists only one biogregions.
-  I am not sure about the virtual raster, because it is not possible 
to import .tif files.
-  Then I may just use the "merge" function - merging each bioregions.

Background: postprocessing of a model output. It was not possible to run the 
model only for biogeoregion 1 (with input data from biogeoregion 1) , bioregion 
2 (with input data from bioregion 2) etc. It was necessary to model the entire 
country with input data from bioregion 1 etc.

Kind regards
Sibylle


Figure 1
[cid:image003.jpg@01DA9B0B.B9FA38E0]
Figure 2
[cid:image005.jpg@01DA9B0B.B9FA38E0]
From: Frank Broniewski mailto:broniew...@a-a.lu>>
Sent: Tuesday, April 30, 2024 1:48 PM
To: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org>; 
sibylle.stoec...@gmx.ch<mailto:sibylle.stoec...@gmx.ch>
Subject: AW: [Qgis-user] merging parts from various raster files

Hello Sybille,

I am not sure if I understand your problem correctly. I assume, you have a 
mosaic of raster files (that overlap) and you want to create a single raster 
file for statistical analysis. In my opinion, the easiest way to achieve that 
is to create a virtual raster (VRT) and either use that for stats or create a 
new raster file from the VRT. You can find the tool in the processing toolbox. 
With the tool you can even define the resolution, if mixed, and how the VRT 
should be resampled.

HTH
Frank

https://docs.qgis.org/3.34/en/docs/user_manual/processing_algs/gdal/rastermiscellaneous.html#build-virtual-raster

Von: QGIS-User 
mailto:qgis-user-boun...@lists.osgeo.org>> 
im Auftrag von Sibylle Stöckli via QGIS-User 
mailto:qgis-user@lists.osgeo.org>>
Gesendet: Dienstag, 30. April 2024 11:34
An: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org> 
mailto:qgis-user@lists.osgeo.org>>
Betreff: [Qgis-user] merging parts from various raster files

Dear community

I am working with QGIS 3.34 (Prizren) and would like to merge region 1 from
raster (.tif) file 1 and region 2 from raster file 2, and...
For sure I will need to use raster-miscellaneous-merge.

My question is related to the pre-processing of the input raster files.
- The 12 raster files all have the same coordinate system.
- The raster files are fully overlapping (the entire country).
- The region is not defined per se in the raster file, but in an additional
shape file (biogeo.shp).
- For sure I can carry out some zonal statistics using raster and shape
file, but to merge the regions I need all the pixels form a regions as input
file for the merging process. This process is more than just selecting
regions or cropping. Do you have any suggestions?

Kind regards
Sibylle

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org<mailto:QGIS-Use

Re: [Qgis-user] merging parts from various raster files

2024-04-30 Thread Frank Broniewski via QGIS-User
Hello Sybille,

I am not sure if I understand your problem correctly. I assume, you have a 
mosaic of raster files (that overlap) and you want to create a single raster 
file for statistical analysis. In my opinion, the easiest way to achieve that 
is to create a virtual raster (VRT) and either use that for stats or create a 
new raster file from the VRT. You can find the tool in the processing toolbox. 
With the tool you can even define the resolution, if mixed, and how the VRT 
should be resampled.

HTH
Frank

https://docs.qgis.org/3.34/en/docs/user_manual/processing_algs/gdal/rastermiscellaneous.html#build-virtual-raster

Von: QGIS-User  im Auftrag von Sibylle 
St?ckli via QGIS-User 
Gesendet: Dienstag, 30. April 2024 11:34
An: qgis-user@lists.osgeo.org 
Betreff: [Qgis-user] merging parts from various raster files

Dear community

I am working with QGIS 3.34 (Prizren) and would like to merge region 1 from
raster (.tif) file 1 and region 2 from raster file 2, and...
For sure I will need to use raster-miscellaneous-merge.

My question is related to the pre-processing of the input raster files.
- The 12 raster files all have the same coordinate system.
- The raster files are fully overlapping (the entire country).
- The region is not defined per se in the raster file, but in an additional
shape file (biogeo.shp).
- For sure I can carry out some zonal statistics using raster and shape
file, but to merge the regions I need all the pixels form a regions as input
file for the merging process. This process is more than just selecting
regions or cropping. Do you have any suggestions?

Kind regards
Sibylle

___
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