GeoTiff

A summary of class easyidp.pointcloud.GeoTiff, can be simple accessed by easyidp.GeoTiff

GeoTiff([file_path, imarray, header, mask])

A easy GeoTiff class warpped on rasterio

函数

此模块(easyidp.geotiff)还包含以下独立函数,用于直接处理GeoTiff文件。

小心

easyidp.GeoTiff 类是以下函数的高级包装器,通常足以满足大多数简单应用情况,除非您确实需要,否则请不要使用以下函数。

get_header(tif_path)

从 GeoTIFF 文件中读取必要的元信息

get_imarray(tif_path)

将完整地图数据读取为 numpy 数组(耗时且占用大量内存,不推荐,通常需要 4 x 文件大小 的内存)

geo2pixel(points_hv, header[, return_index])

[Deprecated] Convert geo coordinate (lon, lat) to geotiff pixel coordinate (horizontal, vertical)

pixel2geo(points_hv, header)

[Deprecated] Convert geotiff pixel coordinate (horizontal, vertical) to geo coordinate (x, y)