Skip to content

Releases: TUW-GEO/pygeogrids

v0.2.4

14 Aug 14:12
Compare
Choose a tag to compare
  • Add option to subset a grid with a shape file (OGRGeometry) in
    get_shp_grid_points.
  • Add shapefile module for reading shapefiles from
    http://biogeo.ucdavis.edu/data/gadm2.8/gadm28_levels.shp.zip by Global
    Administrative Level
  • Ensure that get_bbox_grid_points returns points while taking cell order into
    account.

v0.2.3

28 Mar 15:21
Compare
Choose a tag to compare
  • Fix bug in calc_lut in case of differently ordered subset of a grid.
  • Add function to reorder grid based on different cell size. (See grids.reorder_to_cellsize)

v0.2.2

17 Jan 14:02
Compare
Choose a tag to compare
  • Add option to load grids with non standard variable name for gpis.

v0.2.1

15 Nov 13:16
Compare
Choose a tag to compare
  • Fix bug in gpi2lonlat with subset, see #42
  • Add simple script for plotting a global cell partitioning.

v0.2.0 - changed shape definition and bugfixes

17 Jun 08:47
Compare
Choose a tag to compare
  • fix bug in storing/loading grids with shape attribute set.
  • change equality check of grids to be more flexible. Now only a match of the
    tuples gpi, lon, lat, cell is checked. The order does no longer matter.
  • Shape definition changed to correspond to what one would expect. Now a 1x1
    regular global grid has the shape (180, 360) corresponding to the 180 rows and
    360 columns that the array has. This was necessary since the genreg_grid
    function produced grids with wrong lon2d, lat2d arrays because the shape was
    not correct

v0.1.9

17 Jun 08:48
Compare
Choose a tag to compare
  • bugfix in lonlat2cell. Improvements in dependency installation and
    documentation.

v0.1.7

17 Jun 08:48
Compare
Choose a tag to compare
  • bugfix in gpi2lonlat. Now supports array as input.

v0.1.6 - Add geodetic datum support

17 Jun 08:50
Compare
Choose a tag to compare
  • add geodatic datum functionality to grid objects
  • This release changes nearest neigborhood search slightly since the default is now an ellipsoid and no longer a sphere

v0.1.5

17 Jun 08:50
Compare
Choose a tag to compare
  • bugfix of subgrid creation which returned wrongly shaped subarrays

Bugfix release and new feature for extracting subgrids

30 Sep 11:57
Compare
Choose a tag to compare
  • fix bug in lookuptable generation when gpis have custom ordering
  • add functions for getting subgrids from cells and gpis namely subgrid_from_gpis and subgrid_from_cells