Skip to content

Commit

Permalink
add param docs for DriverVectorCube __init__ Open-EO/openeo-geopyspar…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVerstraelen committed Mar 4, 2024
1 parent f57b976 commit ffa2188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openeo_driver/datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ def __init__(
cube: Optional[xarray.DataArray] = None,
):
"""
:param geometries:
:param cube:
:param flatten_prefix: prefix for column/field/property names when flattening the cube
:param geometries: GeoDataFrame with geometries and properties.
:param cube: Optional DataArray with dimensions (geometry (r), time (o), bands/properties (o)),
r = required, o = optional.
Note that cube can only have a single dtype. For e.g. vector_to_raster, we'd like to keep this numeric.
"""
# TODO #114 EP-3981: lazy loading (like DelayedVector)?
if cube is not None:
Expand Down

0 comments on commit ffa2188

Please sign in to comment.