[海峡两岸]为解募兵难 台军又出新招
百度 按照里皮的计划,中国队希望通过在中国杯取得至少一场胜利来获得国际排名积分,从而锁定亚洲杯种子身份。
To group or to do something in a group as opposed to doing it individually
509 questions
1
vote
2
answers
44
views
Batch replacing of attributes by superposing vector in QGIS
I have a polygon layer of several cartographic frames which its attribute table is empty (even ID field is empty!) so I need to fetch attributes from a superposing point layer, each feature of which ...
0
votes
0
answers
21
views
Presets for model run as batch in QGIS Designer Model
When I run a model I made using "model designer" in "QGIS 3.45.15" and "run as batch process";
Is there a way to have "Load layers on completions" always ...
1
vote
0
answers
58
views
Batch exporting of GeoTIFF images in QGIS
I am trying to automate exporting a bunch of GeoTIFF images since my map is too big to export as a single file. I am slicing it into 10 separate GeoTIFF images, each one based on a rectangular layer ...
2
votes
1
answer
66
views
Exporting multiple layers with their styles to multiple KML files at once in QGIS
I want to export multiple Layers. Like a batch process.
If you select one layer to export as KML, usually use "save vector layer as"
File Name: Layer_name
To get the result, I also set the ...
1
vote
1
answer
47
views
Autofill with data from attribute table in batch processing
I need to calculate the up slope area and I'm using batch processing because there are a lot of points. My points layer has the following attributes: outlet points, layer have x_cord and y_cord values....
-1
votes
1
answer
55
views
Batch downloading DEM tiles from links in shapefile [closed]
I want to download 17,613 tiles from a shapefile that has links to download each DEM.
What would be the best way to do this?
0
votes
1
answer
62
views
Skipping output in QGIS Batch Processing for Join Attributes by Location
I've got a number of buffers and a point layer I'm trying to join together and I'm using the batch processing Join Attributes by Location function. I can create temporary outputs for the joined ...
1
vote
1
answer
57
views
Batch uploading rasters to PostGIS, slows way down
Problem (or at least I think it is a problem): If I set the raster folder to include 3 or 4 GeoTIFFs of ~ the same size and the 1st one uploads in 30 minutes, why would the next one take 90 minutes?
*...
0
votes
0
answers
55
views
Computing bilateral travel times between Belgian municipality per travel mode in 1896
I'm conducting an historical study concerning the impact of the first railways on structural transformation of the 19th century Belgian economy (i.e. industrial revolution).
A part of my analysis is ...
0
votes
2
answers
387
views
How to batch import geotagged photos into QGIS?
I did some flights with a DJI drone over an area a few kilometers long, and I would like to batch import the hundreds of geotagged photos into QGIS. I have tried the ImportPhotos Plugin but the photos ...
6
votes
1
answer
488
views
QGIS Batch Process to save bands of a raster layer as separate raster files
I have a .tif file with 61 bands. Normally, to save a band, I use the rastar calculator expression filename@1. But since there are 61 bands, with each band corresponding to a date, from April 1 to May ...
1
vote
3
answers
2k
views
How to merge multiple GeoTIFFs into one single GeoTIFF and change the resolution
I'm working on my Bachelor Thesis right now and I have a about 300gb of digital elevation database. This database has a 1m resolution and every single 1x1km square is stored into a single GeoTIFF. Now ...
1
vote
0
answers
69
views
Compressing clipped rasters (batch process) in QGIS
I am brand new to QGIS. I need to clip and compress 30 drone rasters. I do not know how to enter the command into the batch process window to compress the images. Right now, the only settings I have ...
0
votes
1
answer
67
views
How to use gdal calc.py for batch processing in MAC OS [closed]
I have .tif files for Novemeber starting from 2001 to 2020, with values ranging from 1-255. I only want values from 1 to 100 and anything above 100 as NoDataValue. I was able to execute the code for a ...
0
votes
1
answer
60
views
Batch export individual monthly rasters from a raster stack in Google Earth Engine
I have the following code where I am exporting monthly images (all bands included) for the year 2018:
var collection = ee.ImageCollection("NASA/HLS/HLSL30/v002")
.filterBounds(table);
...