IndigoWizard / NDVI-Viewer

Monitor Vegetation Health by Viewing & Comparing NDVI Values & Satellite Images On The Fly!
https://ndvi-viewer.streamlit.app/
14 stars 6 forks source link

Secondary basemaps 🗺️ #13

Open IndigoWizard opened 1 year ago

IndigoWizard commented 1 year ago
IndigoWizard commented 11 months ago

The current issues can be solved through the creation or use of custom basemaps, but it's important to also make basemaps that are colorblind-friendly as the app now supports accessibility feature to display color palettes for common color blindness types. The following is a list of resources that help create custom basemaps for various purposes, it can be time consuming to do everything myself and specially testing the colors for accessibility so feel free to contribute:

IMPORTANT: I can't have 10 basemaps just for the sake of accessibility, it will fill up the control panel layer and hide the map (it defies the concept of accessibility). Instead the custom basemaps should be built in a way to replace the current basemap (OpenStreetMap) according to user input. Also try to add one basemaps that can check most of the accessibility conditions of similar colorblindness types. Make sure the colors are colorblind-safe.