Skip to content

Commit

Permalink
Merge pull request #9 from alekfal/development
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
alekfal committed Mar 20, 2024
2 parents ae6688a + f2c4c7d commit b91f5b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ is `datetime.date(2022, 2, 1)`.
### Quickstart

Download meteorological data for a point in Athens, Greece and save result in `*.csv` format.

First, create a "data" folder to hold the POWER data upon download in your current environment.

```bash
mkdir data
$ mkdir data
```

Then, run in Python the following to fetch data from NASA POWER:

```python
from pynasapower.get_data import query_power
from pynasapower.geometry import point, bbox
Expand Down

0 comments on commit b91f5b9

Please sign in to comment.