-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wheels too large for pypi: > 100mb #31
Comments
The process of converting the shapefile from the OSM website into a WKB is really slow as it's a lot of data... around 4Gb if I'm not mistaken. So I'd assume that yeah, we can do it but I don't think it's a good idea as it'd slow everything down a lot. |
Ok, I guess we should petition to have the limit raised then. |
Limit is increased, but wheels are not re-enabled yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the OSM landmask (#30 ) the wheels are now too large to be uploaded to pypi (https://github.com/gauteh/roaring-landmask/actions/runs/10826468321/job/30038361665): https://pypi.org/help/#file-size-limit
Can we download the OSM wkb on demand? Otherwise we need to request a larger pypi limit (I did this once before when the limit was lower than 100mb).
ping: @TheSylex
The text was updated successfully, but these errors were encountered: