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
import hvplot.xarray import xarray as xr import cartopy.crs as ccrs import geoviews as gv ds = xr.tutorial.load_dataset("air_temperature").isel(time=slice(0, 100)) gv.tile_sources.CartoDark() * ds.hvplot("lon", "lat", crs=ccrs.PlateCarree(), projection=ccrs.GOOGLE_MERCATOR)
Tried switching the ordering to no avail
Removing crs/projection shows a map, although not correctly projected
Using the latest main of hvplot and geoviews
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried switching the ordering to no avail
Removing crs/projection shows a map, although not correctly projected
Using the latest main of hvplot and geoviews
The text was updated successfully, but these errors were encountered: