Recent Releases of pysatmadrigal

pysatmadrigal - v0.2.0 Release

The v0.2.0 release performs general maintenance, improves documentation, and expands the supported Madrigal data sets. This is a beta release.

Change Summary

  • Enhancements
    • Added Instruments or tags for the: OMNI-2 IMF, Dst, Geomagnetic indices, NGDC AE, and GNSS Slant TEC
    • Cleaned up the general pandas Instrument to include only data sets that work correctly
    • Moved warning for no cleaning of JRO ISR data to preprocess
  • Maintenance
    • Replaced setup.py with pyproject.toml
    • Updated to current ecosystem standards

- Python
Published by aburrell almost 2 years ago

pysatmadrigal - v0.1.0 Release

The v0.1.0 release improves unit and CI testing, documentation, and expands the supported Madrigal data sets. This is a beta release.

Change Summary

  • Enhancements
    • Improved definitions of general and GNSS meta data
    • Removed unused logic in cleaning routines
    • Moved warning for no cleaning of JRO ISR data to preprocess
    • Added a general Madrigal instrument for time-series data
    • Added functions to specify all known Madrigal instrument codes and file formats
    • Adapted general listing functions to allow file formats with '*' wildcards between '.' delimiters, required for some Madrigal file formats
    • Standardized the Instrument method kwarg defaults
    • Added 'site' tag to the GNSS TEC Instrument
    • Added support for varied use of two_digit_year_break to methods.general.list_remote_files
    • Implemented two_digit_year_break support for vtec GNSS TEC Instrument
    • Implemented directory creation function in pysat
  • Documentation
    • Added examples for JRO and GNSS data
    • Improved the docstring and CHANGELOG style
  • Testing
    • Added unit tests for DMSP, general, JRO, and GNSS methods
    • Added the packaging module to handle version logic
    • Added quick-fail for main pytest command
  • Bug
    • Fixed bugs in the coordinate conversion functions
  • Maintenance
    • Updated GitHub action and NEP29 versions
    • Updated the minimum Madrigal version to allow HDF4 downloads
    • Update pysat instrument testing suite, pytest syntax
    • Add manual GitHub Actions tests for pysat RC

- Python
Published by aburrell almost 3 years ago

pysatmadrigal - v0.0.4 Release

The v0.0.4 release is a release designed to smoothly integrate all updates made to pysat 3.0.0. This is an alpha release.

Change Summary

  • Make structural changes to comply with pysat 3.0.0 updates
  • Improved documentation
  • Deprecated: pysatMadrigal.methods.madrigal was changed to pysatMadrigal.methods.general
  • Bug fixes:
    • Fixed remote listing routine (was previously using experiments instead of filenames)
    • Fixed routine dependent on xarray to comply with their updates
  • Enhancements:
    • Added a GNSS VTEC instrument
    • Added download/load support for netCDF and simple ASCII files

- Python
Published by aburrell over 4 years ago

pysatmadrigal - pypi compatibility

Minor updates to setup files to be pip compatible

- Python
Published by jklenzing over 5 years ago

pysatmadrigal - Link to zenodo

- Python
Published by jklenzing almost 6 years ago

pysatmadrigal - Alpha release

Initial version of the instruments, exported directly from pysat develop-3 branch.

Primary function here is to aid in developing tests for distributed instruments.

- Python
Published by jklenzing almost 6 years ago