Skip to content

Commit

Permalink
Add new geobox methods to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Apr 27, 2022
1 parent e0c9c44 commit 15bc1f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/geobox.rst
Expand Up @@ -5,22 +5,28 @@ GeoBox
.. autosummary::
:toctree: _api/

GeoBox.from_geopolygon
GeoBox.from_bbox
GeoBox.affine
GeoBox.alignment
GeoBox.boundary
GeoBox.buffered
GeoBox.coordinates
GeoBox.coords
GeoBox.crs
GeoBox.dimensions
GeoBox.dims
GeoBox.extent
GeoBox.flipx
GeoBox.flipy
GeoBox.from_geopolygon
GeoBox.extent
GeoBox.footprint
GeoBox.boundingbox
GeoBox.geographic_extent
GeoBox.overlap_roi
GeoBox.height
GeoBox.is_empty
GeoBox.left
GeoBox.right
GeoBox.top
GeoBox.bottom
GeoBox.pad
GeoBox.pad_wh
GeoBox.resolution
Expand Down
1 change: 1 addition & 0 deletions odc/geo/geobox.py
Expand Up @@ -114,6 +114,7 @@ def from_bbox(
:return:
:py:class:`~odc.geo.geobox.GeoBox` that covers supplied bounding box.
"""
# pylint: disable=too-many-locals

_snap: Optional[XY[float]] = None

Expand Down

0 comments on commit 15bc1f8

Please sign in to comment.