Skip to content

Releases: TUW-GEO/ApprovalTests.Python.GeoExtensions

1.9.1

Choose a tag to compare

@SchwammDev SchwammDev released this 29 Apr 12:13

Full Changelog: 1.9.0...1.9.1

Provide standalone verify functions

Choose a tag to compare

@SchwammDev SchwammDev released this 14 Jul 17:47

Full Changelog: 1.8.4...1.9.0

Fix calculating statistics from empty arrays

Choose a tag to compare

@SchwammDev SchwammDev released this 28 Jun 11:34

Full Changelog: 1.8.3...1.8.4

Fix scrubber using depricated coord assignment method

Choose a tag to compare

@SchwammDev SchwammDev released this 05 Feb 15:27

Scrubbers use now assign_coords method from xarray instead of assigning values directly, because it is deprecated in newer xarray versions.

Fix xarray attr diff repr import for latest xarray version

Choose a tag to compare

@SchwammDev SchwammDev released this 12 Dec 18:32
1.8.2

Fix xarray attr diff repr import for latest xarray version

Add scrub yeoda datacube metadata utlity function

Choose a tag to compare

@SchwammDev SchwammDev released this 06 Sep 17:39
1.8.1

Add yeoda datacube metadata scrubbin utlity function

Add DataFrame verification wrapper

Choose a tag to compare

@SchwammDev SchwammDev released this 04 Mar 15:55
  • One can wrap now verify functions in verify_data_frame_using to approve a file collection in a DataFrame based on columns

Add support for scrubbing coordinate data

Choose a tag to compare

@SchwammDev SchwammDev released this 28 Feb 09:52
  • NetCDF and zarr Dataset verification can now scrub coordinates as well

Add support for NetCDF files

Choose a tag to compare

@SchwammDev SchwammDev released this 21 Feb 10:05

Provide now verify_geo_nc to verify datasets stored in NetCDF format

Add nan counts to diff statistics

Choose a tag to compare

@SchwammDev SchwammDev released this 21 Dec 19:16
  • The difference statistics between mismatched raster data now also reports the amount of nans differing