Skip to content

Package Release 3.10.0

Latest
Compare
Choose a tag to compare
@runette runette released this 20 Nov 14:50
5f3a134

What's Changed

  • Upgrade GDAL to 3.10.x
  • Upgrade VirgisGeometry to 4.0.1
  • Band has the addition of Band.ToMesh() that converts the Band into a VirgisGeometry.DMesh3 mesh assuming that the band values are elevation,
  • Band has the addition of Band.ToArray() that converts the Band into an double[],
  • Dataset has the additional of Dataset.ToRGB() that attempts to convert a dataset into a Texture2D assuming that the Dataset has r,g and b bands with reasonable names,
  • Utilities to project DMesh3 and DCurev3 using OSR using the ViRGiS Geometry AxisOrder utilities to allow projection into the Unity left-handed coordinate space.

Full Changelog: 3.9.2...3.10.0