DEM.Net.Core
8.0.0-beta01
See the version list below for details.
dotnet add package DEM.Net.Core --version 8.0.0-beta01
NuGet\Install-Package DEM.Net.Core -Version 8.0.0-beta01
<PackageReference Include="DEM.Net.Core" Version="8.0.0-beta01" />
<PackageVersion Include="DEM.Net.Core" Version="8.0.0-beta01" />
<PackageReference Include="DEM.Net.Core" />
paket add DEM.Net.Core --version 8.0.0-beta01
#r "nuget: DEM.Net.Core, 8.0.0-beta01"
#addin nuget:?package=DEM.Net.Core&version=8.0.0-beta01&prerelease
#tool nuget:?package=DEM.Net.Core&version=8.0.0-beta01&prerelease
DEM.Net.Core 
DEM.Net.glTF 
This library is licensed for personal use or for smal companies generating less than $100,000 annually, for any other cases, please get in touch with us.
DEM.Net
Digital Elevation Model library in C#
- Elevation queries (point, polylines, heightmap, GPX)
- 3D export (glTF, STL)
- Imagery (MapBox, OSM, Stamen) : textured 3D models and normal maps
- No setup
- Automatic DEM file download from openTopography.org
- Fast and optimized queries
See samples here
Check article on Sketchfab API Spotlight : Elevation API
Supported formats and datasets
Input
- GeoTIFF (JAXA AW3D, and any GeoTIFF)
- HGT (Nasa SRTM)
- netCDF
Output
- glTF
- STL
Current dev status
- Feel free to suggest any idea you'd like to see covered here in the issues : https://github.com/dem-net/DEM.Net/issues.
SampleApp
(Work in progress) SampleApp is a Console App used for test purposes, full of samples. It's pretty messy and lacks documentation but names are self explanatory.
How do I use the API ?
Raster operations
- Use
elevationService.DownloadMissingFiles(DEMDataSet.AW3D30, <bbox>)
to download and generate metadata for a given dataset. - Supported datasets : SRTM GL1 and GL3 (HGT files), AWD30 (GeoTIFF)
- Use
new RasterService().GenerateReport(DEMDataSet.AW3D30, <bounding box>)
to download only necessary tiles using remote VRT file. - Use
rasterService.GenerateFileMetadata(<path to file>, DEMFileFormat.GEOTIFF, false, false)
to generate metada for an arbitrary file. - Use
RasterService.GenerateDirectoryMetadata(samplePath);
to generate metadata files for your raster tiles. These metadata files will be used as an index when querying Digital Elevation Model data.
Elevation operations
- GetLineGeometryElevation
- GetPointElevation
glTF export
glTFService
can generate triangulated MeshPrimitives from height maps- Export to .gtlf or .glb
Sample data
- Rasters from http://www.opentopography.org Dataset used is "ALOS World 3D - 30m" : http://opentopo.sdsc.edu/lidar?format=sd&platform=Satellite%20Data&collector=JAXA For development and tests, files covering France were used.
- Not used yet but worth mentionning : For sea bed elevation : ETOPO1 Global Relief Model https://www.ngdc.noaa.gov/mgg/global/global.html
Acknowledgements / Sources
- https://github.com/stefangordon/GeoTiffSharp from @stefangordon which provided a good starting point.
- Pedro Sousa : http://build-failed.blogspot.fr/2014/12/processing-geotiff-files-in-net-without.html for good explanations.
- Mathieu Leplatre for http://blog.mathieu-leplatre.info/drape-lines-on-a-dem-with-postgis.html
- Andy9FromSpace : HGT file reader in https://github.com/Andy9FromSpace/map-elevation
Third party code and librairies
- glTF : glTF2Loader and AssetGenerator : https://github.com/KhronosGroup/glTF
- Tiff support : https://github.com/BitMiracle/libtiff.net
- Serialization : https://github.com/neuecc/ZeroFormatter and https://github.com/JamesNK/Newtonsoft.Json
- System.Numerics.Vectors for Vector support
- GPX reader from dlg.krakow.pl
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- BitMiracle.LibTiff.NET (>= 2.4.660)
- DotSpatial.Projections.NetStandard (>= 1.0.0)
- LazyCache (>= 2.4.0)
- LazyCache.AspNetCore (>= 2.4.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.Configuration.UserSecrets (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
- Microsoft.Extensions.Options (>= 8.0.2)
- NetTopologySuite (>= 2.6.0)
- Newtonsoft.Json (>= 13.0.3)
- protobuf-net (>= 3.2.46)
- SDSCore (>= 1.2.0)
- SixLabors.Fonts (>= 2.0.9)
- SixLabors.ImageSharp (>= 3.1.7)
- SixLabors.ImageSharp.Drawing (>= 2.1.5)
- System.Drawing.Common (>= 8.0.14)
- System.Numerics.Vectors (>= 4.6.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DEM.Net.Core:
Package | Downloads |
---|---|
DEM.Net.glTF
glTF3D and STL exporters for DEM.Net |
|
DEM.Net.Extension.VisualTopo
VisualTopo extension for DEM.Net |
|
DEM.Net.Extension.Osm
OpenStreetMap extension for DEM.Net |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0-beta02 | 114 | 4/3/2025 |
8.0.0-beta01 | 113 | 4/3/2025 |
0.4.0-beta02 | 128 | 5/14/2024 |
0.4.0-beta01 | 314 | 8/31/2022 |
0.3.2 | 2,499 | 5/3/2021 |
0.3.1 | 373 | 5/3/2021 |
0.3.0 | 1,149 | 3/12/2021 |
0.2.9 | 604 | 1/13/2021 |
0.2.8 | 785 | 11/1/2020 |
0.2.7.4 | 1,491 | 9/21/2020 |
0.2.7.3 | 1,991 | 9/4/2020 |
0.2.7.2 | 744 | 9/4/2020 |
0.2.7.1 | 761 | 6/30/2020 |
0.2.6 | 898 | 3/7/2020 |
0.2.5 | 861 | 2/25/2020 |
0.2.4 | 920 | 2/2/2020 |
0.2.3 | 794 | 1/29/2020 |
0.2.2 | 834 | 1/26/2020 |
0.2.0 | 802 | 12/13/2019 |
0.1.4 | 917 | 7/1/2019 |
0.1.3 | 906 | 6/30/2019 |
0.1.2 | 849 | 6/29/2019 |
0.1.1 | 893 | 6/29/2019 |
0.1.0-beta0013 | 452 | 6/20/2019 |
0.1.0-beta0012 | 572 | 6/14/2019 |
0.1.0-beta0011 | 593 | 5/10/2019 |
0.1.0-beta0010 | 623 | 4/29/2019 |
0.1.0-beta0009 | 601 | 4/24/2019 |
0.1.0-beta0008 | 633 | 4/20/2019 |
0.1.0-beta0007 | 636 | 4/18/2019 |
0.1.0-beta0006 | 618 | 4/18/2019 |
0.1.0-beta0005 | 611 | 4/15/2019 |
0.1.0-beta0004 | 629 | 4/15/2019 |
0.1.0-beta0003 | 601 | 4/14/2019 |
0.1.0-beta0002 | 584 | 4/14/2019 |
0.1.0-beta0001 | 484 | 4/13/2019 |
0.1.0-alpha | 594 | 4/12/2019 |
LocalDirectory is configuration in DEMNetOptions