You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ignore documentation and import errors in notebooks
ruff = ["--ignore=D", "--ignore=I"]
[tool.poetry]
name = "greenspace-accessibility-sabadell"
version = "0.1.0"
description = "Study of the accessibility of urban greenspaces with different vegetation maps (NDVI, LULC and imagery): a case study in Sabadell, Catalonia"
license = "GPL-3.0"
authors = [
"Martí Bosch",
]
packages = [
{ include = "greenspace_accessibility_sabadell" },