Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 624 Bytes

File metadata and controls

25 lines (22 loc) · 624 Bytes

Example ICT team working space

This example folder is used to provide examples of how an ICT team can share and develop their data documentation. In this folder there can be folders for data schemas and for

Data schemas

Soil data schema

  • collect_date: DateTime
  • collect_time: DateTime
  • date_in: DateTime
  • date_out: DateTime
  • duration: DateTime
  • farm: Text
  • final_mass: Numeric
  • initial_mass: Numeric
  • latitude: Text
  • longitude: Text
  • moisture: Numeric
  • paddock_id: Numeric
  • sample_id: Text
  • sample_type: Text
  • samplers: Array[Text]
  • temperature: Numeric
  • time_in: DateTime
  • time_out: DateTime