diff --git a/src/_datasets/parking-study-inventory.md b/src/_datasets/parking-study-inventory.md new file mode 100644 index 0000000000..1d06be3aef --- /dev/null +++ b/src/_datasets/parking-study-inventory.md @@ -0,0 +1,30 @@ +--- +schema: default +title: Parking study site inventory +department: Transportation +category: + - Transportation +resources: + - name: Parking study site inventory + url: >- + https://seshat.datasd.org/parking_study_inventory/parking_study_inventory_datasd.csv + format: csv + - name: Dictionary + url: >- + https://seshat.datasd.org/parking_study_inventory/parking_study_inventory_dictionary_datasd.csv + format: csv +license: 'http://www.opendefinition.org/licenses/odc-pddl' +date_issued: '2025-04-10' +date_modified: '2025-04-10' +maintainer: City of San Diego +maintainer_email: data@sandiego.gov +--- +Parking space inventory data from the Parking Demand Management Study conducted in 2024. Counts of various parking space types were collected and summed into total inventory for each of the sites - either street blocks or parking lots - selected for the on-street parking occupancy and duration portion of the study. + + + +To access additional on-street parking occupancy and duration data, see these datasets: + +{% include parking-study-list.html %} + +To read the full study, download the [study report](http://seshat.datasd.org/parking_study_summary/FINAL%20San%20Diego_Parking%20Demand%20Management%20Study_01.21.2025.pdf). \ No newline at end of file diff --git a/src/_datasets/parking-study-occupancy.md b/src/_datasets/parking-study-occupancy.md new file mode 100644 index 0000000000..0ca462b89d --- /dev/null +++ b/src/_datasets/parking-study-occupancy.md @@ -0,0 +1,30 @@ +--- +schema: default +title: Parking study hourly occupancy counts by site +department: Transportation +category: + - Transportation +resources: + - name: Parking study hourly occupancy counts + url: >- + https://seshat.datasd.org/parking_study_occupancy/parking_study_occupancy_datasd.csv + format: csv + - name: Dictionary + url: >- + https://seshat.datasd.org/parking_study_occupancy/parking_study_occupancy_dictionary_datasd.csv + format: csv +license: 'http://www.opendefinition.org/licenses/odc-pddl' +date_issued: '2025-04-10' +date_modified: '2025-04-10' +maintainer: City of San Diego +maintainer_email: data@sandiego.gov +--- +Hourly occupancy data from the Parking Demand Management Study conducted in 2024. Total hourly occupancy and hourly percent occupied were calculated for sites - street blocks and parking lots - selected for the on-street parking occupancy and duration portion of the study. + + + +To access additional on-street parking occupancy and duration data, see these datasets: + +{% include parking-study-list.html %} + +To read the full study, download the [study report](http://seshat.datasd.org/parking_study_summary/FINAL%20San%20Diego_Parking%20Demand%20Management%20Study_01.21.2025.pdf). \ No newline at end of file diff --git a/src/_datasets/parking-study-raw-data.md b/src/_datasets/parking-study-raw-data.md new file mode 100644 index 0000000000..52a94f42aa --- /dev/null +++ b/src/_datasets/parking-study-raw-data.md @@ -0,0 +1,30 @@ +--- +schema: default +title: Parking study raw data +department: Transportation +category: + - Transportation +resources: + - name: Parking study raw data + url: >- + https://seshat.datasd.org/parking_study_raw_data/parking_study_raw_data_datasd.csv + format: csv + - name: Dictionary + url: >- + https://seshat.datasd.org/parking_study_raw_data/parking_study_raw_data_dictionary_datasd.csv + format: csv +license: 'http://www.opendefinition.org/licenses/odc-pddl' +date_issued: '2025-04-10' +date_modified: '2025-04-10' +maintainer: City of San Diego +maintainer_email: data@sandiego.gov +--- +Raw data from the Parking Demand Management Study conducted in 2024. Raw data includes the hourly tracking of parking events for sites - street blocks and parking lots - selected for the on-street parking occupancy and duration portion of the study. + + + +To access additional on-street parking occupancy and duration data, see these datasets: + +{% include parking-study-list.html %} + +To read the full study, download the [study report](http://seshat.datasd.org/parking_study_summary/FINAL%20San%20Diego_Parking%20Demand%20Management%20Study_01.21.2025.pdf). \ No newline at end of file diff --git a/src/_datasets/parking-study-summary.md b/src/_datasets/parking-study-summary.md new file mode 100644 index 0000000000..d501e41959 --- /dev/null +++ b/src/_datasets/parking-study-summary.md @@ -0,0 +1,30 @@ +--- +schema: default +title: Parking study average occupancy by site +department: Transportation +category: + - Transportation +resources: + - name: Parking study average occupancy + url: >- + https://seshat.datasd.org/parking_study_summary/parking_study_summary_datasd.csv + format: csv + - name: Dictionary + url: >- + https://seshat.datasd.org/parking_study_summary/parking_study_summary_dictionary_datasd.csv + format: csv +license: 'http://www.opendefinition.org/licenses/odc-pddl' +date_issued: '2025-04-10' +date_modified: '2025-04-10' +maintainer: City of San Diego +maintainer_email: data@sandiego.gov +--- +Average occupancy data from the Parking Demand Management Study conducted in 2024. Average occupancy and average percent occupied were calculated for sites - street blocks and parking lots - selected for the on-street parking occupancy and duration portion of the study. + + + +To access additional on-street parking occupancy and duration data, see these datasets: + +{% include parking-study-list.html %} + +To read the full study, download the [study report](http://seshat.datasd.org/parking_study_summary/FINAL%20San%20Diego_Parking%20Demand%20Management%20Study_01.21.2025.pdf). \ No newline at end of file diff --git a/src/_includes/parking-study-list.html b/src/_includes/parking-study-list.html new file mode 100644 index 0000000000..36221024df --- /dev/null +++ b/src/_includes/parking-study-list.html @@ -0,0 +1,8 @@ +{% for dataset in site.datasets %} +{% if dataset.title contains 'Parking study' and dataset.title != page.title %} +{% assign dataset_resources = dataset.resources %} +
+{% endif %} +{% endfor %} \ No newline at end of file