WeatherMagic / thor

Back end service for the delivery of climate data
1 stars 1 forks source link

File stich #40

Closed owodunni closed 7 years ago

owodunni commented 7 years ago

Try by looking all over the world!

I have only added one climate-model to the other 2 domains so make sure you use a model that has data for all 3 domains

hansfilipelo commented 7 years ago
{
    "from-year": "2083",
    "from-month": 7,
    "to-year": 2083,
    "to-month": 7,
    "from-longitude": "-180",
    "to-longitude": "180",
    "from-latitude": "-90",
    "to-latitude": "90",
    "return-dimension": [4096,8192],
    "domain": "EUR-11i"
}

Gives:

  File "/Users/fille/src/thor/thor/request.py", line 95, in handleRequest
    arguments["to-longitude"])
  File "/Users/fille/src/thor/thor/reader.py", line 196, in getData
    toLong)
  File "/Users/fille/src/thor/thor/reader.py", line 124, in overlap
    if self.minLat > toLat:
AttributeError: 'Reader' object has no attribute 'minLat'

This worked yesterday though (but only got EUR-11i domain).