opengeos / leafmap

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
https://leafmap.org
MIT License
3.23k stars 388 forks source link

Add get_max_pixel_coords function #946

Closed giswqs closed 3 weeks ago

giswqs commented 3 weeks ago
result = get_max_pixel_coords("flow_accum.tif", dst_crs="EPSG:4326")
print(f"Maximum pixel value: {result['max_value']}")
print(f"Coordinates in {result['crs']}: {result['coordinates']}")
github-actions[bot] commented 3 weeks ago

🚀 Deployed on https://6722ff1e2bf01ecfb99c3ef4--opengeos.netlify.app

mergify[bot] commented 3 weeks ago

Thanks for the contribution @giswqs 🤩