urban-environments icon indicating copy to clipboard operation
urban-environments copied to clipboard

##urbanatlas

Open aingchhengngunn opened this issue 5 years ago • 1 comments

It doesn't work properly for build the urbanatlas.

File "", line 52 print "%d polygons | %d land use classes" % (len(self._gdf), len(self._classes)) ^ SyntaxError: invalid syntax

aingchhengngunn avatar Jul 14 '19 05:07 aingchhengngunn

You may be using Python3. Just wrap everything following to print with braces - ().

maifeeulasad avatar Jul 13 '21 14:07 maifeeulasad