-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rio error #6
Comments
It likely relates to mapbox/rio-rgbify#39 In my fork at https://github.com/acalcutt/rio-rgbify/ I fixed this with acalcutt/rio-rgbify@6db4f8b , which set the densify_pts to the default gdal value |
It looks like in my later compact branch at https://github.com/acalcutt/rio-rgbify/tree/compact I ended up changing this to 2, which was the minimum. my reasoning for this was it was originally 0 and 2 was as close as you can get to that . also, the information at https://rasterio.readthedocs.io/en/stable/api/rasterio.warp.html says higher numbers can affect performance This compact branch, btw, adds in tile deduplication, if you have a lot of empty water areas it can help your mbtiles size. I would love a tester of this :-). |
This is addressed here : https://github.com/SilvioDallAcqua/terrain-rgb/blob/main/rgbify.md |
I got this error when rio running:
ERROR 1: densify_pts must be at least 2 if the output is geograpic.
Is there anybody who running into this error?
The text was updated successfully, but these errors were encountered: