diff --git a/open_data/Makefile b/open_data/Makefile
index 3d68717e5..1d305e5ca 100644
--- a/open_data/Makefile
+++ b/open_data/Makefile
@@ -12,7 +12,8 @@ compile_open_data_portal:
python update_fields_fgdc.py # populate fields with data dictionary yml values, run if update_data_dict had changes to incorporate
# Download the zipped shapefiles and metadata.yml and move to local ESRI directory
#python arcgis_script_pro.py #(in ESRI!)
- python metadata_update_pro.py # go back into ESRI and update xml
+ # Bring the ESRI rewritten XML files into Hub and drop into xml/ and allow overwrite(s)
+ python metadata_update_pro.py # (in Hub)
# Download the overwritten XML files in xml/run_in_esri/ and move to local ESRI directory.
#python arcgis_script_pro.py #(in ESRI!)
python cleanup.py # run after ESRI work done
\ No newline at end of file
diff --git a/open_data/update_vars.py b/open_data/update_vars.py
index 5569d44f4..7a3d71eb9 100644
--- a/open_data/update_vars.py
+++ b/open_data/update_vars.py
@@ -19,10 +19,10 @@
DATA_DICT_YML = Path("data_dictionary.yml")
RUN_ME = [
- #"ca_hq_transit_areas",
- #"ca_hq_transit_stops",
- "ca_transit_routes",
- "ca_transit_stops",
- "speeds_by_stop_segments",
- "speeds_by_route_time_of_day",
+ "ca_hq_transit_areas",
+ "ca_hq_transit_stops",
+ #"ca_transit_routes",
+ #"ca_transit_stops",
+ #"speeds_by_stop_segments",
+ #"speeds_by_route_time_of_day",
]
\ No newline at end of file
diff --git a/open_data/xml/ca_hq_transit_areas.xml b/open_data/xml/ca_hq_transit_areas.xml
index d46a0f366..78d8a8dda 100644
--- a/open_data/xml/ca_hq_transit_areas.xml
+++ b/open_data/xml/ca_hq_transit_areas.xml
@@ -20,7 +20,7 @@
- 2024-10-08
+ 2024-10-30
ISO 19139 Geographic Information - Metadata - Implementation Specification
@@ -85,7 +85,7 @@
- 2024-09-18
+ 2024-10-16
diff --git a/open_data/xml/ca_hq_transit_stops.xml b/open_data/xml/ca_hq_transit_stops.xml
index c753d5fd1..e171b5047 100644
--- a/open_data/xml/ca_hq_transit_stops.xml
+++ b/open_data/xml/ca_hq_transit_stops.xml
@@ -20,7 +20,7 @@
- 2024-10-08
+ 2024-10-30
ISO 19139 Geographic Information - Metadata - Implementation Specification
@@ -85,7 +85,7 @@
- 2024-09-18
+ 2024-10-16