EasyIDP icon indicating copy to clipboard operation
EasyIDP copied to clipboard

Provide visualization method for GeoTiff

Open HowcanoeWang opened this issue 3 years ago • 1 comments
trafficstars

>>> dom = idp.GeoTiff("xxxx.tiff")
>>> dom
<matplotlib.pyplot.axes>

For large dom (> 2000x2000), use the subpixels, and only create a 200x200 preview (make grid point lists and point_query for pixel values of these points).

HowcanoeWang avatar Sep 04 '22 05:09 HowcanoeWang

May also work if reading the last page of pyramid geotiff.

HowcanoeWang avatar Dec 16 '22 13:12 HowcanoeWang