DEM.Net Versions Save

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

0.1.1

4 years ago

First official release of DEM.Net

0.1.0-beta0013

4 years ago
  • Voronoi
  • Iso lines

0.1.0-beta0012

4 years ago
  • Symbols package generated alongside
  • Check for VRT file corruption
  • Updated tests for gdal singleton service
  • GDALVRTFileService is now a singleton with its own cache
  • Point list extensions

0.1.0-beta0011

5 years ago
  • Dataset reports return a simpler list
  • TIN fixed when border points were local summits
  • GPX track can be drawn on 3D model's texture
  • Updated LibTiff to latest (no netstandard1.6 anymore)

0.1.0-beta0010

5 years ago
  • Dataset reports return a simpler list
  • TIN fixed when border points were local summits
  • Support for dependency injection and logging

0.1.0-beta0009

5 years ago
  • fixed winforms generation
  • DouglasPeucker uses IReadOnlyList<T>
  • RasterService is now singletion (DEM cache is here)
  • fix doc
  • addec doc and removed unused attributes
  • GenerateReport for location now returns a single result

0.1.0-beta0008

5 years ago
  • ElevationService.GetPointsElevation() takes points as param array
  • More docs

0.1.0-beta0007

5 years ago
  • Simplified namespaces for MeshService
  • Optionnal ILogger param
  • Fixed NuGet packaging
  • RasterService : data dir is now under LocalApplicationData
    • Windows : C:\Users<user<\AppData\Local\DEM.Net
    • Mac : /Users//.local/share/DEM.Net

0.1.0-beta0005

5 years ago
  • Suppressed AutoGenerateBindingRedirects to avoid nuget warnings

0.1.0-beta0004

5 years ago
  • More XML documentation
  • Removed unused params in STL box generation