Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

py3 cdl has iteritems #517

Closed ircwaves closed 4 years ago

ircwaves commented 4 years ago
root@6528bb6dddbe:/icooke/gips1.0# gips_export cdl -s /archive/kingman_albers.shp -d 2017-001
GIPS Data Export (v0.0.0-dev)
Error: 'dict' object has no attribute 'iteritems'
  Dates: 1 dates (2017-01-01 - 2017-01-01)
  Products: cdl
    DATE     Coverage  Product  
2017        
    001     cdl  

1 files on 1 dates
Fatal: 1 error(s) occurred:
Error: 'dict' object has no attribute 'iteritems'
root@6528bb6dddbe:/icooke/gips1.0# cd /gips
root@6528bb6dddbe:/gips# grep -R 'iteritems' .
./gips/data/cdl/cdl.py:        for asset_type, asset in self.assets.iteritems():
ra-tolson commented 4 years ago

We're handling this internally; this is technically a duplicate.