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
Add state dataset loading API and Rhode Island data
New API Methods:
- list_state_datasets(): List available state data
- load_state(state): Load state data from R2 cloud storage
State Data:
- Rhode Island (RI) now available on R2
- 326 species, 3407x2264 pixels, ~646 MB
- Streaming access via fsspec
Storage:
- Using Cloudflare R2 for zero-egress cost
- URL: https://pub-da6f67cd8f9147418258ed71cc130443.r2.dev/states/
Usage:
api = GridFIA()
store = api.load_state("RI")
biomass = store.biomass[:]
0 commit comments