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
Downloading https://tiles.skimap.org/geojson/runs.geojson works fine for me locally (via a python requests.get query), but the same query fails on GitHub Actions with:
HTTPError: 403 Client Error: Forbidden for url:
https://tiles.skimap.org/geojson/runs.geojson
I am looking to update my project on a scheduled basis, such that I would do weekly or monthly downloads of the OpenSkiMap data resources. These would be scheduled or adhoc, but not on a per-commit / CI basis.
I imagine there might be some IP filters to try to reduce excessive bandwidth consumption. Not sure if @russellporter you control them.
Wanted to get your initial feedback on whether restrictions could be lifted or any sort of authorization is possible?
The text was updated successfully, but these errors were encountered:
runs.geojson is quite large at 911 MB, although XZ compression reduces this to 96 MB. #137 could reduce the file size even more. So possibly other approaches to reduce storage and bandwidth costs.
Downloading
https://tiles.skimap.org/geojson/runs.geojson
works fine for me locally (via a pythonrequests.get
query), but the same query fails on GitHub Actions with:I am looking to update my project on a scheduled basis, such that I would do weekly or monthly downloads of the OpenSkiMap data resources. These would be scheduled or adhoc, but not on a per-commit / CI basis.
I imagine there might be some IP filters to try to reduce excessive bandwidth consumption. Not sure if @russellporter you control them.
Wanted to get your initial feedback on whether restrictions could be lifted or any sort of authorization is possible?
The text was updated successfully, but these errors were encountered: