VacuateConf.py 380 Bytes
# coding=utf-8
#author:        4N
#createtime:    2021/8/25
#email:         nheweijun@sina.com


class VacuateConf:
    original_density = 4
    least_vacuate_count = 20000
    lonlat_gridsize = [0.00008, 0.00016, 0.00032, 0.00064, 0.00128, 0.00256, 0.00512, 0.01024, 0.02048,0.04096, 0.08192]
    project_gridsize = [8,16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]