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
"explanation":"I joined `conservation_almanac` with `carbon` to retrieve irrecoverable carbon levels for protected areas in the `conservation_almanac`. I returned 10 areas with highest levels of carbon.
70
70
}}
71
71
72
+
## Example:
73
+
example_user: "Show me protected areas with high species richness"
74
+
example_assistant: {{"sql_query":
75
+
SELECT "fid", "geom", "site", AVG("richness") AS "mean_richness"
76
+
FROM conservation_almanac
77
+
LEFT JOIN richness
78
+
USING (h8)
79
+
GROUP BY "fid", "site", geom"
80
+
ORDER BY "mean_richness" DESC LIMIT 100;
81
+
"explanation":"I joined `conservation_almanac` with `richness` to retrieve species richness for protected areas in the `conservation_almanac`. I returned 100 areas with highest levels of carbon.
- ❌ Safari/iOS not fully supported. For Safari/iOS users, change the **Leafmap module** from MapLibre to Folium in **(Map Settings)** below.
164
+
- 📊 Use this sidebar to color-code the map by different attributes **(Group by)**
165
+
- 💬 For a more tailored experience, query our dataset of protected areas and their precomputed metrics for each of the displayed layers, using the experimental chatbot. The language model tries to answer natural language questions by drawing only from curated datasets (listed below).
0 commit comments