Metadata-Version: 2.1
Name: GOES
Version: 3.4.2
Summary: Python package to download and manipulate GOES-16/17/18 data.
Home-page: https://github.com/joaohenry23/GOES
Author: Joao Henry Huamán Chinchay
Author-email: joaohenry23@gmail.com
License: BSD 3-Clause
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: cftime>1.1
Requires-Dist: requests
Requires-Dist: s3fs
Requires-Dist: pyproj
Requires-Dist: netCDF4

# GOES
[![Static Badge](https://img.shields.io/badge/pypi-3.4.2-jade)](https://pypi.org/project/GOES/) [![DOI](https://zenodo.org/badge/213261768.svg)](https://zenodo.org/doi/10.5281/zenodo.4556211)

Python package to download and manipulate GOES-16/17/18 data.
<br><br>

# Version
3.4.2
<br><br>
If you have already installed the GOES package, update it to the latest version.
<br><br>

# Requirements
The main packages required are:
- [numpy](https://numpy.org/)
- [s3fs](https://s3fs.readthedocs.io/en/latest/install.html)
- [pyproj](https://github.com/pyproj4/pyproj)
- [netCDF4](http://unidata.github.io/netcdf4-python/)
- [requests](https://2.python-requests.org/en/master/)

**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.
<br><br>

# Tutorial
Find the jupyter notebook examples for the last version [here](https://github.com/joaohenry23/GOES/blob/master/examples/index.ipynb).
<br><br>

# Installation
You can install **GOES** on Python 2 or 3 on Linux, Windows or other using the following commands.
<br><br>
**Using pip** (recommended):
```
pip install GOES

```

Check if package was installed with:

```
pip show GOES
```
<br>

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

```
pip install --upgrade GOES
```
<br>

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

```
<br>

**Using python**:\
Download the **GOES-master.zip** from github and following the next commands:
```
unzip GOES-master.zip
cd GOES-master
python setup.py install

```
<br>

# Change log
All notable changes to this project will be documented in this [file](https://github.com/joaohenry23/GOES/blob/master/CHANGELOG.md).
<br><br>

# 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.
<br><br>

