precision-sustainable-ag / SemiF-DataReporting

This repository provides detailed reports on Semifield image data, including data contents, species distribution, temporal and spatial distribution, missing data analysis, and status of unprocessed or backlog data.
MIT License
0 stars 0 forks source link

calculate blob data statistics #15

Open mkutu opened 1 month ago

mkutu commented 1 month ago

using the csvs from the export blob metrics to calculate things like: semifield-developed-images

  1. average batches by month, location, "season"
  2. average number of images by month, location, "season"
  3. ...

semifield-cutouts

  1. average number of cutouts by image, location, month, "season"
mkutu commented 1 month ago

Regarding plots:

  1. Specifiy x-axis as number of images (jpg)
  2. Samples by Season (semifield)
  3. use the date_ranges "season" for x-axis ticks in unique_season_count.png
  4. create line graph for unique_month_count.png
  5. Continue to explore different statistics that help us visualize what we have.