A library python to download data of campaign GoAmazon
Project description
Go Amazon Downloader Data
Developer
Features
- Download S-Band Radar (SIPAM)
- Download Very Low Frequency Sensor (STARNET)
For the time being, only the modules to download the files from S-Band Randar (SIPAM) and Very Low Frequency have been implemented.
Installation
Via pip:
pip install goamazondownloader
Via source code:
git clone https://github.com/AdrianoPereira/goamazondownloader.git
cd goamazondownloader
python setup.py install
Dependencies
- requests
- beautifulsoup4
Usage
The files are hosted on the ARM website. To download the files it is necessary to have a registration. Registration can be done quickly through the following link: https://adc.arm.gov/armuserreg/#/new.
Download S-Band Radar (SIPAM)
from goamazondownloader import SBandRadar
downloader = SBandRadar(year=2014, month=2, day=18, hour=15, minute=0)
downloader.login(username="<username>") # <username> maybe your username or e-mail
downloader.set_remote_url()
downloader.download()
Downloader Very Low Frequency Sensor (STARNET)
from goamazondownloader import VLFSensor
downloader = VLFSensor(year=2014, month=2, day=18)
downloader.login("username") # # <username> maybe your username or e-mail
downloader.set_remote_url()
downloader.download()
Contributing
Thank you for being interested on making this package better. I encourage everyone to help improving this project with some new features, bug fixes and performance issues.
Need help?
If you need help with GoAmazon Downloader, please open an issue with a description of the problem you're facing.
License
MIT (c) 2020
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
Built Distributions
File details
Details for the file goamazondownloader-0.1.4.tar.gz
.
File metadata
- Download URL: goamazondownloader-0.1.4.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8f4deaa3599e5930c24d2a8f597ccd74d1dfe95e5ea3a5a0b31e0eebfd4bae8 |
|
MD5 | bb8f345cf7fa081b6bd247125b142533 |
|
BLAKE2b-256 | 6b7af71627e07708e008a7163dab57e366889c9255747c9288f373dce6c65bc4 |
File details
Details for the file goamazondownloader-0.1.4-py3.7.egg
.
File metadata
- Download URL: goamazondownloader-0.1.4-py3.7.egg
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80badd6427a77bc7770a03d0a19b78948d6e30213b290b076cbbbf8757f7f1a1 |
|
MD5 | f5de1b826331651eecf8970e6177723d |
|
BLAKE2b-256 | b6aa3b2b385d4eed26204a93904259ec93f4992370f19e88b1117b70fac2b3bf |
File details
Details for the file goamazondownloader-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: goamazondownloader-0.1.4-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcd4ab2d38acf3866363661895725b704462674135c2fbe4da78d27ba82ec578 |
|
MD5 | 56a195f9b9545d8d52e0f6f11c67dcf3 |
|
BLAKE2b-256 | 9da6f5d92f9b6b574625fb2470b9f794d0c531ec3b4024299d7383c8e5c3d8fb |