We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this is a bug, or incorrect use. I followed the approach on https://earthdaily.github.io/earthdaily-python-client/_auto_examples/first_steps_create_datacube.html (Create datacube in three steps):
The text was updated successfully, but these errors were encountered:
I updated the approach to use the ag_cloud_mask but get an error:
ag_cloud_mask
datacube = earthdaily.earthdatastore.datacube( filtered_items, intersects=gdf, assets=["blue", "green", "red", "nir", "scl"], resolution=RESOLUTION, crs="EPSG:3857", rescale=rescale, mask_with = "ag_cloud_mask", ).load() datacube = earthdaily.earthdatastore.mask.Mask(datacube, intersects=gdf).ag_cloud_mask( mask_statistics=True ) KeyError: "No variable named 'ag_cloud_mask'. Variables on the dataset include ['blue', 'y', 'x', 'time', 'spatial_ref', 'green', 'red', 'nir', 'scl']"
Sorry, something went wrong.
No branches or pull requests
Not sure if this is a bug, or incorrect use. I followed the approach on https://earthdaily.github.io/earthdaily-python-client/_auto_examples/first_steps_create_datacube.html (Create datacube in three steps):
The text was updated successfully, but these errors were encountered: