Example #1
0
 def test_idaho_get_chip(self):
     i = Idaho()
     catid = '10400100203F1300'
     result = i.get_chip([
         -105.00032901763916, 39.91207173503864, -104.99874114990234,
         39.91310862390189
     ], catid)
     assert result
Example #2
0
 def test_idaho_get_chip2(self):
     i = Idaho()
     catid = '10400100384B1B00'
     filename = os.path.join(self._temp_path, 'chip2.tif')
     result = i.get_chip([120.45363429504926, 30.247785383721883, 120.45511487442548, 30.249008773017273], catid, filename=filename)
     assert result
Example #3
0
 def test_idaho_get_chip2(self):
     i = Idaho()
     catid = '10400100384B1B00'
     result = i.get_chip([120.45363429504926, 30.247785383721883, 120.45511487442548, 30.249008773017273], catid)
     assert result
Example #4
0
 def test_idaho_get_chip(self):
     i = Idaho()
     catid = '10400100203F1300'
     filename = os.path.join(self._temp_path, 'chip.tif')
     result = i.get_chip([-105.00032901763916, 39.91207173503864, -104.99874114990234, 39.91310862390189], catid, filename=filename)
     assert result
Example #5
0
 def test_idaho_get_chip(self):
     i = Idaho()
     catid = '10400100203F1300'
     result = i.get_chip([-105.00032901763916, 39.91207173503864, -104.99874114990234, 39.91310862390189], catid)
     assert result