Skip to content

Asynchronous satellite data downloaders from CDA Web, JSOC, etc.

License

Notifications You must be signed in to change notification settings

Jorgedavyd/StarStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

Asynchronous satellite data downloaders from CDA Web, JSOC, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published