Skip to content

Commit

Permalink
updated v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samapriya committed Jun 30, 2019
1 parent bf922a0 commit 845ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porder/geojson2id.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def idl(**kwargs):
intersect=(aoi_shape).intersection(s)
proj = partial(pyproj.transform, pyproj.Proj(init='epsg:4326'),
pyproj.Proj(init='epsg:'+str(epsgcode)))
print('Processing ' + str(len(ar) + 1) + ' items with total area'+ str("{:,}".format(round(sum(far)))) + ' sqkm', end='\r')
print('Processing ' + str(len(ar) + 1) + ' items with total area '+ str("{:,}".format(round(sum(far)))) + ' sqkm', end='\r')
if transform(proj,aoi_shape).area>transform(proj,s).area:
if (transform(proj,intersect).area/transform(proj,s).area*100)>=ovp:
ar.append(transform(proj,intersect).area/1000000)
Expand Down

0 comments on commit 845ca50

Please sign in to comment.