bety icon indicating copy to clipboard operation
bety copied to clipboard

Web-interface to the Biofuel Ecophysiological Traits and Yields Database (used by PEcAn and TERRA REF)

Results 100 bety issues
Sort by recently updated
recently updated
newest added

@Chris-Schnaufer a few things to finish up the production BETYdb at UA: * [x] Set the primary keys to 9 billion range * create a .env file where you launched...

On the home page, both the 'model i/o' and the 'crop model maps' tabs link to https://www.betydb.org/maps ![image](https://user-images.githubusercontent.com/464871/51003162-ec438580-14f2-11e9-8ec0-758227247306.png) But https://www.betydb.org/maps is broken. I suspect that this is related to the...

bug

When I go to betydb.org (or do similar w/ terraref.ncsa.illinois.edu/bety) and I 1. enter "panicum sla" into the search box and hit return - the results show up as expected...

I was hoping to get a list of cultivars associated with each site, or a list of sites associated with each cultivar, but have been unable to do so e.g....

- [x] Add a `time_zone` column to the sites table. - [x] Populate `time_zone` column for sites that fall within a single time zone. - [ ] Clean up the...

Some of the background colors used to highlight data errors in a bulk upload file are too dark and make it difficult to read the (black) text of the data...

When updating an object, usually the editing form is pre-filled with the existing values of all attributes of the object. This includes select dropdowns as well: usually the default value...

needs feedback
2 - Working

If you don't have full data access permissions and attempt to edit a trait with restricted data access, you will simply be directed to the BETYdb home page without explanation....

- [x] https://github.com/PecanProject/bety/issues/368 (BETYdb customization) — see pull request https://github.com/PecanProject/bety/pull/447 - [ ] https://github.com/PecanProject/bety/issues/469 (Miscellaneous customization issues) - [x] https://github.com/PecanProject/bety/issues/438 (adding columns to traits and yields view) -- see pull...

2 - Working
terraref

This was motivated by issue https://github.com/terra-mepp/data/issues/9. The script would run SQL statements like this ```sql SELECT setval('sites_id_seq', (SELECT MAX(id) FROM sites WHERE id / 1E9::int = 8), true); UPDATE sites...

3.5 Needs documenting only