Skip to content

Python Bottle API for getting instrument frequency response from FDSNWS Station

License

Notifications You must be signed in to change notification settings

Jollyfant/bottle-response-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bottle-response-api

Python Bottle API for getting the instrument frequency response of StationXML through FDSNWS. The response evaluation is powered by ObsPy.

Building Docker image

docker build -t response-api:1.0 .

Running the image

docker run -d --rm -p 8080:8080 -e "{SERVICE_HOST=0.0.0.0}" -e "SERVICE_PORT=8080" response-api:1.0 

Plotting using Highcharts

About

Python Bottle API for getting instrument frequency response from FDSNWS Station

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published