A Python package for geospatial analysis and interactive mapping in a Jupyter environment.
{
"context": "Evaluates how well the solution uses leafmap to assemble and export an interactive map combining COG, PMTiles, and NetCDF layers with correct scaling and controls.",
"type": "weighted_checklist",
"checklist": [
{
"name": "COG layer",
"description": "Loads the provided COG URL with leafmap.Map/add_cog_layer (or equivalent raster helper), applies the requested color map, rescales to the source value range, and fits the map view to the raster bounds.",
"max_score": 25
},
{
"name": "PMTiles overlay",
"description": "Adds the PMTiles source using add_pmtiles (or view_pmtiles) with the supplied label, sets default opacity to 0.7, and ensures it is toggleable via the map's layer control.",
"max_score": 20
},
{
"name": "NetCDF render",
"description": "Uses add_netcdf (or add_raster fed by read_netcdf/xarray output) to load the specified variable and time index from the NetCDF file, renders it with the given vmin/vmax and color map, and adds it as its own layer.",
"max_score": 25
},
{
"name": "Legend scaling",
"description": "Creates a legend/colorbar with leafmap.add_colorbar/add_legend that reflects the color map and the provided min/max range for the NetCDF layer.",
"max_score": 15
},
{
"name": "HTML export",
"description": "Exports the composed map to HTML using to_html/static_map while keeping all layers enabled by default and retaining layer toggles in the output.",
"max_score": 15
}
]
}tessl i tessl/pypi-leafmap@0.52.0docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10