-
I am trying to make pictures for the InaSAFE pamphlet but the Earthquake function is broken -
Will send you a picture through your gmail
-
I set up a new quality check - pyflakes. Usage:
sudo apt-get install pyflakes
make jenkins-pyflakes
cat pyflakes.log
Current output:
storage/utilities_test.py:4: 'numpy' imported but unused
stor…
-
Got this on shakti when pulling master (and updating the test data) this morning.
Shiva shows similar (but not identical) results.
This is probably just a matter of updating the expected state of the…
-
I don't think the current approach is working.
I was trying to add keywords for the latest shakemap and it ended up in a horrible mix of things like
sub-kategori: earthquarke
subcategory: Gempa
Had …
-
When using any of the earthquake hazards with OSM building footprints (on demo server only), we get
Bounding boxes of hazard data [95.060,-10.997,141.001,5.911], exposure data [-0.604,-0.604,-0.396,-…
-
Sometimes multiple values are needed for each dataset. For vector data this is inherent as they contain multiple attributes. However, rasters are typically single band (and Risiko does not support mul…
-
In cases where one dataset has a very small bounding box, we get the error below.
This will probabably have to be revisited when we start controlling the raster resolution, but for now have the Risiko…
-
The test show below started to fail as of mid June 2011 and we don't understand why.
1) The lembang_mmi_hazmap keywords are correct
category:hazard
subcategory:earthquake
2) The activation code in …
-
If running the lembang scenario with population_2010, Risiko currently crashes because geo transforms are not aligned.
There is an assertion for this in https://github.com/AIFDR/riab/blob/master/impa…
-
Running the test suite (and code quality audit) creates a lot of unnecessary output. When all tests pass and code quality is good (as per pylint and pep8) the output should be minimal.
Currently, it …