Tool to download CoCoRaHS data.
Project description
Tool to download CoCoRaHS data.
Requirements
Python >= 2.6
Installation
To get started using CoCoRaHS-Download-Tool simply install it with pip:
$ pip install CoCoRaHS-Download-Tool
Or, use pip locally with the .tar.gz distribution file:
$ pip install CoCoRaHS-Download-Tool-0.0.2.tar.gz
Usage
The CoCoRaHS-Download-Tool tool has two modes of operation, listing of CoCoRaHS station metadata, and listing of CoCoRaHS station data.
Stations Metadata
To list CoCoRaHS stations metadata for the default state (NM) the following command is issued:
$ python -m cocorahs_dlt stations
To save the output of this operation, run:
$ python -m cocorahs_dlt stations > stations.csv
To download and save CoCoRaHS stations metadata for a different state (specified by the two-character state code), the following command is issued:
$ python -m cocorahs_dlt --state CO stations > stations.csv
Stations Data
To list CoCoRaHS stations data for the default state (NM), the default date range (last three days), and the default output (CSV) the following command is issued:
$ python -m cocorahs_dlt data
To save the output of this operation, run:
$ python -m cocorahs_dlt data > data.csv
To download and save CoCoRaHS stations data for a different state (specified by the two-character state code), the following command is issued:
$ python -m cocorahs_dlt --state CO data > data.csv
To download and save CoCoRaHS stations data for a different state (specified by the two-character state code) and in a different output format, the following command is issued:
$ python -m cocorahs_dlt --state CO data --format XML > data.xml
To download and save CoCoRaHS stations data for a different state (specified by the two-character state code) in a different output format, and with volunteer comments, the following command is issued:
$ python -m cocorahs_dlt --state CO data --format XML --comments > data.xml
To download and save CoCoRaHS stations data for a different state (specified by the two-character state code) in a different output format, with volunteer comments, and for a different date range, the following command is issued:
$ python -m cocorahs_dlt --state CO data --format XML --comments --start_date 2014-09-13 --end_date 2014-09-21 > data.xml
To only list the data from the previous command, the > data.xml text is dropped:
$ python -m cocorahs_dlt --state CO data --format XML --comments --start_date 2014-09-13 --end_date 2014-09-21
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file CoCoRaHS-Download-Tool-0.0.3.tar.gz
.
File metadata
- Download URL: CoCoRaHS-Download-Tool-0.0.3.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0f6ade82d86c0ff14b041cdae8e5b0569a06b64c22310da3232cb25eb7c605e |
|
MD5 | e2f3cc973e883a7d9ff1cc4673e522e2 |
|
BLAKE2b-256 | 8bf7c2db71d71800b03b75e0f87d465103f0681ba50f7d491eed349174557e75 |