Navigation Menu

Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdawn committed May 29, 2019
1 parent 6571c78 commit f040870
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions satpy/README.md
@@ -0,0 +1,33 @@
# FY-4A AGRI
## What is it?

Read FY-4A AGRI data using satpy.

## Usage

Since this hasn't been merged into satpy, you need to download or clone the corresponding repository first:

```
git clone -b add_fy4a https://github.com/zxdawn/satpy.git
```

Then, install it in development:

```
cd satpy
pip install -e .
```

To check the update:

```
git pull
```

## Example

Please check the notebook under the `examples` folder.

## Support, Issues, Bugs, ...

Please use the github page to report issues/bugs/features: <https://github.com/zxdawn/FY-4>.

0 comments on commit f040870

Please sign in to comment.