Release Date: 2022-Jan-25
- Fix core dump error after running test suite (PR #98)
- Use GitHub Actions for continuous integration (PR #99)
- Add script to generate manifest of files requested from database (PR #100)
- Use pipenv and a Makefile to handle package installation (PR #111)
- Update nchelpers to 5.5.8 to handle CMIP6 datasets (PR #114)
Release Date: 2020-Jul-6
- Handle problems with >63 character identifiers (PR #85)
- Index time-invariant datasets (PR #89)
- Drop support for Python <3.6 (PR #91)
- Allow GetFeatureInfo requests (PR #94)
- Fix the package to install ncwms_configurator (PR #83)
- Upgrade netCDF4 requirements to 1.5.x
Release Date: 2018-Aug-22
- Model discrete sampling geometry datasets
- Add migration 12f290b63791: handle variant sampling geometries (station-based, non-gridded data files)
- Indexer handles discrete sampling geometry data files, such as streamflow output files. Requires nchelpers>=5.5.0.
- Indexer: Set Grid.srid
Release Date: 2017-Nov-23
- Index gridded observations data files Requires nchelpers>=5.2.0. This is a workaround pending a more complete solution to the problem of storing metadata for non-CMIP*/climate data derived files.
Release Date: 2017-Nov-03
- Indexer handles files with 360-day calendars. Requires nchelpers>=5.1.2.
Release Date: 2017-Oct-06
- Make
index_netcdf
,associate_ensemble
,list
, andlist-csv
executable on the command line.
Release Date: 2017-Oct-06
OK, so we shouldn't have waited so long to make a new release.
Key changes:
index_netcdf
- Meet revised PCIC metadata standard
- Prevent errors during processing from leaving a mess in the database: Handle each file's processing in one transaction
- Fix bug in converting numpy types to Postgres database types: Define psycopg2 adapters for numpy types
- Store full path (realpath) to indexed file
associate_ensemble
:- Associate by regex or perfect match to DataFile.filename
- Allow specifying variable(s) to associate
Other changes:
- Use a Postgres test database
- Add flag in
ncwms_configurator
to output ncWMS version 2 - Make mm_cataloguer code meet PEP8 standards
- Migrate utility functions
get_climatology_bounds
,get_extended_time_range
to nchelpers - Add
ce_meta
database toalembic.ini
; update related documentation - Add Alembic migration to create initial v2 database
- Add database content listing scripts
- Add UML diagram (in Dia) of ORM v2 view of database
Release Date: 2017-Jul-24
- Adds value 'seasonal' to enum type timescale for TimeSet.time_resolution
- Introduces Alembic database migration manager.
- Defines Alembic migration for enum type as above.
- Translate indexer to Python:
index_netcdf.py
- better stronger faster - Other things it is taking too long to untangle
Release Date: 2015-Aug-26
Description not available
Release Date: 2014-Oct-22
Description not available
Release Date: 2014-Oct-22
Description not available