Recent Releases of grids

grids - 0.15 handle groups and mask orientation

The code checks if masks need to be vertically flipped (if y values are increasing instead of decreasing) or transposed (if the dimension order is x, y instead of y,x)

Also allows users to specify the name of the x/y coordinate variables/dimensions if they are held in groups. Increases flexibility for standards non-conforming datasets

- Python
Published by rileyhales over 4 years ago

grids - 0.14 fix querying time ranges with shape files

Fix ability to query a range of time steps when querying with shapefiles

- Python
Published by rileyhales over 4 years ago

grids - 0.13 query by feature in a shape

  1. stats = box, boxplot, or boxwhisker generates a list of max, 75%, median, mean, 25%, and min
  2. rename the labelby kwarg to label_attr to be more specific
  3. behavior = feature for TimeSeries.shape queries. Limits the provided polygon shapefile data to where the label_attr == the value provided in the "feature" argument

- Python
Published by rileyhales over 4 years ago

grids - 0.12 Return values stat, naming convention consistency

- Python
Published by rileyhales over 4 years ago

grids - 0.11 Improved ability to query temporal subsets

- Python
Published by rileyhales over 4 years ago

grids - 0.10 query multiple variables at once

- Python
Published by rileyhales over 4 years ago

grids - 0.9 bug fixes

- Python
Published by rileyhales over 4 years ago

grids - 0.8 guess time dimension name based on dim_order

- Python
Published by rileyhales over 4 years ago

grids - 0.7 multipoint queries

- Python
Published by rileyhales over 4 years ago

grids - 0.5 More masking options

add additional options for masking spatial arrays with vector data

- Python
Published by rileyhales almost 5 years ago

grids - 0.4 shape series improvements

Grids no longer checks, validates, reprojects, etc shapefile data. The user needs to put their polygon spatial data into a CRS which matches the source gridded data in advance of using it for time series extraction.

When getting data for polygon masking, get 1 time step at a time. On some datasets with extremely large time dimensions, the requests were rejected or took way too long to execute.

- Python
Published by rileyhales about 5 years ago

grids - 0.3 optimize requesting data from remote sources

- Python
Published by rileyhales about 5 years ago

grids - 0.2 Test release

Release for obtaining a DOI in anticipation of upcoming journal publication

- Python
Published by rileyhales about 5 years ago