-
Notifications
You must be signed in to change notification settings - Fork 36
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
Make tiles from GeoTiff #22
Comments
Hi @andrewyushkevich , I think what you want can be implemented by using some of the functions in I hope this helps. |
I just want to get tiles dataset typical {z}/{x}/{y} type for using with Openlayers or Leaflet. |
I think you will need to use |
Yes, I've seen this lib, but gdal is quite "big" for the one thing I need. btw, thanks for help. |
From what I understand it is all about the name of the directories and files, right? So in principle you could use what I said and export in the correct structure. If you do figure this out, please consider posting the way you did it and submitting a PR, which may be useful to others. Sorry I do not have the time to figure this out right now. I think the main issue will be to convert to |
Perhaps this may be useful to figure out what the different directory elements are. I guess for the zoom you can use one of the various functions in the library, e.g. |
I had the same issue, and I simply use the gdal_retile.py script. I had to change it a little bit because the default interface is not very nice, but overall it does the job nicely. |
Hi @ozak
I'd like to ask if it's possible to create tiles from GeoTiff with your lib?
I can't find such def, but maybe I miss something.
Thanks.
The text was updated successfully, but these errors were encountered: