Tile Grid Systems¶
TileGrid¶
|
A tile grid specification for gridding data |
|
Retrieve tile grid specifications from a YAML file |
Attributes¶
the vertical/row numbers for all tiles |
|
the horizontal/column numbers for all tiles |
|
the number of rows in the TileGrid |
|
the number of columns in the TileGrid |
|
the affine transform for this TileGrid |
Geometry Tools¶
Methods for finding Tile
s that intersect with your geospatial data.
|
Return a Tile containing a given point (x, y) |
|
Yield Tile objects for this grid within a given bounds |
|
Yield tiles within a Region of Interest (ROI) |
Export¶
|
Return this TileGrid as a dictionary (e.g., to serialize) |
Return a |
|
|
Returns this grid of tiles as GeoJSON |
Tile¶
Attributes¶
This tile’s bounding box geometry |
|
The horizontal index of this tile in its tile specification |
|
The horizontal index of this tile in its tile specification |
|
The number of columns in this Tile |
|
The number of columns in this Tile |
|
The |
Methods¶
|
Return y/x pixel coordinates |
|
Return this Tile’s geometry as GeoJSON |