Remove unused code for matlab interface
This commit is contained in:
부모
12fdc5401e
커밋
caf51d72ba
1개의 변경된 파일과 0개의 추가작업 그리고 3개의 파일을 삭제
|
|
@ -134,9 +134,6 @@ def raster(poly_xy: numpy.ndarray,
|
|||
|
||||
# If the shape fell completely outside our area, just return a blank grid
|
||||
if poly_xy_xy.size == 0:
|
||||
# for matlab:
|
||||
# rg = array.array('d', numpy.nditer(zeros(num_xy_px), order='F'))
|
||||
# return rg
|
||||
return zeros(num_xy_px)
|
||||
|
||||
# ## Calculate area, cover
|
||||
|
|
|
|||
불러오는 중…
테이블 추가
링크 추가
Reference in a new issue