Skip to main content

Kind Regards, Bjorn

UPDATE

Kind Regards, Bjorn

UPDATE

UPDATE

edited tags
Link
PolyGeo
  • 65.5k
  • 29
  • 115
  • 352
deleted 18 characters in body; deleted 10 characters in body
Source Link
GeoPy
  • 603
  • 10
  • 25

cannot create an output (see error above) with an added syntax warning that of import * is not allowed.

Counter = 0 
for fc in fcs:              
    rIn = os.path.join(InputFolder,fc)              
    rOut = os.path.join(Output,fc[:-4])                    
    jobs.append(pool.apply_async(net,(rIn, rOut,Counter)))            
    Counter = Counter ++= 1 

cannot create an output (see error above) with an added syntax warning that of import * is not allowed.

Counter = 0 
for fc in fcs:              
    rIn = os.path.join(InputFolder,fc)              
    rOut = os.path.join(Output,fc[:-4])                    
    jobs.append(pool.apply_async(net,(rIn, rOut,Counter)))            
    Counter = Counter + 1 

cannot create an output with an added syntax warning that of import * is not allowed.

Counter = 0 
for fc in fcs:              
    rIn = os.path.join(InputFolder,fc)              
    rOut = os.path.join(Output,fc[:-4])                    
    jobs.append(pool.apply_async(net,(rIn, rOut,Counter)))            
    Counter += 1
added 270 characters in body; added 1 characters in body
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading
added 1011 characters in body
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading
added 32 characters in body
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading
added 926 characters in body
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading
edited body
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading
deleted 14 characters in body
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading
Tweeted twitter.com/#!/StackGIS/status/146686517287469057
Source Link
GeoPy
  • 603
  • 10
  • 25
Loading