Data Export
Export your scouting data in multiple formats for further analysis, compliance, or integration with other tools.
Why Export Data?
- Analysis - Analyze trends in Excel, Python, or R
- GIS Integration - Layer observations with satellite imagery in QGIS or ArcGIS
- Reporting - Generate professional reports for stakeholders
- Backup - Keep local copies of your scouting data
- Integration - Feed data into CRM, ERP, or other farm management systems
- Compliance - Document scouting activities for certification or audits
Export Formats
PDF Report
Best for: Stakeholder presentations, compliance documentation, printing
Includes:
- Field name and location
- Date range and summary statistics
- Charts and trends
- List of observations with photos
- Notes and recommendations
How to export:
- Go to Reports section
- Select field and date range
- Click "Export as PDF"
- Choose layout (single-field or multi-field report)
- Download
CSV (Spreadsheet)
Best for: Data analysis, filtering, integration with other tools
Includes:
- Observation date and time
- Grower, Farm, Field name
- Observation type (Weed, Insect, Disease, General)
- Details (species, count, severity)
- GPS coordinates (latitude, longitude)
- Notes and photos (as file paths/links)
How to export:
- Go to Reports → "Export as CSV"
- Select filter options (date range, field, observation type)
- Click "Download"
- Open in Excel, Google Sheets, or data analysis tool
Column Headers Example:
Date,Grower,Farm,Field,ObservationType,Species,Count,Severity,Latitude,Longitude,Notes
GeoJSON
Best for: GIS analysis, spatial visualization, map integration
Includes:
- All observation data from CSV
- Geospatial coordinates as GeoJSON features
- Field boundaries as polygons
- Georeferenced photos (optional)
How to export:
- Go to Reports → "Export as GeoJSON"
- Select field and date range
- Choose to include field boundaries (optional)
- Click "Download"
- Import into QGIS, ArcGIS, or Mapbox
GeoJSON structure:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-88.4, 42.7]
},
"properties": {
"date": "2024-07-15",
"field": "North 40",
"type": "Weed",
"species": "Giant Ragweed",
"count": 25
}
}
]
}
Bulk Export
Export all scouting data for an entire season:
- Go to Settings or Data Management
- Select "Bulk Export"
- Choose:
- Date range (season, year, or custom)
- Observation types (all or specific)
- Format (PDF, CSV, GeoJSON)
- Include field boundaries? (yes/no)
- Click "Generate Export"
- Download when ready
Note: Large exports may take a few minutes to generate.
Scheduled Exports
Set up automatic exports on a regular schedule:
- Go to Settings → "Scheduled Exports"
- Create new schedule:
- Format (PDF, CSV, GeoJSON)
- Frequency (weekly, monthly, seasonal)
- Recipients (your email, team members)
- Save
Exports will be automatically generated and emailed on the specified dates.
Privacy & Security
- Your data is encrypted in transit and at rest
- Access is controlled - Only authorized users can export data
- Exports are temporary - Download links expire after 7 days
- Compliance-ready - Exports include audit timestamps
Troubleshooting Exports
Export is taking too long:
- Large datasets may take several minutes
- Try exporting a smaller date range first
- Check your internet connection
Photos aren't included:
- PDF and CSV exports include photo links/metadata
- GeoJSON exports can include georeferenced photos
- Check that photos were saved to observations
Formatting looks wrong in Excel:
- Open CSV file as "Text Import" in Excel
- Select UTF-8 encoding
- Adjust column widths as needed
Video Tutorial
A detailed walkthrough of exporting and analyzing scouting data is coming soon!