DEM.Net
DEM.Net copied to clipboard
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
is it possible to download the globally available ASTER dem data for antartica
If I already have suitable geoTiff tiles of the landscape I want to work with, can I using a 2D path, and a start height and end height, get DEM.Net...
https://github.com/dem-net/DEM.Net/blob/168cd8e0e277793227f9cacd1cd26310ba495928/DEM.Net.Core/Services/Interpolation/HyperbolicInterpolator.cs#L44 If x is from west to east and y is from north to south, then (0,0) point should be at NW, not SW
Trying to get heightmap in bbox, using GeoTiff dataset with Cell file format, fails when bbox is partially covered. RasterService.GetVirtualHeightMapInBBox(...) returns a hightmap half pixel shifted. This results in incorrect...
Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Is your feature request related to a problem? Please describe.** The use-case I have is to determine if two aircraft have line of sight to each other. Each aircraft's position...
When I click on Generate Real Point, Null Reference Exception shows in _rasterIndexServiceResolver.
**Describe the bug** Null reference exception is shown in _rasterIndexServiceResolver when I click on "Generate Real Points" button. Null value is set in _rasterIndexServiceResolver during initialization of RasterService.cs class of...
**Describe the bug** When trying to get elevation data from the ASTER_GDEMV3 dataset, there is always null returned. As it turns out, when trying see if some of the DEM...
**Describe the bug** When generating a 3D model, the texture contains a lot of black areas. However, this issue doesn't occur with satellite imagery (MapBox-Satellite, Esri.WorldImagery), but with all the...
When attempting to create a model with OSM Data I keep getting a 500 error, no matter the size of the patch, I tried multiple locations and all seem to...