tomay / rebioma

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

Madagascar Extent #321

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DecimalLatitude Validation between -30 and 10
DecimalLongitude Validationbetween 40 and 60

The same as the Asci Env Layers used for Marine healm

Original issue reported on code.google.com by ajmrakot...@gmail.com on 27 Mar 2009 at 12:46

GoogleCodeExporter commented 9 years ago
Can we extend this to cover the WIOMER region, for the sake of the (forthcoming)
marine models? 

DecimalLatitude Validation between -35 and 5
DecimalLongitude Validation between 23 and 70

If it makes sense to have different validation rule for Marine and Terr data 
that is
ok too

Original comment by tom.alln...@gmail.com on 27 Mar 2009 at 4:46

GoogleCodeExporter commented 9 years ago
I don't think it is a good idea to hard code tests that are specific to 
Madagascar. 
It makes the code less portable. Is this really necessary?

Original comment by gtuco.bt...@gmail.com on 27 Mar 2009 at 7:25

GoogleCodeExporter commented 9 years ago
Not sure the original source of this, but Andry and I were just making the 
extent
larger. If we don't need an extent at all, that is fine by me

Original comment by tom.alln...@gmail.com on 27 Mar 2009 at 10:27

GoogleCodeExporter commented 9 years ago
This is especially to avoid latitude without (-) minus, as a warning.

Original comment by ajmrakot...@gmail.com on 30 Mar 2009 at 7:03

GoogleCodeExporter commented 9 years ago
A better validation test might be to use the spatial attribute lookup on 
country to 
see if the coordinates fall within it if IsTerrestrial is true. And maybe use 
the 
value of WaterBody in the same way if IsMarine is true. The latter would 
require that 
the shapes for WaterBody be produced, and a good place to manage these would be 
in 
GADM.

Original comment by gtuco.bt...@gmail.com on 1 Apr 2009 at 12:58

GoogleCodeExporter commented 9 years ago
I have a 1 km water/land mask for Madagascar that can be used for this 
validation test

Original comment by tom.alln...@gmail.com on 8 Jun 2009 at 7:10

GoogleCodeExporter commented 9 years ago
Now we have to include also the marine border so what is the best test ?
Right now, just change the extent of the big box

Original comment by ajmrakot...@gmail.com on 20 Oct 2011 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by ajmrakot...@gmail.com on 20 Oct 2011 at 7:34

GoogleCodeExporter commented 9 years ago
contradicting my earlier comment, the marine border should probably be reduced 
to a size no larger than the bounding box defined by Madagascar EEZ. This will 
reduce the workload on TRB members, and is more appropriate for the project

Original comment by tom.alln...@gmail.com on 8 Mar 2012 at 9:39

GoogleCodeExporter commented 9 years ago
DecimalLatitude Validation between -30 and 10
DecimalLongitude Validationbetween 40 and 60

currently implemented ok

Original comment by tom.alln...@gmail.com on 29 Oct 2012 at 9:34