Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

v0.12 Better time interpretation and file reading

Latest
Compare
Choose a tag to compare
@rileyhales rileyhales released this 21 Aug 21:40
· 3 commits to master since this release
4b29bd1

This release:

adds the ability to read files from opendap url sources for any file that would typically be accessible through xarray and opendap. Be aware of the bottleneck that will come when extracting a time series from datasets being read exclusively from opendap sources.

adds 4 total options to format the timestamps for each data file. the best option is to try to interpret the Climate and Forecast standard's time unit string, followed by extracting the date from the file name, then using the numerical array values, then using the file name. This should help with datasets that do not conform to standards or otherwise behave irregularly.

Removes non-production-worthy code in the convert module. You should use geopandas or other similar utilities for conversions.