Smithsonian / ForestGEO

🌱🌳Web app helping a global network of scientists and forest research sites manage and validate data. Collaboration between the Smithsonian Institution's Forest Global Earth Observatory (ForestGEO), Microsoft, and CodeDay.
12 stars 4 forks source link

NextJS app data entry needs to accept three primary formats #139

Open siddheshraze opened 10 months ago

siddheshraze commented 10 months ago

App needs to accept 3 different data entry formats:

  1. Manual data entry (in-application)
  2. CSV-file entry via text files
  3. ArcGIS table upload

Based on the database handbook, there are 6 files that must be submitted in txt/CSV format before even using CTFSWeb:

  1. tree measurement codes
  2. role references
  3. personnel
  4. species
  5. quadrat
  6. tree/stem measurements per census (census)

However, all of these (except census) will be shifted to a UI input in-app INSTEAD of file upload

justinpac commented 9 months ago

For Jan 24 deadline, ArcGIS input is a stretch goal.