Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.39 KB

README.md

File metadata and controls

64 lines (50 loc) · 1.39 KB

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: