Skip to content

Commit

Permalink
Don't create VRT
Browse files Browse the repository at this point in the history
  • Loading branch information
jterry64 committed Jun 6, 2024
1 parent c8a0b73 commit 3ba9456
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions city_metrix/layers/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def write(self, bbox, output_path, tile_degrees=None):
file_names.append(file_name)

write_layer(file_name, data)

gdal.BuildVRT(f"{output_path}.vrt", file_names)
else:
data = self.aggregate.get_data(bbox)
write_layer(output_path, data)
Expand Down

0 comments on commit 3ba9456

Please sign in to comment.