Releases: ViRGIS-Team/gdal-upm
Releases · ViRGIS-Team/gdal-upm
Package Release 3.10.0
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
Package Release 3.9.2
Package Release 3.9.1
Add Virgis Geometry
Add OGR Functions to convert Geometry to Virgis Geometry
Package release 3.9.0
Upgrade GDAL to 3.9.0
Package Release 3.8.2
Fix the macos infinite import loop problem
Package Release 3.8.1
Fixes GDAL data path #28
Package Release 3.8.0
Update GDAL to 3.8.x
Package Release 3.7.0
Merge pull request #21 from ViRGIS-Team/gdal3.7 update to gdal3.7
Package Release 3.6.3
Version 3.6.3
Correct the Editor Assemblies so that it runs under cloud build
Package Release 3.6.2
Version 3.6.2
This version moves the conda build to an Asset Post Processor and standardizes assembly names - so there may/will be minor changes in how it operates - including if other assemblies reference this assembly directly.