这是一个错误,还是我不了解 IPython 中的 %hist ?
In [79]: hist -g shapely
102/16: from shapely import Point, mapping
102/17: from shapely import Point, mapping
102/18: from shapely import mapping
102/19: import shapely
102/20: shapely?
140/53: import shapely
54: import shapely
In [80]: hist -n ~102/14-20
122/14: l
122/15: ls
122/16: nco.variables.keys()
122/17: ls
122/20: nco.sync()
好?似乎有一个 20 的偏移量......为什么?
In [81]: hist -n ~122/14-20
102/14: utm33N = pyproj.Proj(proj='utm', zone=33, south=False, ellipse='ED50')
102/15: import ogr
102/16: from shapely import Point, mapping
102/17: from shapely import Point, mapping
102/18: from shapely import mapping
102/19: import shapely
102/20: shapely?