-
Used to be a feature of the pasture model in AusFarm and now needs some sort of implementation in Stock. Be aware that no grazable will be different by animal type (sheep v cows).
@her123
-
Existing function may be useful. However, may be simple to work directly on tarball --> Use if statements to look for ctl value in levels, if found in any update "Control" column to YES, else NO.
Wo…
-
Replace code that simply removes underscores and converts variable names to uppercase so that it uses the label field in the variables table.
I updated all of the labels in https://github.com/terra…
-
- Add new Vega widgets that are a one-for-one match with existing HighCharts graphs (see Glad Alerts and Glad Alerts Vega as an example)
- **Note** we may remove the Terra-I Analysis & FORMA Alerts
…
-
@gonzalezeb,
Some columns seem redundant -- they appear in more than one table. Can you confirm the redundance and try eliminate it? Keeping the duplicated columns in sync is prone to errors that …
-
(Moving here from https://github.com/forestgeo/fgeo.biomass/issues/27#issuecomment-475041500 to ensure I don't forget to address this issue.)
@teixeirak,
Maybe a new column should record parts …
-
- Biomass harvest and plant count
Label twentyfour (24) brown paper sample bags accordinly
Place 1-meter quadrat in a subplot (9 m2 unit)
Pull out cover crops and weeds by hand
Separate cover c…
-
@gonzalezeb,
To support dbh-specific equations the code needs to compare `dbh` values in the data with the values of `dbh_min_cm` and `dbh_max_cm`.
What should the code do with missing values…
-
Hi Christina,
There seems to be a bug in 1.3.1 where custom analysis based on vega widgets do not work. The issue is two part.
1) When you run a custom vega analysis, the application gets stuck …
-
Create new layer type which only needs a reference to the layer’s UUID. Mapbuilder then fetches all configuration options from API and loads the layer. This will allow us to easier update layer setti…