mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Hotfix for DOT data source DNS issue (#1999)
This commit is contained in:
parent
e2641fe2a6
commit
d89c516131
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ class TravelCompositeETL(ExtractTransformLoad):
|
||||||
"""ETL class for the DOT Travel Disadvantage Dataset"""
|
"""ETL class for the DOT Travel Disadvantage Dataset"""
|
||||||
|
|
||||||
NAME = "travel_composite"
|
NAME = "travel_composite"
|
||||||
SOURCE_URL = "https://www.transportation.gov/sites/dot.gov/files/Shapefile_and_Metadata.zip"
|
# Commenting below temporarily to get stating going. In the next PR we'll have env vars to control
|
||||||
|
# data source endpoints to be either "source" or "aws"
|
||||||
|
# SOURCE_URL = "https://www.transportation.gov/sites/dot.gov/files/Shapefile_and_Metadata.zip"
|
||||||
|
SOURCE_URL = "https://justice40-data.s3.amazonaws.com/data-sources/raw-data-sources/dot_travel_composite/Shapefile_and_Metadata.zip"
|
||||||
GEO_LEVEL = ValidGeoLevel.CENSUS_TRACT
|
GEO_LEVEL = ValidGeoLevel.CENSUS_TRACT
|
||||||
PUERTO_RICO_EXPECTED_IN_DATA = False
|
PUERTO_RICO_EXPECTED_IN_DATA = False
|
||||||
LOAD_YAML_CONFIG: bool = True
|
LOAD_YAML_CONFIG: bool = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue