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?
Downloading
https://tiles.skimap.org/geojson/runs.geojsonworks fine for me locally (via a pythonrequests.getquery), 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?