Skip to content

Releases: rileyhales/grids

0.15 handle groups and mask orientation

22 Sep 19:47
f8799c3
Compare
Choose a tag to compare

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

0.14 fix querying time ranges with shape files

13 Sep 17:26
1bd49cc
Compare
Choose a tag to compare

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

0.13 query by feature in a shape

13 Sep 15:57
Compare
Choose a tag to compare
  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

0.12 Return values stat, naming convention consistency

08 Sep 02:36
5c62500
Compare
Choose a tag to compare
Merge pull request #11 from rileyhales/returnvalues

Return Values

0.11 Improved ability to query temporal subsets

20 Aug 04:26
628ecdf
Compare
Choose a tag to compare
Merge pull request #9 from rileyhales/time_filters

Improved ability to query temporal subsets

0.10 query multiple variables at once

30 Jun 00:34
65c31a0
Compare
Choose a tag to compare
Merge pull request #8 from rileyhales/multivar

Multivar

0.9 bug fixes

28 Jun 05:52
Compare
Choose a tag to compare
fix bug from reorganizing constants

0.8 guess time dimension name based on dim_order

28 Jun 05:38
Compare
Choose a tag to compare
guess time variable/dimension name

0.7 multipoint queries

28 Jun 03:37
9050b19
Compare
Choose a tag to compare
Merge pull request #7 from rileyhales/mpoint

multipoint queries

0.5 More masking options

20 Mar 23:04
7fbb88a
Compare
Choose a tag to compare

add additional options for masking spatial arrays with vector data