Skip to content

Commit

Permalink
0.1.3 new release
Browse files Browse the repository at this point in the history
  • Loading branch information
palexandremello authored Mar 23, 2018
1 parent 8d33fbb commit 1e82f51
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# goes-py
# goes-py 0.1.3v

It's a free Python package to acess and get the dataset from GOES satellite next generation on Amazon Web Service(AWS)

Expand Down Expand Up @@ -30,7 +30,7 @@ But if you don't want to build the cloned repository, just use the pip on termin
### 3. Update the package:

The goespy will have more new version in the future, so when this release comes. you need upgrade your package, so use this command on terminal.
The goespy will have more new version in the future, so when this release comes. you need upgrade your package, so use this command on terminal. (new release 0.1.3v)

> **pip install --upgrade goespy**
Expand All @@ -42,11 +42,7 @@ The goespy will have more new version in the future, so when this release comes.

### 1. HOW TO get from ABI-sensors:

<<<<<<< HEAD
First open a file with the filename **firstexample.py** and put the next command on the top.
=======
First open a file with the filename **firstexample.py** and put the next command on header's script.
>>>>>>> origin

> **from goespy.Downloader import ABI_Downloader**
Expand All @@ -73,29 +69,25 @@ Below do the initialization for these variable in your firstexample.py :
> bucket = 'noaa-goes16'
> year='2018'
<<<<<<< HEAD
> month='03'
> day='22'
> hour='12'
=======

> month='03'
> day='22'
> hour='12'
>>>>>>> origin
> product='ABI-L2-CMIPF'
> channel='C13'
<<<<<<< HEAD
Now, you can call the function, so write it on your **firstexample.py**:

> ABI = ABI_Downloader(bucket,year,month,day,hour,product,channel)

Expand All @@ -105,7 +97,7 @@ And run the script
wait for download to complete (you can see the progress)

=======

Now, you can call the function, so write it on your **firstexample.py** after you initialized the variables above:
> ABI = ABI_Downloader(bucket,year,month,day,hour,product,channel)
Expand All @@ -115,7 +107,6 @@ And run the script
wait for download to complete (you can see the progress)

>>>>>>> origin
After the download to finishes, check your home directory (**Linux and mac OS X users**) and your dataset will be in a directory has the same name from the satellite used on bucket variable. In this case: **goes16**.

### 2. HOW TO get from GLM total lightning:
Expand Down

0 comments on commit 1e82f51

Please sign in to comment.