v0.3.0
v0.3.0 (2024-08-21)
Feature
- feat: Add import script to load county networks from exported geojson files (
0bb90a4
)
Fix
-
fix: remove unintentional quotes (
296dc78
) -
fix: filter properties upon import (key and value must exist) (
e2c7549
) -
fix: remove other usages of module reference for nysdp datasets (
ee55020
) -
fix: ingest contexts before charts (
df98b5d
) -
fix:
network.dataset
->dataset
(f859588
) -
fix: only delete old map layers at beginning of dataset ingest (
d71c90a
) -
fix: Small bug fixes (
478f58a
) -
fix: Improve speed and accuracy of network interpretation algorithm (
29650e7
)
Refactor
-
refactor: Rename
vector_features_from_network
->create_vector_features_from_network
(a287c78
) -
refactor: create ingest modules with
convert_dataset
function for each use case (48a769d
) -
refactor: remove unnecessary string casting (
fb2cb07
)
Style
Test
- test: adjust expected number of contexts in populate test (
11c2c83
)
Unknown
- Merge pull request #45 from OpenGeoscience/use_cases
Add New York Energy use case to populate script (221fdf2
)