Skip to content

Commit

Permalink
Update myla311_encampment_to_esri.py
Browse files Browse the repository at this point in the history
changed back to layer id 8de2a0e454124e4ca2679ea40dd0e04
  • Loading branch information
ernestbanh authored May 29, 2024
1 parent de3cc6f commit 97043c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/myla311_encampment_to_esri.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
dataset_id = 'uhrc'
)

#table = conn.table('view_myla311_services_request_homeless_encampment_status')
table = conn.table('myla311_service_request_homeless_encampment_status')
table = conn.table('view_myla311_services_request_homeless_encampment_status')
#table = conn.table('myla311_service_request_homeless_encampment_status')

lahub_user = os.environ["LAHUB_ACC_USERNAME"]
lahub_pass = os.environ["LAHUB_ACC_PASSWORD"]

#layer = 'b869c1780448443c84e8bda6d12ea59e'
#layer = '8de2a0e454124e4ca2679ea40dd0e04a'
layer = '76babd0fb4f442648f0675ca34f3c80d'
layer = '8de2a0e454124e4ca2679ea40dd0e04a'
#layer = '76babd0fb4f442648f0675ca34f3c80d'
OUTPUT_FILE = "./myla311_service_request_homeless_encampment_status.csv"

def prep_311_data(expr):
Expand Down

0 comments on commit 97043c0

Please sign in to comment.