Skip to content

Commit b3e9c56

Browse files
authored
Merge pull request #13 from boettiger-lab/feat/update_app
put on zenodo and add doi
2 parents 2b1c4ea + 0046bfc commit b3e9c56

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"description":"An interactive conservation decision-support tool that integrates protected areas, conservation finance, climate, biodiversity, and social vulnerability data into a unified exploratory interface. The application combines geospatial visualization with a natural-language chatbot that generates SQL queries over H3-indexed spatial datasets, enabling real-time spatial joins across conservation investments, ballot measures, irrecoverable carbon, species richness, legislative districts, and environmental justice indicators to support rapid analysis of conservation patterns, gaps, and opportunities. Users can explore protected lands, funding flows, and socio-ecological priorities while dynamically intersecting datasets at multiple scales through on-the-fly H3 indexing and model-generated queries. The tool draws on public datasets including Trust for Public Land’s Conservation Almanac and LandVote, the U.S. Climate and Economic Justice Screening Tool (Justice40), and the CDC Social Vulnerability Index, supporting multiple open-weights language models for reproducible, extensible conservation analytics and decision support. ",
1616
"access_right":"open",
1717
"license":"bsd-2-clause",
18-
"doi":"/zenodo.",
18+
"doi":"10.5281/zenodo.18500623",
1919
"upload_type":"software",
2020
"grants":[
2121
{
22-
"id":"10.5281/zenodo.18500623"
22+
"id":"10.13039/100000001::2153040"
2323
}
2424
]
2525
}

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,13 @@ app_file: app/app.py
99
pinned: false
1010
license: apache-2.0
1111
---
12+
---
13+
14+
# LLM Decision-Support Prototype using Trust for Public Land Data
15+
16+
This repository contains the source code for the [**LLM Decision-Support Prototype using Trust for Public Land Data**](https://huggingface.co/spaces/boettiger-lab/tpl) which is hosted on Hugging Face.
17+
18+
## Description
19+
An interactive conservation decision-support tool that integrates protected areas, conservation finance, climate, biodiversity, and social vulnerability data into a unified exploratory interface. The application combines geospatial visualization with a natural-language chatbot that generates SQL queries over H3-indexed spatial datasets, enabling real-time spatial joins across conservation investments, ballot measures, irrecoverable carbon, species richness, legislative districts, and environmental justice indicators to support rapid analysis of conservation patterns, gaps, and opportunities. Users can explore protected lands, funding flows, and socio-ecological priorities while dynamically intersecting datasets at multiple scales through on-the-fly H3 indexing and model-generated queries. The tool draws on public datasets including Trust for Public Land’s Conservation Almanac and LandVote, the U.S. Climate and Economic Justice Screening Tool (Justice40), and the CDC Social Vulnerability Index, supporting multiple open-weights language models for reproducible, extensible conservation analytics and decision support.
1220

13-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
21+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18500623.svg)](https://doi.org/10.5281/zenodo.18500623)

0 commit comments

Comments
 (0)