navilaufm / GOES

Python package to download and manipulate GOES-16/17 data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOES

pypi DOI

Python package to download and manipulate GOES-16/17 data.

Version

3.3

If you have already installed the GOES package, check that you have the latest version.

Requirements

Tip: If you install the GOES package using pip, you don't need to worry about installing these packages because they will be installed automatically.

Usage

Find the jupyter notebook examples for the last version here.

Installation

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

Using PIP (recommended):

pip install GOES

Check if package was installed with:

pip show GOES

If you already have the package installed, update it to the latest version with:

pip install --upgrade GOES

Using clone:

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


Using python:
Download GOES-master.zip from github and following the next commands:

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



Support

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

joaohenry23@gmail.com

You can write to me in spanish, portuguese or english.

About

Python package to download and manipulate GOES-16/17 data.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 82.9%Language:Python 17.1%