usgs / shakecast

ShakeCast
Other
11 stars 23 forks source link

Massive update to UI and API #529

Closed dslosky-usgs closed 4 years ago

dslosky-usgs commented 4 years ago

Closes #528 Closes #527 Closes #455 Closes #441 Closes #386 Closes #384

Update API to use more standard data access Add Postman API documentation: https://documenter.getpostman.com/view/7158091/SWTD8HAQ?version=latest More changes to come including moves towards openData standards

UI Updates to use the new API Updated interactive maps to use ESRI to match eventpages Update mapbox maps off legacy for static images Updated Flask version

codecov-commenter commented 4 years ago

Codecov Report

Merging #529 into master will decrease coverage by 0.21%. The diff coverage is 79.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #529      +/-   ##
==========================================
- Coverage   88.98%   88.77%   -0.22%     
==========================================
  Files          45       45              
  Lines        4214     4266      +52     
==========================================
+ Hits         3750     3787      +37     
- Misses        464      479      +15     
Impacted Files Coverage Δ
shakecast/app/orm/util.py 100.00% <ø> (ø)
shakecast/app/productdownload.py 85.43% <ø> (-2.27%) :arrow_down:
shakecast/app/jsonencoders.py 82.00% <57.14%> (+2.45%) :arrow_up:
shakecast/app/orm/objects.py 85.07% <71.87%> (-0.80%) :arrow_down:
shakecast/tests/eventprocessing.py 98.38% <100.00%> (+0.05%) :arrow_up:
shakecast/tests/inventory.py 83.16% <100.00%> (+1.59%) :arrow_up:
shakecast/app/eventprocessing.py 75.80% <0.00%> (+0.53%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a4ea70a...aa7f671. Read the comment docs.