Skip to content

Commit

Permalink
adding building height
Browse files Browse the repository at this point in the history
  • Loading branch information
Sueda Ciftci committed Sep 7, 2022
1 parent b623c56 commit 6d0f50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ def download(
pred_sources=[Source.laqn],
pred_interest_points={Source.laqn: "all"},
species=[Species.NO2],
norm_by=Source.laqn,
static_features=[
StaticFeatureNames.park,
StaticFeatureNames.flat,
StaticFeatureNames.total_road_length,
StaticFeatureNames.max_canyon_ratio,
StaticFeatureNames.building_height,
],
buffer_sizes=[FeatureBufferSize.two_hundred],
dynamic_features=[],
norm_by=Source.laqn,
)

model_config = ModelConfig(secretfile=secretfile)
Expand Down
2 changes: 1 addition & 1 deletion docs/exportdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Create a JSON secret file that will connect to azure database.
This command saves four days of LAQN data as a CSV file to the specified path.

```
urbanair dataset download ~/Dataset/urbanair
urbanair dataset download ~/Datasets/urbanair
```

0 comments on commit 6d0f50a

Please sign in to comment.