数据栅格化 — TransBigData 0.4.10 文档
数据栅格化
方法总览
area_to_grid(location[, accuracy, method, ...]) | 从研究范围生成栅格 |
area_to_params(location[, accuracy, method]) | 从研究范围生成栅格参数 |
GPS_to_grid(lon, lat, params) | GPS数据对应栅格编号 |
grid_to_centre(gridid, params) | 栅格编号对应栅格中心点经纬度 |
grid_to_polygon(gridid, params) | 栅格编号生成栅格的地理信息列 |
grid_to_area(data, shape, params[, col]) | 栅格与地理数据空间连接 |
grid_to_params(grid) | 从栅格数据重新生成栅格参数,目前仅支持方形栅格 |
grid_params_optimize(data, initialparams[, ...]) | 栅格化参数优化方法 |
geohash_encode(lon, lat[, precision]) | 输入经纬度与精度,输出geohash编码 |
geohash_decode(geohash) | 输入geohash,输出经纬度 |
geohash_togrid(geohash) | 输入geohash编码,输出geohash网格的地理信息图形Series列 |
栅格时空数据处理框架
栅格处理方法之间的关系