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
I started out with only a few regions, but now I need to do many more. This is pretty tedious to do by hand.
I was about to build something that would scrape the website and calculate this data instead, however, I thought I'd bring this forward as an issue to see if:
There is an easier way to do this that is closer to the data, and doesn't require html scraping
This would be useful for anyone else
Thoughts?
The text was updated successfully, but these errors were encountered:
I agree this would be very useful. A minimal change to support it could be to modify the grid endpoint to support returning as JSON format rather than rendering the template, then process that as desired on the client side.
Edit: it was such a small change that I went ahead and made a PR: #50
Hey there,
Some background...
A while ago I created a lookup table manually using the data from the cloudping website.
The lookup table is used to determine which region is nearest to a particular region.
The table looks like this:
and is used, in python for example, like this:
I started out with only a few regions, but now I need to do many more. This is pretty tedious to do by hand.
I was about to build something that would scrape the website and calculate this data instead, however, I thought I'd bring this forward as an issue to see if:
Thoughts?
The text was updated successfully, but these errors were encountered: