Skip to content

Releases: TUW-GEO/ismn

v1.1.0

13 Jul 16:23
c809f12
Compare
Choose a tag to compare
Fixed bug in the metadata dataframe when not using all available networks.
Citation export functions added to Collection and Network components.
Citations for all networks are now stored in this package until they are reliably provided together with the data
It is now possible to pass multiple allowed variables when filtering sensors.

v1.0.1

01 Jun 17:12
ba6f4b4
Compare
Choose a tag to compare
  • Remove setuptools_scm from dependencies
  • Remove option to pip install ismn[plot] for now.

v1.0

01 Jun 08:31
7b52a6a
Compare
Choose a tag to compare
  • Rewrite package, objects for Networks, Stations, Sensors etc.
  • Update ISMN_Interface to use new components, similar behaviour to old interface.
  • Add MetaVar and MetaData modules for ismn metadata handling.
  • Data readers are now collected in filehandler class.
  • Metadata for soil layers is now filter by the sensor depth.
  • Support reading from zip archive and extracted folders.
  • New python_metadata structure (no absolute paths, no pickle format).
  • Drop support for old ceop format (new ceop_sep format is supported!).
  • Move lookup tables to const.py
  • Update docs and tests.
  • Use Github Actions instead of Travis CI.

v0.4

29 Jul 20:10
9e1a358
Compare
Choose a tag to compare
  • Update package structure with pyscaffold 3
  • Drop support for python 2
  • Add read_ts alias read() in ISMN_Interface
  • Add pypi deployment to travis yml

v0.3.2

06 Nov 13:28
Compare
Choose a tag to compare

Add function to initialise different network

v0.3.1

10 May 13:29
ceacf69
Compare
Choose a tag to compare
  • Set allow_pickle to True when loading metadata

v0.3

21 Feb 14:37
5a0995a
Compare
Choose a tag to compare

Added information about landcover and climate to metadata

v0.2

31 Aug 14:28
Compare
Choose a tag to compare
  • Add additional authors.

v0.1

31 Aug 09:42
Compare
Choose a tag to compare
  • Moved code from pytesmo into this package.