Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New York Energy use case to populate script #45

Merged
merged 19 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
cfa32a8
Reorganize sample_data folder to accomodate multiple use cases
annehaley Jun 19, 2024
48e0a22
Add module-based dataset loading
annehaley Jun 24, 2024
d499531
Add a function to consolidate nysdp features
annehaley Jul 8, 2024
0257833
wip: interpret network from vector features
annehaley Jul 10, 2024
29650e7
fix: Improve speed and accuracy of network interpretation algorithm
annehaley Jul 29, 2024
478f58a
fix: Small bug fixes
annehaley Jul 29, 2024
0bb90a4
feat: Add import script to load county networks from exported geojson…
annehaley Jul 29, 2024
0f985c9
style: Reformat with tox
annehaley Jul 29, 2024
d71c90a
fix: only delete old map layers at beginning of dataset ingest
annehaley Jul 29, 2024
3f18006
style: Additional style fixes
annehaley Jul 29, 2024
f859588
fix: `network.dataset` -> `dataset`
annehaley Jul 31, 2024
fb2cb07
refactor: remove unnecessary string casting
annehaley Aug 2, 2024
48a769d
refactor: create ingest modules with `convert_dataset` function for e…
annehaley Aug 2, 2024
df98b5d
fix: ingest contexts before charts
annehaley Aug 2, 2024
11c2c83
test: adjust expected number of contexts in populate test
annehaley Aug 2, 2024
ee55020
fix: remove other usages of module reference for nysdp datasets
annehaley Aug 5, 2024
e2c7549
fix: filter properties upon import (key and value must exist)
annehaley Aug 5, 2024
296dc78
fix: remove unintentional quotes
annehaley Aug 5, 2024
a287c78
refactor: Rename `vector_features_from_network` -> `create_vector_fea…
annehaley Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minio/*
rabbitmq/*
.vscode/
staticfiles/
sample_data/*/*
sample_data/downloads/*

# osmnx data cache folder
cache
Expand Down
14 changes: 0 additions & 14 deletions sample_data/cities.json

This file was deleted.

144 changes: 0 additions & 144 deletions sample_data/ingest_sample_data.py

This file was deleted.

112 changes: 0 additions & 112 deletions sample_data/ingest_sample_data_output.txt

This file was deleted.

Loading
Loading