VIDA-NYU / tile2net

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

Fix black tile size and remove tile_step from BaseGrid #63

Closed Mary-h86 closed 3 months ago

Mary-h86 commented 3 months ago

This PR fixes the issue with the size of black tiles that are used cross Raster, to be the same size as the Grid's tile instead of always defaulting to 256. I also removed the tile_step attribute from BaseGrid since BaseGrid should always reflect the Slippy Tile Map grid. The inference notebook is also updated with some extra explanation including adding dump_percent argument.