MOIST for Center Pivot
MOIST uses four database tables:
  • Farmer -- Name, contact, login, and general information about their agricultural enterprise. Login information is encrypted before storage to prevent unauthorized access.
  • Field -- Name, description, farmer reference. Farmers may have multiple fields.
  • Logger -- Name and details, field reference, GPS coordinates, sensor setup, last scan, notes. Fields may have multiple loggers.
  • Raw data -- Logger reference, timestamp, and up to five parameters.
Raw data is currently manipulated in real time for a particular logger to produce processed data that is human-readable and describes the particular sensor mix of that logger. The loggers are queried for new data each time this URL is accessed.