Recent Releases of ismn

ismn - v1.5.2

  • Fixed dependency list for ismn[plot] install (PyQt5 and cartopy>=0.22)
  • Use repurpose.process.parallel_process now

Full Changelog: https://github.com/TUW-GEO/ismn/compare/v1.5.1...v1.5.2

- Python
Published by wpreimes 12 months ago

ismn - v1.5.1

  • 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: https://github.com/TUW-GEO/ismn/compare/v1.5.0...v1.5.1

- Python
Published by wpreimes over 1 year ago

ismn - v1.5.0

What's Changed

  • Fix error logging when csv file is missing in https://github.com/TUW-GEO/ismn/pull/86
  • Add xarray conversion functions in https://github.com/TUW-GEO/ismn/pull/87
  • Readme and dependencies updates in https://github.com/TUW-GEO/ismn/pull/88

Full Changelog: https://github.com/TUW-GEO/ismn/compare/v1.4.1...v1.5.0

- Python
Published by wpreimes over 1 year ago

ismn - v1.4.1

  • Fixed a bug where some ISMN files could not be parsed correctly due to empty spaces in the sensor name (https://github.com/TUW-GEO/ismn/issues/81)
  • Parallel metadata collection now uses the repurpose package wrapper around joblib
  • Logging was improved for metadata collection

Full Changelog: https://github.com/TUW-GEO/ismn/compare/v1.4.0...v1.4.1

- Python
Published by wpreimes almost 2 years ago

ismn - v1.4.0

  • Added ismn collectmetadata and ismn exportgeojson 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: https://github.com/TUW-GEO/ismn/compare/v1.3.4...v1.4.0

- Python
Published by wpreimes about 2 years ago

ismn - v1.3.4

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

- Python
Published by wpreimes over 2 years ago

ismn - v1.3.3

  • Continue metadata collection for station on any type of error (PR #64)

- Python
Published by wpreimes almost 3 years ago

ismn - v1.3.2

  • 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.

- Python
Published by wpreimes about 3 years ago

ismn - v1.3.1

Added functionality to provide fill values with predefined custom metadata readers. Documentation and constants updated. ISMNInterface.readts 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

- Python
Published by wpreimes about 3 years ago

ismn - v1.3.0

  • 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)
  • ISMNInterface now has a method to create an instance of itself for a selection of (ISMNInterface.subsetfromids)

- Python
Published by wpreimes about 3 years ago

ismn - v1.2.0

  • 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

- Python
Published by wpreimes about 4 years ago

ismn - v1.1.0

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.

- Python
Published by wpreimes over 4 years ago

ismn - v1.0.1

  • Remove setuptools_scm from dependencies
  • Remove option to pip install ismn[plot] for now.

- Python
Published by wpreimes over 4 years ago

ismn - v1.0

  • 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.

- Python
Published by daberer over 4 years ago

ismn - v0.4

  • Update package structure with pyscaffold 3
  • Drop support for python 2
  • Add readts alias read() in ISMNInterface
  • Add pypi deployment to travis yml

- Python
Published by daberer over 5 years ago

ismn - v0.3.2

Add function to initialise different network

- Python
Published by daberer over 6 years ago

ismn - v0.3.1

  • Set allow_pickle to True when loading metadata

- Python
Published by wpreimes almost 7 years ago

ismn - v0.3

Added information about landcover and climate to metadata

- Python
Published by tracyscanlon almost 7 years ago

ismn - v0.2

  • Add additional authors.

- Python
Published by cpaulik over 8 years ago

ismn - v0.1

  • Moved code from pytesmo into this package.

- Python
Published by cpaulik over 8 years ago