diff --git a/scripts/us_cdc/500_places/README.md b/scripts/us_cdc/500_places/README.md index 69ffe8e6af..f2c9c53de6 100644 --- a/scripts/us_cdc/500_places/README.md +++ b/scripts/us_cdc/500_places/README.md @@ -37,6 +37,7 @@ The data imported in this effort is from the CDC's [500 Places project](https:// For data refresh for CDC500 import we need to manually search in the website for the latest release files across all geo levels and add the required configuration in [Json file](gs://datcom-csv/cdc500_places/download_config.json) present in the GCP Bucket Location. The config file is present locally as well [download_config.json](https://github.com/datacommonsorg/data/blob/master/scripts/us_cdc/500_places/download_config.json) we can use this file as well to generate the output. NOTE: If any changes made in local config update same changes in config file present in GCP as well vice versa. We should always keep both config file in sync. +Here is the path for download_config.json in bucket : gs://datcom-csv/cdc500_places/download_config.json Please fill the json file for the latest release data in below format: diff --git a/scripts/us_cdc/500_places/download_config.json b/scripts/us_cdc/500_places/download_config.json index 9694aa9065..9efc41b874 100644 --- a/scripts/us_cdc/500_places/download_config.json +++ b/scripts/us_cdc/500_places/download_config.json @@ -53,24 +53,44 @@ "release_year": 2024, "parameter": [ { - "URL": "https://data.cdc.gov/api/views/swc5-untb/rows.csv?accessType=DOWNLOAD", + "URL": "https://data.cdc.gov/api/views/fu4u-a9bh/rows.csv?accessType=DOWNLOAD", "FILE_TYPE": "County", "FILE_NAME": "county_raw_data_2024.csv" }, { - "URL": "https://data.cdc.gov/api/views/eav7-hnsx/rows.csv?accessType=DOWNLOAD", + "URL": "https://data.cdc.gov/api/views/sd8v-uq83/rows.csv?accessType=DOWNLOAD", "FILE_TYPE": "City", "FILE_NAME": "city_raw_data_2024.csv" }, { - "URL": "https://data.cdc.gov/api/views/cwsq-ngmh/rows.csv?accessType=DOWNLOAD", + "URL": "https://data.cdc.gov/api/views/ai6z-tcin/rows.csv?accessType=DOWNLOAD", "FILE_TYPE": "CensusTract", "FILE_NAME": "censustract_raw_data_2024.csv" + } + ] + }, + { + "release_year": 2025, + "parameter": [ + { + "URL": "https://data.cdc.gov/api/views/swc5-untb/rows.csv?accessType=DOWNLOAD", + "FILE_TYPE": "County", + "FILE_NAME": "county_raw_data_2025.csv" + }, + { + "URL": "https://data.cdc.gov/api/views/eav7-hnsx/rows.csv?accessType=DOWNLOAD", + "FILE_TYPE": "City", + "FILE_NAME": "city_raw_data_2025.csv" + }, + { + "URL": "https://data.cdc.gov/api/views/cwsq-ngmh/rows.csv?accessType=DOWNLOAD", + "FILE_TYPE": "CensusTract", + "FILE_NAME": "censustract_raw_data_2025.csv" }, { "URL": "https://data.cdc.gov/api/views/qnzd-25i4/rows.csv?accessType=DOWNLOAD", "FILE_TYPE": "ZipCode", - "FILE_NAME": "zipcode_raw_data_2024.csv" + "FILE_NAME": "zipcode_raw_data_2025.csv" } ] }