You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
since http://windflo.com/ is not working .. i just wanna know the dataset/json you are using in your get, post requests...is it available anywhere in the project or at some other link? like
r = requests.post('http://windflo.com/evaluate/',
json=dict(api_token=self.user_token,
run=self.run_token,
scenario=self.ws.number,
xs=layout[:,0].tolist(),
ys=layout[:,1].tolist()))
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
since http://windflo.com/ is not working .. i just wanna know the dataset/json you are using in your get, post requests...is it available anywhere in the project or at some other link? like
r = requests.post('http://windflo.com/evaluate/',
json=dict(api_token=self.user_token,
run=self.run_token,
scenario=self.ws.number,
xs=layout[:,0].tolist(),
ys=layout[:,1].tolist()))
The text was updated successfully, but these errors were encountered: