Python packages to download and process data from GOES-16 and GOES-17.
See the next jupyter notebook examples.
- Download GOES16/GOES17 data from amazon (example).
- Make a plot of ABI's channels with basemap (example).
- Make a plot of ABI's channels with Cartopy (example).
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
If you have any questions, do not hesitate to write to: