- Fix extent in
open_xarray_conn
. - Fix load env values.
- Fix assert in filter test.
- Add parameter
method=outside
toopen_xarray_conn
.
- Fix SECRET_AUTH env key is not required.
- Add enconding to compress netCDF4.
- Use the
.env
file to find out what environment it is in and where to record the log. - Change
setup.py
topyproject.toml
- Fix join multiples datasets in
catalog.download
. - Fix error in 0.8.5
- Fix close dataset. This error was only on Windows.
- Fix
get_by_product_filtered_by_name
.
- Download multiples files from catalog and merge them into one
- Dates and extent is optional for download datsets
- Default format is netCDF4 now.
- Add optional
format
parameter fordatetime_to_string
andstring_to_datetime
functions.
- Open all datasets in a catalog using xarray
- Fix lxml dependency
- Fix Variables returning variable objects
- Remove Products.get_by_name_alias method
- Add Products.filter method
- Dates are datetime, not str
- Auth config using id instead of name
- Auth using a tuple as parameter auth=(user,pw)
- Add str and repr method to classes
- start and end are optional opening a xarray connection
- fix open_xarray_conn in catalog
- Filter xarray dataset by date and extent
- Add credential data to opendap url
- Add latest dataset as a catalog property
- Get xarray connection from a dataset
- Get xarray connection of the datasets from a catalog
- Get variables from a product
- Filter variables using nameShort
- Add metadata info to netcdf (offset, scale factor and date) (0.3.4)
- Fix error in previous version. Improved tests
- Replace values == _fillvalue with None
- Fix test data (v0.3.1)
- Add new method
get_by_product_filtered_by_name
in Variable. (v0.3.2)
- Calculate correct value using offset and scale factor.
- Begin and end dates are optional
- Fix product properties
- Fix test result
- Update linux instructions and add for windows
- Remove
pkg-resources==0.0.0
fromrequirements.txt
.
- Download dataset file as the original.
- Consult product list
- Get a product by id / name / alias
- Get variables of a product
- Access a catalog based on a product
- Access to protected catalogs with authentication.
- Obtain characteristics of the dataset that make up the catalog (dates, areas)
- Obtain data for a point in a date period
- Download the data for a point in CSV and netcdf format
- Download in netcdf format the data for an area