资 源 简 介
This client (and API) connects to the Space Physics Interactive Data Resource (SPIDR) to obtain space weather data.
http://spidr.ngdc.noaa.gov/spidr/
```
Installation:
% python setup.py install
Usage Example Post-Installation:
If for no other reason than to confirm install succeeded, you can...
% python
% >>> from spidrpython import spidrapi
% >>> spidrapi.getdata("iono_fof2.bc840","20100101","20100102")
```
spidr_python.py also has simple examples of integration.