Releases: TUW-GEO/pygeogrids
Releases · TUW-GEO/pygeogrids
v0.2.4
- 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
v0.2.2
v0.2.1
v0.2.0 - changed shape definition and bugfixes
- 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
v0.1.7
v0.1.6 - Add geodetic datum support
- 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
Bugfix release and new feature for extracting subgrids
- fix bug in lookuptable generation when gpis have custom ordering
- add functions for getting subgrids from cells and gpis namely
subgrid_from_gpis
andsubgrid_from_cells