xarray_leaflet
xarray_leaflet copied to clipboard
An xarray extension for tiled map plotting.
With #44 the base URL is now automatically retrieved from JupyterLab, so in order to handle any other platform a function returning the base URL must be passed in `get_base_url`....
When showing a DataArray, every dimension other than `x` and `y` should be assigned to a slider, e.g. to be able to move through a time dimension. xref. #26
When a DataArray is passed without any CRS, we could assume that it is WGS 84 and write it automatically. Same for `nodata`, we could assume it's `np.nan` (if the...
The tile server is currently the Jupyter server, and because this is a different process than the kernel, the web handlers have to poll for the existence of the files,...
I am exploring a streamflow information data set in netCDF that has point lat/lon coordinates and am scouting for reusable xarray-related leaflet viewers. xaray_leaflet appears geared towards raster information, but...
A time dimension should be supported, through e.g. a slider, probably by changing the URL. A time range could also be supported, which would allow to compute aggregation operations (e.g....
This could be done by using https://github.com/corteva/geocube to rasterize geopandas vector data.
This would basically work like `xarray.DataArray.leaflet.plot()`, with an additional `LayersControl` (or a dropdown widget) to show/hide data variables in the Dataset (provided that all data variables are compatible).
Bumps [vega](https://github.com/vega/vega) from 5.21.0 to 5.23.0. Release notes Sourced from vega's releases. v5.23.0 Changes from v5.22.1: This version contains dependency updates, bug fixes, and security patches, plus a few extra...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb [actions] add reusable workflows e115b63 [eslint] add eslint; rules to enable...