GeoTiff¶
Class¶
A summary of class easyidp.pointcloud.GeoTiff, can be simple accessed by easyidp.GeoTiff
|
A easy GeoTiff class warpped on rasterio |
Functions¶
This module (easyidp.geotiff) also contains the following standard-alone functions for preocessing GeoTiff file directly.
注意
The easyidp.GeoTiff class is an advanced wrapper around the following functions, which is generally sufficient for most simple application cases, please don't use the following functions unless you really need them.
|
Read the necessary meta infomation from TIFF file |
|
Read full map data as numpy array (time and RAM costy, not recommended, often requires |
|
[Deprecated] Convert geo coordinate (lon, lat) to geotiff pixel coordinate (horizontal, vertical) |
|
[Deprecated] Convert geotiff pixel coordinate (horizontal, vertical) to geo coordinate (x, y) |