Compute extended network names from the fdsn network codes and a year using fdsn network webserice
Project description
Generic tool to extend fdsn network code
FDSN (https://fdsn.org) creates seismic network codes.
Those can be in 2 forms : short or extended.
This module uses FDSN network API (http://www.fdsn.org/ws/networks/) to find the extended network code, given a short form and a date.
Installation
pip install fdsnnetextender
Usage
from fdsnnetextender import FdsnNetExtender
extender = FdsnNetExtender()
ext_code = extender.extend('ZO', '2013-01-01')
Returns a string ZO2008
for instance.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fdsnnetextender-3.2.1.tar.gz
(15.3 kB
view hashes)