DEM.Net Versions Save

Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports

0.2.7.3

3 years ago
  • SourceLink support
  • Code refactor (removed useless interfaces, readability)
  • Lines bulk elevation (better performance)
  • Imagery disk cache
  • Procedural mesh generation for axis, cylinder, cones

0.2.7.1

3 years ago
  • models are now centered on origin
  • glTF each mesh in its own node
  • imagery: support for 512px tiles
  • line elevation bug fix (last point was missing)
  • visual topo support (early)

0.2.6

4 years ago
  • NASADEM dataset support
  • GeoTiff heightmap fixes

0.2.5

4 years ago
  • Intervisibility
  • IImageryService interface removed

0.2.4

4 years ago
  • VisibilityReport: edge case fixed when target point is still inside obstacle
  • VisibilityReport: support for start elevation offset and lower level signatures

0.2.3

4 years ago
  • netCDF support (needs native dependencies, see SDSLite for setup information)
  • GEBCO 2019 dataset integration
  • Intervisibility report (Is point A visible from point B), aka Raycasting

0.2.0

4 years ago
  • glTF code is now using gltfSharp
  • NASA Aster GDEM v3 support
  • Various concurrency fixes
  • GeoTIFF imprecisions fixed
  • Imagery memory cache
  • Attributions exported with models

0.1.4

4 years ago

Tokens check in imagery service

0.1.3

4 years ago

bug fix for DP reduction with ?? operator

0.1.2

4 years ago

DouglasPeucker is now public