Landscape-Data-Commons / rangeland_indicator_calculator

A Shiny interface for calculating indicators/statistics using terradactyl
0 stars 0 forks source link

Species Richness can't be queried #87

Open smccord opened 1 month ago

smccord commented 1 month ago

trex throws an error when you select "Species Richness" as a data type: "data_type must be one of the following character strings: gap, header, height, lpi, soilstability, speciesinventory, indicators, species, dustdeposition, horizontalflux, schema."

image

nstauffer commented 1 month ago

This is due to "Species" being an option in the data type field but no supporting code for that data type after it's been retrieved. I'm adding the GUI for it, but it'll need a little testing.

In the meantime, you'll need to use trex and terradactyl directly for calculations.