Skip to main content

Questions tagged [terrain]

The vertical and horizontal dimension of land surface

0 votes
1 answer
63 views

The GRASS GIS r.horizon angle computes the maximum angle to the horizon within a specified search radius. I have used this to produce raster maps of horizon angle from a DEM of mountainous terrain ...
Zack's user avatar
  • 1
3 votes
1 answer
144 views

I'm trying to create a 3D terrain surface from a DEM (GeoTIFF) file using Python, in order to visualize clustering results of observation points on top of it. I successfully extracted the elevation ...
DSK's user avatar
  • 51
0 votes
0 answers
59 views

I have one DEM(.tif) file having a 12.5-meter ground resolution with EPSG:4326 projections. After converting this DEM to a terrain format (which includes a layer.json file with 0 to 15 folders and ....
Krutik Pastagiya's user avatar
1 vote
0 answers
55 views

I have a DEM raster in ArcGIS and I want to use the Terrain Ruggedness Index (TRI) raster function on it. I open the TRI raster function using the Living Atlas in the catalog pane. I then open the ...
haley's user avatar
  • 11
0 votes
0 answers
81 views

I want to visualize the flight-path of a helicopter in the Austrian alps with isochrones. As a helicopter needs a lot more time flying around mountains in a valley than it would above flat ground I ...
LucasToCode's user avatar
0 votes
1 answer
79 views

When I think of slope baseline, I think of the definition as "the distance over which the slope is calculated." So, for example, if you have a 5 m/pixel DEM, you can create a 10 m baseline ...
GISGirl94's user avatar
0 votes
1 answer
72 views

I am trying to create a slope and aspect layer using mosaicked 1m and 2m LiDAR scans. The DEM appears fine but the slope and aspect layer are masked. I've put my code below. I'm quite new to GEE. The ...
Tom Field's user avatar
0 votes
1 answer
591 views

I am trying to find a way to serve Terrain RGB tiles like these: https://blog.mapbox.com/global-elevation-data-6689f1d0ba65 from a local server for a very large area. My source files are GeoTIFF files ...
pcace's user avatar
  • 294
1 vote
1 answer
273 views

I have raster DTM image of LiDAR data, mapped to Washington state plane north (US survey feet), where each pixel represents an elevation value in feet. Generating a "slope map" which shows ...
Nick's user avatar
  • 21
1 vote
0 answers
493 views

I'm working on Terrain analysis of my ROI and could compute aspect and slope separately. Although I found a fairly easy tutorial on how to make a slope-aspect raster, I want to know if it's possible ...
Amine MB's user avatar
1 vote
0 answers
112 views

Input: A large DEM as tiled GeoTIFFs (initially 1'665 tiles, each 500 by 500px, later possibly more). Goal: To calculate some terrain attributes such as the TPI, waterflows. Approach for smaller areas:...
Beni's user avatar
  • 406
1 vote
1 answer
183 views

In QGIS I would like to create a world map that has terrain colours (e.g., deserts or vegetation), as in the attached map (Gehring et al. 2022), particularly for the African continent. How should I ...
Andrea Fontana's user avatar
0 votes
0 answers
101 views

I have the following situation: An off-road machine has a GPS antenna that is not at the center of the rear axle (this point is my path-tracking-control point). Let's say it's 3 meters from the rear ...
Jonny Quest's user avatar
1 vote
0 answers
872 views

I have a GeoTIFF file which includes elevation data. I visualized the TIFF by pyplot: from osgeo import gdal import matplotlib.pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D #...
Homayoun's user avatar
1 vote
0 answers
122 views

I understand GIS principles, but I am a new user to ArcGIS Pro. I am currently looking to create a terrain type model / surface in 3D, using a georeferenced .ASC file containing ground heights. Is ...
Anna's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
17