Skip to content
/ GOES Public
forked from joaohenry23/GOES

Python package to download and process data from GOES-16 and GOES-17.

License

Notifications You must be signed in to change notification settings

TinchoBay/GOES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOES

Python packages to download and process data from GOES-16 and GOES-17.

Requirements

Usage

See the next jupyter notebook examples.

Installation

You can install GOES on Python 2 or 3 on Linux, Windows or other, using the following commands.

From PYPI using pip:

pip install GOES


From Github using clone.

clone https://github.com/joaohenry23/GOES.git
cd GOES
python setup.py install


Or also from github downloading GOES-master.zip and following the next commands.

unzip GOES-master.zip
cd GOES-master
python setup.py install

Check if package was installed

pip show GOES

Update to the latest version

pip install --upgrade GOES


Support

If you have any questions, do not hesitate to write to:

About

Python package to download and process data from GOES-16 and GOES-17.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%