Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no hyperlink in emails from microclim query #23

Open
mrke opened this issue Dec 27, 2018 · 1 comment
Open

no hyperlink in emails from microclim query #23

mrke opened this issue Dec 27, 2018 · 1 comment
Assignees

Comments

@mrke
Copy link

mrke commented Dec 27, 2018

I just had a go at using the api. I used some code Ofir used previously (below) as well as using the web interface and got an email indicting success but there was no hyperlink in the message.

ma <- microclimRapi:::MicroclimAPI$new(token = api_token,url_mc='http://microclim.org/')
lat = "39.48178546986059"
lon = "-106.51519775390625"
mrwind <- microclimRapi:::MicroclimRequest$new(
latS = lat,
latN=lat,
lonW=lon,
lonE=lon,
variable="WIND10",
shadelevel=0,
hod=1.92,
interval=0,
aggregation=0,
stdate="19810101",
eddate="19810131",
file="csv")

ext_req= ma$request(mrwind)

email:

Your request was submitted with parameters - start date 19810101, enddate 19810131, bounding box (39.48178546986059,39.48178546986059) (-106.51519775390625,-106.51519775390625), shade level 0, height 1.92, interval 0 and aggregation metric 0.
You can access your files using the hyperlinks below

If any questions/issues, please report it on our github issues page - https://github.com/trenchproject/ebm/issues.

@ajijohn ajijohn self-assigned this Jun 14, 2019
@ajijohn
Copy link
Owner

ajijohn commented Jun 14, 2019

Hey Mike, Apologies for not been able to answer it promptly.

Few steps are required to get the files programmatically , please see the vignette below
https://github.com/trenchproject/microclimRapi/blob/master/vignettes/microclim.ipynb

Let me know I you run into issues again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants