WELLlabs / JaltolAPI

MIT License
0 stars 0 forks source link

Better User Input Experience #20

Open balakumaran247 opened 2 months ago

balakumaran247 commented 2 months ago

Impact Assess Page

Changes from the existing UI

Idea for map element when the page loads

User Selection

The sequence of events (have a spinner to indicate loading in each step)

balakumaran247 commented 2 months ago
SOI_states = ee.FeatureCollection("users/jaltolwelllabs/SOI/states")
available_states = ['R>JASTH>N', 'ANDHRA PRADESH']
filter_states = SOI_states.filter(ee.Filter.inList( 'STATE', available_states))