You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zonal stats are necessary to enable Geohub to provide users with assessment capabilities. Because GeoHub follows a client/server architecture
flowchart LR
subgraph F["**Frontend**"]
m@{ shape: dbl-circ, label: "🗺️ \n **Maplibre \nmap** \n" }
end
subgraph B["**📊 Zonal Statistics**"]
end
F aFB@<===>B
aFB@{ animate: true }
Loading
stateDiagram
classDef sel font-style:italic,font-weight:bold,fill:white
direction TB
[*] --> Map
Map --> Sidebar
Sidebar --> Tools
Tools --> Server: Zonal Statistics
state Tools {
direction LR
Vector --> Raster
Raster --> Op
state Vector {
s
s:::sel
l:Layer
d: Drawing
}
}
state Server {
f: Fetch
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Zonal stats are necessary to enable Geohub to provide users with assessment capabilities. Because GeoHub follows a client/server architecture
Beta Was this translation helpful? Give feedback.
All reactions