Skip to main content

Asynchronous satellite data downloading for CDAWeb, JSOC, etc.

Project description

status license code-style pypi CI-CD CI-CD

Asynchronous satellite data downloading for CDAWeb, JSOC, etc.

Spacecrafts and datasets

External dependencies

  1. CDF: installation

Example

from starstream import ACE, DSCOVR
from starstream.utils import DataDownloading
from datetime import datetime

if __name__ == '__main__':
    DataDownloading(
        [
            ACE(),
            DSCOVR()
        ],
        (datetime(2014, 12, 12), datetime(2014, 12, 30))
    )

Citation

@misc{starstream,
  author = {Jorge Enciso},
  title = {StarStream: An Open-Source Asynchronous Data Downloader},
  howpublished = {\url{https://github.com/Jorgedavyd/starstream}},
  year = {2024}
}

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starstream-0.0.3.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

starstream-0.0.3-py3-none-any.whl (29.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page