[gdal-dev] break a bounding box into smaller boxes

2021-02-17 Thread MRRAJESH
Hi, We have large area bbox coordinates. When we hit with this BBOX, MapServer is not able to handle the bigger size bbox values. We are planning to split the bigger bbox into multiple bboxes and send them to the map server for features data. Any library or sample code to break a bounding box in

[gdal-dev] Create cloud optimized geotiff without re-encoding?

2021-02-17 Thread mhw-at-yg
Hi Folks, I have a lot of jpeg-in-geotiff imagery that I would like to convert to Cloud Optimized Geotiff. Is there any way to do that without re-encoding the pixel values? I'm trying to avoid paying the price of: * lossy + lossy compression that results from feeding a jpeg source to a jpeg

Re: [gdal-dev] Python Wheels for gdal

2021-02-17 Thread Idan Miara
>From what I can see, the gdal302.dll inside https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal doesn't depend on any non-windows DLL. All its dependencies are statically linked. Maybe until a better solution is found, and to remedy all the windows users who just want to `pip install gdal`, We could