Skip to content

Commit

Permalink
Remove OBE TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 12, 2023
1 parent f71067a commit 28e6e05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions snow_today_webapp_ingest/make_region_shapes_and_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
Since the webapp needs only one shape at a time, we must split them up into separate
files, one file per region. We also must save them into a format that our web
application can understand (GeoJSON).
TODO: Do we need to simplify the shapes to optimize for storage space or data transfer?
TODO: Should we split the different categories of regions into different files?
TODO: How to organize region relationships? E.g. USwest contains all HUCs and states.
Some HUCs contain other HUCs.
"""
import functools
import json
Expand Down

0 comments on commit 28e6e05

Please sign in to comment.