Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdd-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dawn
gdd-server
Merge requests
!4
added 30 year normals
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added 30 year normals
30_year_normals
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Tucker Gary Siegel
requested to merge
30_year_normals
into
master
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
fe05857e
Prev
Next
Show latest version
2 files
+
94
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
fe05857e
added 30 year normals
· fe05857e
tuckersiegel
authored
4 years ago
README.md
+
1
−
0
Options
@@ -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
#### API Endpoints
*
```POST /api/:product/:year```
Loading