Skip to content
Snippets Groups Projects
Commit c4c7e7fb authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Reorganized code for generating the lookup json files.

parent 04141cf9
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ import json
import logging
from waterdata.utils import execute_get_request, parse_rdb
from nwis_code_lookups.nwis_lookups import translate_to_lookup, translate_codes_by_group
from nwis_code_lookups.wqp_lookups import get_lookup_by_json, get_nwis_state_lookup, get_nwis_county_lookup, is_us_county
from lookup_generation.nwis_lookups import translate_to_lookup, translate_codes_by_group
from lookup_generation.wqp_lookups import get_lookup_by_json, get_nwis_state_lookup, get_nwis_county_lookup, is_us_county
"""
Generates a json object that will contain keys for the various codes used in NWIS site info expanded service
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment