Skip to content
New issue

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

traceback is shown instead of hvplot result due to index error #27

Open
rbavery opened this issue Jul 25, 2024 · 1 comment
Open

traceback is shown instead of hvplot result due to index error #27

rbavery opened this issue Jul 25, 2024 · 1 comment
Labels
content Content related issue

Comments

@rbavery
Copy link

rbavery commented Jul 25, 2024

https://projectpythia.org/landsat-ml-cookbook/notebooks/1.0_Data_Ingestion-Geospatial.html#set-the-crs-attribute

@rbavery rbavery added the content Content related issue label Jul 25, 2024
@rbavery
Copy link
Author

rbavery commented Jul 25, 2024

this problem is only present when geo=True

da.hvplot.image(
    x="x", y="y", cmap="viridis", geo=True, alpha=.9, tiles="ESRI", xlabel="Longitude", ylabel="Latitude", colorbar=False, aspect=1,
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Content related issue
Projects
None yet
Development

No branches or pull requests

1 participant