Skip to content

Commit

Permalink
reduce max cell size
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori committed Dec 18, 2024
1 parent 8f39562 commit eb2f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_metrix/layers/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import shapely.geometry as geometry
import pandas as pd

MAX_TILE_SIZE_DEGREES = 0.5 # TODO Why was this value selected?
MAX_TILE_SIZE_DEGREES = 0.2 # TODO Why was this value selected?

class Layer:
def __init__(self, aggregate=None, masks=[]):
Expand Down

0 comments on commit eb2f90e

Please sign in to comment.