- fix error when use raster to process gdal dataset
- transfer
GDAL
torasterio
for more convenient API, and the uncompatible API ofGDAL
is not supported
- add documentation in
/docs
use sphinx - add
Farm
,Field
,RsImg
,NewFarmWithOneImg
,FarmAnnotation
class, these are very useful for image analysis and statistics - support most process in memory, only write result to disk when necessary
TODO:
- fix connect between gdal and rasterio memory dataset
加入田块聚类功能 有一个bug,就是当田块polygon有点,但是mask没点,就会报错(已修复)