heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

Add projection parameter constraints to UI #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have a list of valid ranges and datatypes supplied by science which should 
be applied to the placeholders on the bulk ordering site and enforced in the 
validation for page submission.

Original issue reported on code.google.com by davehil...@gmail.com on 17 Jul 2014 at 2:31

GoogleCodeExporter commented 9 years ago
Per Science... here are the limits to be imposed:

Re: David's question about setting limits on the projections in ESPA, here are 
the limits we should use: 

UTM zone: 1 to 60

Sinusoidal false easting: Infinite
Sinusoidal prime meridian: -180 to 180

Albers latitude of origin: -90 to 90
Albers central meridian: -180 to 180
Albers 1st std. parallel: -90 to 90
Albers 2nd std. parallel: -90 to 90
Albers false easting: Infinite
Albers false northing: Infinite

Polar Stereographic: Stereographic can be applied anywhere in the globe. Polar 
Stereo uses parameters that center it at or near one of the poles. 
If you want to set limits: If your origin lat/long are fixed based upon scene 
location, then you should make it so 60 to 90/-60 to -90 are your limits based 
upon the scene's location. You'd also have to block any mid-latitude scenes 
from being re-projected into PS. 
If you don't want to set limits: Just allow -90 to 90 for latitude and -180 to 
180 for longitude. 

Original comment by davehil...@gmail.com on 17 Jul 2014 at 4:42

GoogleCodeExporter commented 9 years ago
this is done.

Original comment by davehil...@gmail.com on 21 Jul 2014 at 3:19

GoogleCodeExporter commented 9 years ago
verified

Original comment by davehil...@gmail.com on 31 Jul 2014 at 6:40