Skip to content

Commit

Permalink
oct hqta metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Oct 30, 2024
1 parent bfce871 commit f65c81a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion open_data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions open_data/update_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
4 changes: 2 additions & 2 deletions open_data/xml/ca_hq_transit_areas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-10-08</ns1:Date>
<ns1:Date>2024-10-30</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-09-18</ns1:Date>
<ns1:Date>2024-10-16</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/ca_hq_transit_stops.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-10-08</ns1:Date>
<ns1:Date>2024-10-30</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-09-18</ns1:Date>
<ns1:Date>2024-10-16</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down

0 comments on commit f65c81a

Please sign in to comment.