SAGA (System for Automated Geoscientific Analyses) is a GIS toolbox with many modules that can be used from the GUI, command line or accessed through R,python or directly using C++.
4
votes
4answers
1k views
How to split a vector in equal smaller parts in QGIS or similar?
i want to divide a shapefile with many tiles into a lot of smaller tiles.
I am searching for a smart solution, because manual edits are out of questions
Anyone can help or know a nice function?
6
votes
3answers
2k views
How to calculate raster statistics for polygons?
how can I calculate sums, averages etc of raster-points (multi-band) per polygon of a vector-layer. I was told that this is called "zonal statistics". I tried that with QGIS first.
There is a way to ...
3
votes
1answer
2k views
Convert a shapefile with northing/easting to ASCII raster with latitude/longitude
Linked below is a polygon shapefile whose projection is NAD83 and whose values are LU/LC codes. Coordinates are meters of northing and easting. I would like to convert it to an ASCII raster with ...
1
vote
2answers
444 views
Interpolation of contours (from one “main-contour-shapefile”)
I calculated, that the best and smalest possible äquidistance (equidistant) for my map is 30m. After I generlized my DHM, I extracted contours of a intervall of 30m and smoothed them. Now I have my ...
7
votes
2answers
454 views
Is it possible to manually correct a raster DEM (OpenSource)?
Is it possible, to correct a raster DEM by changeing the raster-cell-values manually, like by "painting"?
My DEM (ASTER) have one small error where the elevation is about 300m below the actual ...