Skip to content

Commit

Permalink
fix import and code
Browse files Browse the repository at this point in the history
  • Loading branch information
billyz313 committed Sep 9, 2024
1 parent 943bee4 commit fc0e428
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 534 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ NMME forecast datasets:

This is sample code to produce a time series csv using the CentralAsia_eModis dataset. If you were to choose the OperationType of Download you would need to change the Outfile from .csv to .zip If you would like the data returned as a json object to a variable set Outfile to 'memory_object' and create a variable to hold the return from the climateserv.api.request_data call.
<pre>
import climateserv.api
import climateserv

x = 81.27
y = 29.19
Expand Down
1 change: 1 addition & 0 deletions climateserv/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .api import request_data
Loading

0 comments on commit fc0e428

Please sign in to comment.