Skip to content

Commit f2c4c7d

Browse files
committed
Update README
1 parent ae6688a commit f2c4c7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ is `datetime.date(2022, 2, 1)`.
4646
### Quickstart
4747

4848
Download meteorological data for a point in Athens, Greece and save result in `*.csv` format.
49-
5049
First, create a "data" folder to hold the POWER data upon download in your current environment.
5150

5251
```bash
53-
mkdir data
52+
$ mkdir data
5453
```
5554

55+
Then, run in Python the following to fetch data from NASA POWER:
56+
5657
```python
5758
from pynasapower.get_data import query_power
5859
from pynasapower.geometry import point, bbox

0 commit comments

Comments
 (0)