Skip to content

Releases: TUW-GEO/ismn

v1.5.1

28 Jun 15:21
Compare
Choose a tag to compare
  • Fixed a bug where missing optional requirements (xarray, dask) lead to an error
  • CI uses dependencies from setup.cfg now
  • Switched to threading backend for multiprocessing

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Jun 07:36
397ce5f
Compare
Choose a tag to compare

What's Changed

  • Fix error logging when csv file is missing in #86
  • Add xarray conversion functions in #87
  • Readme and dependencies updates in #88

Full Changelog: v1.4.1...v1.5.0

v1.4.1

06 May 15:10
Compare
Choose a tag to compare
  • Fixed a bug where some ISMN files could not be parsed correctly due to empty spaces in the sensor name (#81)
  • Parallel metadata collection now uses the repurpose package wrapper around joblib
  • Logging was improved for metadata collection

Full Changelog: v1.4.0...v1.4.1

v1.4.0

21 Feb 10:56
63462d0
Compare
Choose a tag to compare
  • Added ismn collect_metadata and ismn export_geojson CLI programs.
  • Added method to NetworkCollection to export metadata as (geo)json.
  • Added more options when plotting the station overview map.
  • Network citation list updated.
  • Faster ISMN_Interface generation for large datasets by skipping some checks

Full Changelog: v1.3.4...v1.4.0

v1.3.4

16 Jun 19:48
66d7980
Compare
Choose a tag to compare

Fixed bug with parsing sensor files for RISMA network in "header & files" format

v1.3.3

06 Mar 08:48
0972792
Compare
Choose a tag to compare
  • Continue metadata collection for station on any type of error (PR #64)

v1.3.2

21 Jan 15:25
d9b889e
Compare
Choose a tag to compare
  • Fix bug where station names in metadata can be different between Header and CEOP format.
  • Custom Sensor Metadata reader now also checks the measured variable.

v1.3.1

19 Jan 10:27
ced57ab
Compare
Choose a tag to compare

Added functionality to provide fill values with predefined custom metadata readers.
Documentation and constants updated.
ISMN_Interface.read_ts raised an error when np.int64 was passed.
Fixed for pygeogrids>=0.4.2 where dist=np.inf can be returned if no station within selected distance

v1.3.0

11 Jan 07:58
33a8fea
Compare
Choose a tag to compare
  • Add module to assign custom metadata readers to
  • Notebook added that describes using a custom metadata reader
  • RTD build uses a separate, smaller environment.yml now (and mamba)
  • ISMN_Interface now has a method to create an instance of itself for a selection of (ISMN_Interface.subset_from_ids)

v1.2.0

17 Dec 15:33
5227d94
Compare
Choose a tag to compare
  • Citation for COSMOS-UK network added
  • Metadata for empty variables now also generated
  • Added citation for SMN-SDR network (Issue #44)
  • Update station plots with keyword argument for font size