Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alekfal committed Mar 20, 2024
1 parent ae6688a commit f2c4c7d
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 f2c4c7d

Please sign in to comment.