Skip to content

petescarth/getmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetMap

A simple Flask app to clip and ship a variety of grazing land management products in response to a GET request. Relies on seasonal groundcover composites.

Call using:

  • Site is a label for the site. Will go into the final file name
  • Strata is the field in the polygon attributes that is unique for each paddock if doing paddock based analysis
  • startDate is the starting date of the analysis
  • endDate is the finishing date of the analysis
  • compareDate is the date used for comparison in the mean and rank anomaly products
  • jsonPoly is the polygon of the property or paddocks in geojson format
  • atype is the analysis type. One of mean, rank, diff, paddock or _ property_. See below for details
  • seasonal is a True or False flag indicating whether seasonal or whole of timeseries processing is required.

Analysis Types

Mean

Rank

Diff

Property

Paddock

Deployment

Releases

No releases published

Packages

No packages published

Languages