UTokyo-FieldPhenomics-Lab / EasyIDP

A handy tool for dealing with region of interest (ROI) on the image reconstruction (Metashape & Pix4D) outputs, mainly in agriculture applications
https://easyidp.readthedocs.io/en/latest/
MIT License
44 stars 6 forks source link

Provide visualization method for GeoTiff #45

Open HowcanoeWang opened 1 year ago

HowcanoeWang commented 1 year ago
>>> 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 commented 1 year ago

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