Skip to content
Snippets Groups Projects

added 30 year normals

Merged Tucker Gary Siegel requested to merge 30_year_normals into master
2 files
+ 93
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -11,6 +11,7 @@ The data in mongodb has the following fields:
* ```year``` - Year of the data
* ```min_temps``` - Minimum daily temperature as an array. One element is one day
* ```max_temps``` - Maximum daily temperature as an array. One element is one day
* ```normal``` - Indicates whether the data is a 30 year normal or not
Go to ```/docs``` to view the Swagger generated API docs
#### API Endpoints
Loading