Oliver Lopez
Oliver Lopez
Hi, this pull request adds two features to Py6S: (1) The ability to save a text file with the `.mie` extension containing the results of the `MIE.f` subroutine (applies only...
The typical Geotiff images that I use have a description for each band that rioxarray sets as the `long_name` attribute. By default, images are read as `xarray.DataArray` with a `band`,...
## Renderer factory Vector tile layers can be [rendered](https://leaflet.github.io/Leaflet.VectorGrid/vectorgrid-api-docs.html#svg-vs-canvas) using either `L.canvas.tile` or `L.svg.tile`. Currently, only the canvas option is implemented in ipyleaflet and it's not doing a great job...
This pull request adds event coordinates to the message sent on click and mouseover on `GeoJSON.ts`. For example, here we can open a popup on the feature clicked by the...
This pull request fixes #1224 Update: also fixes the same issue with other types of zoom: - doubleClickZoom - touchZoom - boxZoom
As mentioned in the title, adding a control with a Play widget after the map is displayed somehow messes up the Play widget. Here's the code to reproduce the normal...
Updating `scroll_wheel_zoom` does not enable/disable the corresponding behavior on an existing map. Example: `scroll_wheel_zoom` is set to True initially, then the user updates it to `False`, but the map is...
This pull request adds a new feature to the ee_plugin that makes it easy to export images from an image collection, while allowing the user to leverage all the features...
I am trying to build a custom widget class that I want to use for popups in a couple of ipyleaflet Markers. The custom widget consists of a main HBox,...
## Description While exploring workarounds for [bug in solara](https://github.com/widgetti/solara/issues/790), I tried updating the `.lm-Widget` css style through [solara.Style](https://solara.dev/documentation/components/advanced/style), which breaks JupyterLab's UI itself:  same issue in JupyterLab desktop: ...