API reference
- gridkit
- _statistical_functions
- base_grid
BaseGrid
BaseGrid.definition
BaseGrid.crs
BaseGrid.size
BaseGrid.dx()
BaseGrid.dy()
BaseGrid.cell_height
BaseGrid.cell_width
BaseGrid.offset
BaseGrid.rotation
BaseGrid.rotation_matrix
BaseGrid.rotation_matrix_inv
BaseGrid.area
BaseGrid.centroid()
BaseGrid.cells_near_point()
BaseGrid.to_bounded()
BaseGrid.relative_neighbours()
BaseGrid.neighbours()
BaseGrid.cell_at_point()
BaseGrid.cell_corners()
BaseGrid.is_aligned_with()
BaseGrid.to_crs()
BaseGrid.parent_grid
BaseGrid.anchor()
BaseGrid.parent_grid_class
BaseGrid.cells_in_bounds()
BaseGrid.are_bounds_aligned()
BaseGrid.align_bounds()
BaseGrid.intersect_geometries()
BaseGrid.to_shapely()
BaseGrid.interp_from_points()
BaseGrid.update()
- bounded_grid
BoundedGrid
BoundedGrid.data
BoundedGrid.dtype
BoundedGrid.astype()
BoundedGrid.update()
BoundedGrid.copy()
BoundedGrid.bounds
BoundedGrid.mpl_extent
BoundedGrid.corners
BoundedGrid.width
BoundedGrid.height
BoundedGrid.cellsize
BoundedGrid.nr_cells
BoundedGrid.intersects()
BoundedGrid.shared_bounds()
BoundedGrid.combined_bounds()
BoundedGrid.crop()
BoundedGrid.intersecting_cells()
BoundedGrid.numpy_id_to_grid_id()
BoundedGrid.grid_id_to_numpy_id()
BoundedGrid.indices
BoundedGrid.assign()
BoundedGrid.value()
BoundedGrid.nodata()
BoundedGrid.percentile()
BoundedGrid.interp_nodata()
BoundedGrid.interpolate()
BoundedGrid.argmax()
BoundedGrid.argmin()
BoundedGrid.max()
BoundedGrid.mean()
BoundedGrid.median()
BoundedGrid.min()
BoundedGrid.resample()
BoundedGrid.std()
BoundedGrid.sum()
- doc_utils
- errors
- hex_grid
HexGrid
HexGrid.definition
HexGrid.rotation_matrix
HexGrid.rotation_matrix_inv
HexGrid.side_length
HexGrid.area
HexGrid.offset
HexGrid.dx
HexGrid.dy
HexGrid.r
HexGrid.shape
HexGrid.to_bounded()
HexGrid.relative_neighbours()
HexGrid.centroid()
HexGrid.cells_near_point()
HexGrid.cell_at_point()
HexGrid.cell_corners()
HexGrid.to_crs()
HexGrid.cells_in_bounds()
HexGrid.subdivide()
HexGrid.parent_grid_class
HexGrid.update()
BoundedHexGrid
BoundedHexGrid.height
BoundedHexGrid.width
BoundedHexGrid.nr_cells
BoundedHexGrid.lon
BoundedHexGrid.lat
BoundedHexGrid.intersecting_cells()
BoundedHexGrid.crop()
BoundedHexGrid.cell_corners()
BoundedHexGrid.to_shapely()
BoundedHexGrid.to_crs()
BoundedHexGrid.numpy_id_to_grid_id()
BoundedHexGrid.argmax()
BoundedHexGrid.argmin()
BoundedHexGrid.grid_id_to_numpy_id()
BoundedHexGrid.max()
BoundedHexGrid.mean()
BoundedHexGrid.median()
BoundedHexGrid.min()
BoundedHexGrid.std()
BoundedHexGrid.sum()
BoundedHexGrid.interp_nodata()
BoundedHexGrid.centroid()
BoundedHexGrid.anchor()
BoundedHexGrid.update()
- index
validate_index()
concat()
GridIndex
GridIndex.from_index_1d()
GridIndex.x
GridIndex.y
GridIndex.shape
GridIndex.unique()
GridIndex.sort()
GridIndex.intersection()
GridIndex.difference()
GridIndex.isdisjoint()
GridIndex.issubset()
GridIndex.issuperset()
GridIndex.index_1d
GridIndex.ravel()
GridIndex.append()
GridIndex.delete()
GridIndex.copy()
- io
- rect_grid
RectGrid
RectGrid.definition
RectGrid.side_length
RectGrid.dx
RectGrid.dy
RectGrid.size
RectGrid.to_bounded()
RectGrid.relative_neighbours()
RectGrid.centroid()
RectGrid.cells_near_point()
RectGrid.cell_at_point()
RectGrid.cell_corners()
RectGrid.to_crs()
RectGrid.cells_in_bounds()
RectGrid.subdivide()
RectGrid.parent_grid_class
RectGrid.update()
BoundedRectGrid
BoundedRectGrid.nr_cells
BoundedRectGrid.lon
BoundedRectGrid.lat
BoundedRectGrid.centroid()
BoundedRectGrid.intersecting_cells()
BoundedRectGrid.crop()
BoundedRectGrid.cell_corners()
BoundedRectGrid.to_shapely()
BoundedRectGrid.to_crs()
BoundedRectGrid.numpy_id_to_grid_id()
BoundedRectGrid.argmax()
BoundedRectGrid.argmin()
BoundedRectGrid.grid_id_to_numpy_id()
BoundedRectGrid.max()
BoundedRectGrid.mean()
BoundedRectGrid.median()
BoundedRectGrid.min()
BoundedRectGrid.std()
BoundedRectGrid.sum()
BoundedRectGrid.anchor()
BoundedRectGrid.interp_nodata()
- tile
- tri_grid
TriGrid
TriGrid.definition
TriGrid.dx
TriGrid.dy
TriGrid.r
TriGrid.side_length
TriGrid.centroid()
TriGrid.cell_corners()
TriGrid.cell_at_point()
TriGrid.cells_in_bounds()
TriGrid.cells_near_point()
TriGrid.subdivide()
TriGrid.is_cell_upright()
TriGrid.parent_grid_class
TriGrid.relative_neighbours()
TriGrid.neighbours()
TriGrid.to_bounded()
TriGrid.to_crs()
TriGrid.anchor()
TriGrid.update()
BoundedTriGrid
BoundedTriGrid.centroid()
BoundedTriGrid.intersecting_cells()
BoundedTriGrid.crop()
BoundedTriGrid.cell_corners()
BoundedTriGrid.to_shapely()
BoundedTriGrid.to_crs()
BoundedTriGrid.anchor()
BoundedTriGrid.numpy_id_to_grid_id()
BoundedTriGrid.grid_id_to_numpy_id()
BoundedTriGrid.argmax()
BoundedTriGrid.argmin()
BoundedTriGrid.max()
BoundedTriGrid.mean()
BoundedTriGrid.median()
BoundedTriGrid.min()
BoundedTriGrid.std()
BoundedTriGrid.sum()
- version