pythonprincess commited on
Commit
0926e05
·
verified ·
1 Parent(s): 1fb32cc

Delete data/el_paso_tx.json

Browse files
Files changed (1) hide show
  1. data/el_paso_tx.json +0 -115
data/el_paso_tx.json DELETED
@@ -1,115 +0,0 @@
1
- {
2
- "city": "El Paso",
3
- "state": "Texas",
4
- "tenant_id": "el_paso_tx",
5
- "legal_notes": {
6
- "behavioral_health": "state_only",
7
- "csb_authority": "none",
8
- "events_source": "city_official_site",
9
- "transit_source": "city",
10
- "trash_source": "city",
11
- "public_safety_source": "city",
12
- "warming_center_authority": "city",
13
- "sexual_health_authority": "state"
14
- },
15
- "official_links": {
16
- "city_homepage": "https://www.elpasotexas.gov/",
17
- "events_calendar": "https://events.elpasotexas.gov/",
18
- "public_health": "https://www.elpasotexas.gov/public-health/",
19
- "transit": "https://sunmetro.net/",
20
- "libraries": "https://www.elpasolibrary.org/",
21
- "parks_and_recreation": "https://www.elpasotexas.gov/parks-and-recreation/",
22
- "emergency_management": "https://www.elpasotexas.gov/fire-department/emergency-management/",
23
- "trash": "https://www.elpasotexas.gov/environmental-services/"
24
- },
25
- "services": {
26
- "behavioral_health": {
27
- "allowed": true,
28
- "authority": "state",
29
- "resources": [
30
- {
31
- "name": "Texas Health and Human Services (Crisis Hotline)",
32
- "link": "https://www.hhs.texas.gov/services/mental-health-substance-use",
33
- "phone": "800-273-8255 (National Suicide Prevention Lifeline)",
34
- "notes": "Since El Paso does not rely on a local CSB, Penny should prioritize state and national resources for mental health and substance abuse crises."
35
- },
36
- {
37
- "name": "Emergence Health Network (Local Mental Health Authority)",
38
- "link": "https://www.ehn.org/",
39
- "phone": "915-884-8884",
40
- "notes": "The Local Mental Health Authority for El Paso County, providing emergency services and outpatient care."
41
- }
42
- ]
43
- },
44
- "sexual_health": {
45
- "allowed": true,
46
- "authority": "state",
47
- "resources": [
48
- {
49
- "name": "City of El Paso Department of Public Health – HIV/STD",
50
- "link": "https://www.elpasotexas.gov/public-health/sexual-health",
51
- "phone": "915-212-6600",
52
- "notes": "Local city department offering confidential testing, treatment, and prevention services."
53
- },
54
- {
55
- "name": "Texas Department of State Health Services (DSHS)",
56
- "link": "https://www.dshs.texas.gov/hivstd/testing",
57
- "phone": "",
58
- "notes": "State authority for broader sexual health policies and resources."
59
- }
60
- ]
61
- },
62
- "warming_and_cooling_centers": {
63
- "allowed": true,
64
- "authority": "city",
65
- "resources": [
66
- {
67
- "name": "City of El Paso Recreation Centers",
68
- "address": "Varies by activation",
69
- "season": "winter/summer",
70
- "link": "https://www.elpasotexas.gov/parks-and-recreation/",
71
- "notes": "City recreation centers are typically used as temporary cooling centers during extreme heat and warming centers during extreme cold. Penny must remind users to check for current activation alerts."
72
- }
73
- ]
74
- },
75
- "trash_and_recycling": {
76
- "authority": "city",
77
- "pickup_days": "Varies by zone. Residents can use the city's Environmental Services website for schedules and holiday changes.",
78
- "holiday_schedule_link": "https://www.elpasotexas.gov/environmental-services/about-us/news"
79
- },
80
- "transit": {
81
- "authority": "city",
82
- "provider": "Sun Metro",
83
- "routes_link": "https://sunmetro.net/routes/maps-schedules/",
84
- "planner_link": "https://sunmetro.net/"
85
- },
86
- "emergency": {
87
- "authority": "city",
88
- "alerts_link": "https://www.elpasotexas.gov/fire-department/emergency-management/alerts",
89
- "non_emergency_phone": "915-832-4400 (Police Department Non Emergency)",
90
- "emergency_management_link": "https://www.elpasotexas.gov/fire-department/emergency-management/"
91
- },
92
- "libraries": {
93
- "authority": "city",
94
- "resources": [
95
- {
96
- "branch": "El Paso Public Library – Main Branch",
97
- "address": "501 N Oregon St, El Paso, TX 79901",
98
- "link": "https://www.elpasolibrary.org/",
99
- "notes": "The main public library, often a hub for public access internet, job search assistance, and community programs."
100
- }
101
- ]
102
- },
103
- "community_centers": {
104
- "authority": "city",
105
- "resources": [
106
- {
107
- "name": "Leo C. Carter Recreation Center",
108
- "address": "7708 Janway Dr, El Paso, TX 79915",
109
- "link": "https://www.elpasotexas.gov/parks-and-recreation/recreation-centers",
110
- "notes": "One of many city recreation centers providing programs for youth, adults, and seniors."
111
- }
112
- ]
113
- }
114
- }
115
- }