I downloaded a 150GB satellite .jp2 image, of which I only want a small section at a time. How would I go about tiling the image in manageable chunks? Just extracting a part of the image would also be enough.
As I'm only somewhat familiar with Python, I looked at the Pillow and OpenCV libraries, but without success as the image resolution exceeds their limits. I also looked into Openslide for Python, but couldn't get rid of an error (Could not find module 'libopenslide-0.dll').