VIDA-NYU / tile2net

Automated mapping of pedestrian networks from aerial imagery tiles
BSD 3-Clause "New" or "Revised" License
151 stars 24 forks source link

Dhodcz2 #22

Closed dhodcz2 closed 1 year ago

dhodcz2 commented 1 year ago

fixed ipython namespace.py json.loads() loading an empty string if ( not sys.stdin.isatty() and (text := sys.stdin.read()) != '' ): first clause is true if IPython or piped in terminal second clause is true if piped in terminal (but would wait indefinitely if not for first clause)