Skip to content

Releases: pyoceans/gridgeo

v1.6.0

07 Jul 19:13
25212f5

Choose a tag to compare

What's Changed

  • feat: change tests workflow to Github Actions by @nilodna in #51
  • feat: moving documentation workflow from travis to github actions by @nilodna in #52
  • feat: removing deprecated files from old travis CI workflow by @nilodna in #53
  • feat: changing to setuptools_scm by @nilodna in #54
  • Modernize by @ocefpaf in #55
  • pypi doesn't like this by @ocefpaf in #56

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2

22 Feb 21:05
380d4a8

Choose a tag to compare

  • fixing wheel metadata, part 2

v1.5.1

22 Feb 17:45
0abdea6

Choose a tag to compare

  • fixed metadata and PyPI rendering

v1.5.0

14 Feb 14:56

Choose a tag to compare

  • CFVariable axis methods will error out when more than 1 coords is found.

v1.4.0

19 Jul 16:24
b2f31de

Choose a tag to compare

  • Fixed non-string properties bug in #40

v1.3.0

24 Apr 12:55
b4e67c4

Choose a tag to compare

Version 1.3.0

  • Implemented most of netCDF4.Variable methods and properties in CFVariable.
    Things like var.shape or var.size will work by default without the need to
    request the original variable object.

v1.2.0

20 Apr 20:53
f5a1628

Choose a tag to compare

  • Return the array of polygons and the shapely geometry instead of only the shapely geometry
  • Get the CRS using the CF grid_mapping attribute.
  • Use the newer and faster unary_union() instead of cascaded_union() to compute the grid outline.

v1.0.1

26 Mar 15:37
a0e86c4

Choose a tag to compare

Changelog

Version 1.0.1

  • Cast connectivity array to int.

v1.0.0

16 Mar 20:31
1333bbb

Choose a tag to compare

Version 1.0.0

  • Construct the grid based on the variables rather the datasets.
    The variables are CF's smallest unit and the only way to get a unique valid grid for SGRID.
  • Dropped the dependency on iris, cartopy, pysgrid, and pyugrid.
  • Dropped raster object in lieu of the actual x,y or triangle data for plotting.
  • Added an option to reduce the precision for the GeoJSON.
  • Grid parsing is now done with a grid-aware CFVariable object.
  • Dropped parsing grid from iris.cube.
  • Grids names are 'ugrid', 'sgrid', 'unknown_1d', and 'unknown_2d'.

v0.2.1

02 Sep 17:04

Choose a tag to compare

Changelog

Version 0.2.1

  • Use latest pysgrid API.