Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/_datasets/parking-study-inventory.md
Original file line number Diff line number Diff line change
@@ -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.

<!--more-->

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).
30 changes: 30 additions & 0 deletions src/_datasets/parking-study-occupancy.md
Original file line number Diff line number Diff line change
@@ -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.

<!--more-->

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).
30 changes: 30 additions & 0 deletions src/_datasets/parking-study-raw-data.md
Original file line number Diff line number Diff line change
@@ -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.

<!--more-->

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).
30 changes: 30 additions & 0 deletions src/_datasets/parking-study-summary.md
Original file line number Diff line number Diff line change
@@ -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.

<!--more-->

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).
8 changes: 8 additions & 0 deletions src/_includes/parking-study-list.html
Original file line number Diff line number Diff line change
@@ -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 %}
<ul>
<li><a href="{{ site.baseurl }}{{ dataset.url }}">{{ dataset_resources.first.name }}</a></li>
</ul>
{% endif %}
{% endfor %}