-
### Environment Information
This was noticed while testing `leafmap` on the JupyterLite deployment on https://demo.leafmap.org/lab/index.html.
### Description
Trying to import `leafmap` o…
-
### Environment Information
- leafmap version: 0.23.1
- Python version: 3.10.11
- Operating System: Windows
### Description
Using add_cog_layer overrides location and zoom level. …
-
I am generating a tile server using the `leafmap` package, to add a raster TIFF file. The file renders correctly in QGIS for example, only showing data where data exists (see image 1). But when genera…
-
The source code is adapted from [folium-pmtiles](https://github.com/jtmiclat/folium-pmtiles). For now, it only supports folium. It would be great to support ipyleaflet as well.
```python
import f…
-
Hi. I am using the following code to display RGB (.tif) image on the folium map:
```python
import rasterio as rio
import folium
from pyproj import Transformer
## LC08 RGB Image
in_path = 'RGB…
-
### Environment Information
- leafmap version: 0.1.0
- Python version: 3.7.10
- Operating System: Windows
### Description
After installing xarray-leaflet, I tried to add a Geotiff ras…
-
### Description
Allow palette customisation of cog layers
Palette is currently stretched to min/max of data
Could use the vmin and vmax arguments to set the palette min/max
Below the rende…
-
Users are going to want to load a merged_multispectural tif for each year they download imagery for. `leafmap`'s default method to load rasters onto the map `load_raster` takes about 15 seconds to loa…
-
The tile URL returned from the PC STAC API stops working if there is an expression in it, such as `{expression': '(SR_B5-SR_B4)/(SR_B5+SR_B4)}'` for calculating NDVI. Here is an example that can repro…
-
### Description
`leafmap.Map.add_raster_legacy` is taking a image (in image_path in this context) as a path and crash if the path didn't exist.
This prevent the usage of remote (s3, cog ...) image…