pythonprincess commited on
Commit
204c58c
·
verified ·
1 Parent(s): 6791ffd

Upload 6 files

Browse files
data/events/atlanta_ga.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "atlanta_ga",
3
+ "city_name": "Atlanta",
4
+ "state": "GA",
5
+ "timezone": "America/New_York",
6
+ "source": "https://www.atlantaga.gov/i-want-to-/advanced-components/event-list-view",
7
+ "last_updated": "2025-01-15T00:00:00Z",
8
+ "data_version": "1.0",
9
+ "notes": "Official Atlanta civic events cache. Events sourced from city calendar and verified community partners. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
10
+ "events": [
11
+ {
12
+ "event_id": "ATL_PARK_101",
13
+ "name": "Piedmont Park Farmer's Market",
14
+ "description": "Weekly market featuring local produce, artisan foods, and community vendors. Held outdoors, rain or shine.",
15
+ "start_time": "2025-11-23T08:00:00Z",
16
+ "end_time": "2025-11-23T12:00:00Z",
17
+ "location": {
18
+ "name": "Piedmont Park, Green Meadow",
19
+ "address": "1342 Piedmont Ave NE, Atlanta, GA 30309",
20
+ "city": "Atlanta",
21
+ "state": "GA",
22
+ "zip_code": "30309",
23
+ "latitude": 33.7915,
24
+ "longitude": -84.3734
25
+ },
26
+ "category": "outdoor_market",
27
+ "tags": ["farmers_market", "local_food", "community", "outdoor", "weekly"],
28
+ "url": "https://www.piedmontpark.org/market/",
29
+ "is_paid": false,
30
+ "is_recurring": true,
31
+ "recurrence_pattern": "weekly_sunday",
32
+ "accessibility": {
33
+ "wheelchair_accessible": true,
34
+ "public_transit_accessible": true,
35
+ "parking_available": true
36
+ },
37
+ "contact": {
38
+ "email": "info@piedmontpark.org",
39
+ "phone": null
40
+ },
41
+ "age_restriction": "all_ages",
42
+ "registration_required": false
43
+ },
44
+ {
45
+ "event_id": "ATL_TOWN_205",
46
+ "name": "City Council Town Hall Meeting on Zoning",
47
+ "description": "Public forum to discuss proposed changes to residential and commercial zoning ordinances in District 5. Community input welcomed.",
48
+ "start_time": "2025-11-25T18:30:00Z",
49
+ "end_time": "2025-11-25T20:00:00Z",
50
+ "location": {
51
+ "name": "Atlanta City Hall, Council Chambers",
52
+ "address": "55 Trinity Ave SW, Atlanta, GA 30303",
53
+ "city": "Atlanta",
54
+ "state": "GA",
55
+ "zip_code": "30303",
56
+ "latitude": 33.7547,
57
+ "longitude": -84.3912
58
+ },
59
+ "category": "indoor_civic",
60
+ "tags": ["town_hall", "city_council", "zoning", "public_forum", "civic_engagement"],
61
+ "url": "https://www.atlantaga.gov/meetings",
62
+ "is_paid": false,
63
+ "is_recurring": false,
64
+ "recurrence_pattern": null,
65
+ "accessibility": {
66
+ "wheelchair_accessible": true,
67
+ "public_transit_accessible": true,
68
+ "parking_available": true
69
+ },
70
+ "contact": {
71
+ "email": "citycouncil@atlantaga.gov",
72
+ "phone": "404-330-6030"
73
+ },
74
+ "age_restriction": "all_ages",
75
+ "registration_required": false
76
+ },
77
+ {
78
+ "event_id": "ATL_ARTS_310",
79
+ "name": "High Museum Free Admission Day",
80
+ "description": "Enjoy free admission to all exhibits at the High Museum of Art. Perfect for families and art lovers. Indoor venue ideal for any weather.",
81
+ "start_time": "2025-11-28T10:00:00Z",
82
+ "end_time": "2025-11-28T17:00:00Z",
83
+ "location": {
84
+ "name": "High Museum of Art",
85
+ "address": "1280 Peachtree St NE, Atlanta, GA 30309",
86
+ "city": "Atlanta",
87
+ "state": "GA",
88
+ "zip_code": "30309",
89
+ "latitude": 33.7909,
90
+ "longitude": -84.3837
91
+ },
92
+ "category": "indoor_leisure",
93
+ "tags": ["museum", "art", "free_admission", "indoor", "family_friendly", "cultural"],
94
+ "url": "https://high.org/visit/",
95
+ "is_paid": false,
96
+ "is_recurring": true,
97
+ "recurrence_pattern": "monthly_second_thursday",
98
+ "accessibility": {
99
+ "wheelchair_accessible": true,
100
+ "public_transit_accessible": true,
101
+ "parking_available": true
102
+ },
103
+ "contact": {
104
+ "email": "information@high.org",
105
+ "phone": "404-733-4400"
106
+ },
107
+ "age_restriction": "all_ages",
108
+ "registration_required": false
109
+ }
110
+ ]
111
+ }
data/events/birmingham_al.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "birmingham_al",
3
+ "city_name": "Birmingham",
4
+ "state": "AL",
5
+ "timezone": "America/Chicago",
6
+ "source": "https://www.birminghamal.gov/events",
7
+ "last_updated": "2025-01-15T00:00:00Z",
8
+ "data_version": "1.0",
9
+ "notes": "Official Birmingham civic events cache. Events sourced from city calendar and verified community partners. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
10
+ "events": [
11
+ {
12
+ "event_id": "BHM_MUSEUM_401",
13
+ "name": "Birmingham Civil Rights Institute Tour",
14
+ "description": "Self-guided tour through the history of the Civil Rights Movement. Indoor event suitable for all weather conditions. Educational and moving experience for all ages.",
15
+ "start_time": "2025-11-20T14:00:00Z",
16
+ "end_time": "2025-11-20T17:00:00Z",
17
+ "location": {
18
+ "name": "Birmingham Civil Rights Institute",
19
+ "address": "520 16th St N, Birmingham, AL 35203",
20
+ "city": "Birmingham",
21
+ "state": "AL",
22
+ "zip_code": "35203",
23
+ "latitude": 33.5188,
24
+ "longitude": -86.8143
25
+ },
26
+ "category": "indoor_civic",
27
+ "tags": ["museum", "civil_rights", "history", "educational", "indoor", "self_guided", "cultural"],
28
+ "url": "https://www.bcri.org/",
29
+ "is_paid": true,
30
+ "is_recurring": false,
31
+ "recurrence_pattern": null,
32
+ "accessibility": {
33
+ "wheelchair_accessible": true,
34
+ "public_transit_accessible": true,
35
+ "parking_available": true
36
+ },
37
+ "contact": {
38
+ "email": "info@bcri.org",
39
+ "phone": "205-328-9696"
40
+ },
41
+ "age_restriction": "all_ages",
42
+ "registration_required": false
43
+ },
44
+ {
45
+ "event_id": "BHM_PARK_502",
46
+ "name": "Railroad Park Yoga and Fitness Morning",
47
+ "description": "Free outdoor yoga session hosted on the lawn. Bring your own mat and dress for the weather. Great way to start your day with community wellness.",
48
+ "start_time": "2025-11-22T07:30:00Z",
49
+ "end_time": "2025-11-22T08:30:00Z",
50
+ "location": {
51
+ "name": "Railroad Park",
52
+ "address": "1600 1st Ave S, Birmingham, AL 35233",
53
+ "city": "Birmingham",
54
+ "state": "AL",
55
+ "zip_code": "35233",
56
+ "latitude": 33.5097,
57
+ "longitude": -86.8041
58
+ },
59
+ "category": "outdoor_fitness",
60
+ "tags": ["yoga", "fitness", "outdoor", "free", "wellness", "community", "morning"],
61
+ "url": "https://www.railroadpark.org/events",
62
+ "is_paid": false,
63
+ "is_recurring": true,
64
+ "recurrence_pattern": "weekly_saturday",
65
+ "accessibility": {
66
+ "wheelchair_accessible": true,
67
+ "public_transit_accessible": true,
68
+ "parking_available": true
69
+ },
70
+ "contact": {
71
+ "email": "info@railroadpark.org",
72
+ "phone": "205-521-0420"
73
+ },
74
+ "age_restriction": "all_ages",
75
+ "registration_required": false,
76
+ "requirements": ["bring_yoga_mat", "weather_appropriate_clothing"]
77
+ },
78
+ {
79
+ "event_id": "BHM_FOOD_603",
80
+ "name": "Pepper Place Market",
81
+ "description": "Birmingham's premier farmers market, offering fresh produce, local foods, and artisanal goods. Large outdoor venue with community atmosphere.",
82
+ "start_time": "2025-11-23T07:00:00Z",
83
+ "end_time": "2025-11-23T12:00:00Z",
84
+ "location": {
85
+ "name": "Pepper Place",
86
+ "address": "2829 2nd Ave S, Birmingham, AL 35233",
87
+ "city": "Birmingham",
88
+ "state": "AL",
89
+ "zip_code": "35233",
90
+ "latitude": 33.5173,
91
+ "longitude": -86.7915
92
+ },
93
+ "category": "outdoor_market",
94
+ "tags": ["farmers_market", "local_food", "artisan", "outdoor", "community", "weekly", "produce"],
95
+ "url": "https://www.pepperplacemarket.com/",
96
+ "is_paid": false,
97
+ "is_recurring": true,
98
+ "recurrence_pattern": "weekly_saturday",
99
+ "accessibility": {
100
+ "wheelchair_accessible": true,
101
+ "public_transit_accessible": true,
102
+ "parking_available": true
103
+ },
104
+ "contact": {
105
+ "email": "info@pepperplacemarket.com",
106
+ "phone": "205-458-8400"
107
+ },
108
+ "age_restriction": "all_ages",
109
+ "registration_required": false
110
+ }
111
+ ]
112
+ }
data/events/chesterfield_va.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "chesterfield_va",
3
+ "city_name": "Chesterfield",
4
+ "state": "VA",
5
+ "timezone": "America/New_York",
6
+ "source": "https://www.chesterfield.gov/5932/Things-to-Do",
7
+ "last_updated": "2025-01-15T00:00:00Z",
8
+ "data_version": "1.0",
9
+ "notes": "Official Chesterfield County civic events cache. Includes community events, county government meetings, library activities, and recreation programs. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
10
+ "event_categories": [
11
+ "library_programs",
12
+ "parks_and_rec_outdoor",
13
+ "public_meetings_indoor",
14
+ "civic_holidays",
15
+ "family_events"
16
+ ],
17
+ "how_to_access": {
18
+ "general": "Residents can browse events at the county website. Penny provides summaries and recommendations for accessibility.",
19
+ "rss": "https://www.chesterfield.gov/RSSFeed.aspx?ModID=93&CID=All-0",
20
+ "calendar_link": "https://www.chesterfield.gov/5932/Things-to-Do"
21
+ },
22
+ "events": [
23
+ {
24
+ "event_id": "CHF_LIB_1201",
25
+ "name": "Family Game Night at Central Library",
26
+ "description": "Bring the whole family for classic board games, light snacks, and community fun at Central Library. Perfect indoor activity for any weather.",
27
+ "start_time": "2025-12-01T17:00:00Z",
28
+ "end_time": "2025-12-01T19:00:00Z",
29
+ "location": {
30
+ "name": "Central Library",
31
+ "address": "9501 Lori Rd, Chesterfield, VA 23832",
32
+ "city": "Chesterfield",
33
+ "state": "VA",
34
+ "zip_code": "23832",
35
+ "latitude": 37.3824,
36
+ "longitude": -77.5878
37
+ },
38
+ "category": "library_programs",
39
+ "tags": ["library", "family_friendly", "board_games", "indoor", "free", "community", "evening"],
40
+ "url": "https://library.chesterfield.gov/",
41
+ "is_paid": false,
42
+ "is_recurring": true,
43
+ "recurrence_pattern": "monthly_first_sunday",
44
+ "accessibility": {
45
+ "wheelchair_accessible": true,
46
+ "public_transit_accessible": true,
47
+ "parking_available": true
48
+ },
49
+ "contact": {
50
+ "email": "library@chesterfield.gov",
51
+ "phone": "804-751-4940"
52
+ },
53
+ "age_restriction": "all_ages",
54
+ "registration_required": false
55
+ },
56
+ {
57
+ "event_id": "CHF_BOS_1205",
58
+ "name": "Board of Supervisors Public Meeting",
59
+ "description": "Monthly open meeting for public comments and county updates. Community members welcome to attend and participate. Meeting minutes available afterward.",
60
+ "start_time": "2025-12-05T18:00:00Z",
61
+ "end_time": "2025-12-05T21:00:00Z",
62
+ "location": {
63
+ "name": "Chesterfield County Government Complex",
64
+ "address": "10001 Iron Bridge Rd, Chesterfield, VA 23832",
65
+ "city": "Chesterfield",
66
+ "state": "VA",
67
+ "zip_code": "23832",
68
+ "latitude": 37.3695,
69
+ "longitude": -77.5992
70
+ },
71
+ "category": "public_meetings_indoor",
72
+ "tags": ["government", "board_of_supervisors", "public_meeting", "civic_engagement", "indoor", "monthly"],
73
+ "url": "https://www.chesterfield.gov/meetings",
74
+ "is_paid": false,
75
+ "is_recurring": true,
76
+ "recurrence_pattern": "monthly_first_wednesday",
77
+ "accessibility": {
78
+ "wheelchair_accessible": true,
79
+ "public_transit_accessible": true,
80
+ "parking_available": true
81
+ },
82
+ "contact": {
83
+ "email": "bos@chesterfield.gov",
84
+ "phone": "804-748-1241"
85
+ },
86
+ "age_restriction": "all_ages",
87
+ "registration_required": false,
88
+ "special_notes": "Public comment period available. Meeting minutes published online after session."
89
+ },
90
+ {
91
+ "event_id": "CHF_FEST_1210",
92
+ "name": "Winter Holiday Festival",
93
+ "description": "Celebrate the holidays with crafts, music, and food trucks. Free and open to all ages! Primarily outdoor event - dress warmly for winter weather.",
94
+ "start_time": "2025-12-10T16:00:00Z",
95
+ "end_time": "2025-12-10T20:00:00Z",
96
+ "location": {
97
+ "name": "Ettrick Recreation Center Grounds",
98
+ "address": "20400 Laurel Rd, Petersburg, VA 23803",
99
+ "city": "Petersburg",
100
+ "state": "VA",
101
+ "zip_code": "23803",
102
+ "latitude": 37.2475,
103
+ "longitude": -77.4589
104
+ },
105
+ "category": "parks_and_rec_outdoor",
106
+ "tags": ["festival", "holiday", "outdoor", "family_friendly", "free", "music", "food_trucks", "crafts", "winter"],
107
+ "url": "https://www.chesterfield.gov/",
108
+ "is_paid": false,
109
+ "is_recurring": false,
110
+ "recurrence_pattern": null,
111
+ "accessibility": {
112
+ "wheelchair_accessible": true,
113
+ "public_transit_accessible": false,
114
+ "parking_available": true
115
+ },
116
+ "contact": {
117
+ "email": "parks@chesterfield.gov",
118
+ "phone": "804-748-1623"
119
+ },
120
+ "age_restriction": "all_ages",
121
+ "registration_required": false,
122
+ "requirements": ["dress_for_cold_weather"],
123
+ "special_notes": "Near Ettrick community. Check weather forecast before attending."
124
+ }
125
+ ]
126
+ }
data/events/el_paso_tx.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "el_paso_tx",
3
+ "city_name": "El Paso",
4
+ "state": "TX",
5
+ "timezone": "America/Denver",
6
+ "source": "https://events.elpasotexas.gov/",
7
+ "last_updated": "2025-01-15T00:00:00Z",
8
+ "data_version": "1.0",
9
+ "notes": "Official El Paso civic events cache. Includes city-sponsored community events, museum exhibitions, holiday celebrations, and cultural programming. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
10
+ "event_categories": [
11
+ "public_festivals_outdoor",
12
+ "cultural_events",
13
+ "holiday_celebrations_outdoor",
14
+ "museum_exhibits_indoor",
15
+ "recreation_programs"
16
+ ],
17
+ "how_to_access": {
18
+ "general": "Residents can visit the city's event portal to browse upcoming events. Penny summarizes and filters highlights by interest or date.",
19
+ "calendar_link": "https://events.elpasotexas.gov/"
20
+ },
21
+ "events": [
22
+ {
23
+ "event_id": "ELP_HOLI_1207",
24
+ "name": "WinterFest in Downtown El Paso",
25
+ "description": "Enjoy a festive winter wonderland with holiday lights, music, ice skating at Convention Center Plaza, and food trucks. Primarily an outdoor celebration in the heart of downtown.",
26
+ "start_time": "2025-12-07T17:00:00Z",
27
+ "end_time": "2025-12-07T23:00:00Z",
28
+ "location": {
29
+ "name": "San Jacinto Plaza",
30
+ "address": "111 W Mills Ave, El Paso, TX 79901",
31
+ "city": "El Paso",
32
+ "state": "TX",
33
+ "zip_code": "79901",
34
+ "latitude": 31.7597,
35
+ "longitude": -106.4886
36
+ },
37
+ "category": "holiday_celebrations_outdoor",
38
+ "tags": ["winter", "holiday", "festival", "ice_skating", "outdoor", "family_friendly", "free", "downtown", "lights", "food_trucks"],
39
+ "url": "https://www.epwinterfest.com/",
40
+ "is_paid": false,
41
+ "is_recurring": true,
42
+ "recurrence_pattern": "annual_december",
43
+ "accessibility": {
44
+ "wheelchair_accessible": true,
45
+ "public_transit_accessible": true,
46
+ "parking_available": true
47
+ },
48
+ "contact": {
49
+ "email": "events@elpasotexas.gov",
50
+ "phone": "915-212-0092"
51
+ },
52
+ "age_restriction": "all_ages",
53
+ "registration_required": false,
54
+ "special_notes": "Ice skating available at nearby Convention Center Plaza. Dress warmly for evening temperatures."
55
+ },
56
+ {
57
+ "event_id": "ELP_FEST_0118",
58
+ "name": "Sun City Craft Beer Festival",
59
+ "description": "Sample beers from over 50 local and national breweries, with live music and food vendors. Held mostly outdoors on the plaza. Must be 21+ to enter.",
60
+ "start_time": "2026-01-18T13:00:00Z",
61
+ "end_time": "2026-01-18T19:00:00Z",
62
+ "location": {
63
+ "name": "Convention Center Plaza",
64
+ "address": "1 Civic Center Plaza, El Paso, TX 79901",
65
+ "city": "El Paso",
66
+ "state": "TX",
67
+ "zip_code": "79901",
68
+ "latitude": 31.7575,
69
+ "longitude": -106.4947
70
+ },
71
+ "category": "cultural_events",
72
+ "tags": ["beer_festival", "craft_beer", "outdoor", "live_music", "food_vendors", "adults_only", "downtown"],
73
+ "url": "https://events.elpasotexas.gov/",
74
+ "is_paid": true,
75
+ "is_recurring": true,
76
+ "recurrence_pattern": "annual_january",
77
+ "accessibility": {
78
+ "wheelchair_accessible": true,
79
+ "public_transit_accessible": true,
80
+ "parking_available": true
81
+ },
82
+ "contact": {
83
+ "email": "events@elpasotexas.gov",
84
+ "phone": "915-212-0092"
85
+ },
86
+ "age_restriction": "21_plus",
87
+ "registration_required": true,
88
+ "special_notes": "Valid ID required for entry. Purchase tickets in advance for best pricing."
89
+ },
90
+ {
91
+ "event_id": "ELP_CULT_0209",
92
+ "name": "Chamizal National Memorial Cultural Celebration",
93
+ "description": "A celebration of El Paso's rich multicultural roots with traditional dance, live music, and artisan markets. Held at the historic Memorial grounds.",
94
+ "start_time": "2026-02-09T10:00:00Z",
95
+ "end_time": "2026-02-09T16:00:00Z",
96
+ "location": {
97
+ "name": "Chamizal National Memorial",
98
+ "address": "800 S San Marcial St, El Paso, TX 79905",
99
+ "city": "El Paso",
100
+ "state": "TX",
101
+ "zip_code": "79905",
102
+ "latitude": 31.7677,
103
+ "longitude": -106.4580
104
+ },
105
+ "category": "public_festivals_outdoor",
106
+ "tags": ["cultural", "multicultural", "dance", "music", "artisan_market", "outdoor", "family_friendly", "free", "national_memorial", "heritage"],
107
+ "url": "https://www.nps.gov/cham/",
108
+ "is_paid": false,
109
+ "is_recurring": true,
110
+ "recurrence_pattern": "annual_february",
111
+ "accessibility": {
112
+ "wheelchair_accessible": true,
113
+ "public_transit_accessible": true,
114
+ "parking_available": true
115
+ },
116
+ "contact": {
117
+ "email": "cham_interpretation@nps.gov",
118
+ "phone": "915-532-7273"
119
+ },
120
+ "age_restriction": "all_ages",
121
+ "registration_required": false,
122
+ "special_notes": "Celebrates El Paso's border heritage and the Chamizal Treaty. National Park Service event."
123
+ }
124
+ ]
125
+ }
data/events/providence_ri.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "providence_ri",
3
+ "source": "https://www.downtownprovidence.com/event-calendar/",
4
+ "notes": "This calendar includes events hosted in the Downtown Providence district such as arts festivals, concerts, markets, and holiday events. All event times are in ISO 8601 UTC format.",
5
+ "event_categories": [
6
+ "arts_and_entertainment",
7
+ "holiday_celebrations_outdoor",
8
+ "markets_and_fairs_outdoor",
9
+ "community_events"
10
+ ],
11
+ "how_to_access": {
12
+ "general": "Users can visit the event site to explore upcoming downtown events. Penny provides personalized recaps.",
13
+ "calendar_link": "https://www.downtownprovidence.com/event-calendar/"
14
+ },
15
+ "events": [
16
+ {
17
+ "event_id": "PVD_HOLI_1214",
18
+ "name": "Holiday Lights Market",
19
+ "description": "A festive evening with artisan vendors, food trucks, and holiday lights in the heart of Providence. Primarily an outdoor event.",
20
+ "start_time": "2025-12-14T16:00:00Z",
21
+ "end_time": "2025-12-14T21:00:00Z",
22
+ "location": {
23
+ "name": "Burnside Park",
24
+ "address": "Kennedy Plaza, Providence, RI 02903",
25
+ "latitude": 41.8252,
26
+ "longitude": -71.4116
27
+ },
28
+ "category": "holiday_celebrations_outdoor",
29
+ "url": "https://www.downtownprovidence.com/event-calendar/",
30
+ "is_paid": false
31
+ },
32
+ {
33
+ "event_id": "PVD_COMM_1222",
34
+ "name": "Skate in the Park",
35
+ "description": "Outdoor ice skating open to all ages. Rentals available on-site. Hot cocoa included! Event is weather dependent.",
36
+ "start_time": "2025-12-22T10:00:00Z",
37
+ "end_time": "2025-12-22T22:00:00Z",
38
+ "location": {
39
+ "name": "Alex and Ani City Center (Outdoor Rink)",
40
+ "address": "2 Kennedy Plaza, Providence, RI 02903",
41
+ "latitude": 41.8252,
42
+ "longitude": -71.4095
43
+ },
44
+ "category": "community_events",
45
+ "url": "https://www.downtownprovidence.com/event-calendar/",
46
+ "is_paid": true
47
+ },
48
+ {
49
+ "event_id": "PVD_MARKET_0111",
50
+ "name": "Downtown Makers Market",
51
+ "description": "Support local artists and small businesses at this monthly pop-up market in the city center. Held in temporary indoor/tented structures.",
52
+ "start_time": "2026-01-11T11:00:00Z",
53
+ "end_time": "2026-01-11T16:00:00Z",
54
+ "location": {
55
+ "name": "Fulton Street",
56
+ "address": "15 Fulton St, Providence, RI 02903",
57
+ "latitude": 41.8247,
58
+ "longitude": -71.4099
59
+ },
60
+ "category": "markets_and_fairs_outdoor",
61
+ "url": "https://www.downtownprovidence.com/event-calendar/",
62
+ "is_paid": false
63
+ }
64
+ ]
65
+ }
data/events/seattle_wa.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "seattle_wa",
3
+ "source": "https://visitseattle.org/things-to-do/events/",
4
+ "notes": "Pulled from Visit Seattle's city-run event calendar. Focuses on cultural, arts, music, and public city events. All event times are in ISO 8601 UTC format.",
5
+ "event_categories": [
6
+ "arts_and_entertainment_outdoor",
7
+ "family_friendly",
8
+ "music_and_festivals_outdoor",
9
+ "community_engagement"
10
+ ],
11
+ "how_to_access": {
12
+ "general": "Visit the official Seattle tourism event calendar for details. Penny provides relevant highlights.",
13
+ "calendar_link": "https://visitseattle.org/things-to-do/events/"
14
+ },
15
+ "events": [
16
+ {
17
+ "event_id": "SEA_ART_1218",
18
+ "name": "Seattle Winter Lights Festival",
19
+ "description": "A walk-through light installation and winter art experience celebrating the season downtown. Primarily an outdoor, walking event.",
20
+ "start_time": "2025-12-18T16:30:00Z",
21
+ "end_time": "2025-12-18T22:00:00Z",
22
+ "location": {
23
+ "name": "Seattle Center (Outdoor/Tented)",
24
+ "address": "305 Harrison St, Seattle, WA 98109",
25
+ "latitude": 47.6205,
26
+ "longitude": -122.3493
27
+ },
28
+ "category": "arts_and_entertainment_outdoor",
29
+ "url": "https://visitseattle.org/",
30
+ "is_paid": false
31
+ },
32
+ {
33
+ "event_id": "SEA_MARKET_1220",
34
+ "name": "Holiday Market at Westlake Park",
35
+ "description": "Local artisans, music, and food celebrating Seattle's creative scene and winter festivities. Held outdoors in the plaza.",
36
+ "start_time": "2025-12-20T11:00:00Z",
37
+ "end_time": "2025-12-20T19:00:00Z",
38
+ "location": {
39
+ "name": "Westlake Park",
40
+ "address": "401 Pine St, Seattle, WA 98101",
41
+ "latitude": 47.6111,
42
+ "longitude": -122.3370
43
+ },
44
+ "category": "family_friendly",
45
+ "url": "https://visitseattle.org/",
46
+ "is_paid": false
47
+ },
48
+ {
49
+ "event_id": "SEA_NYE_1231",
50
+ "name": "New Year's Eve Fireworks at the Space Needle",
51
+ "description": "Ring in the New Year with a spectacular fireworks display and live music in Seattle's iconic landmark. Large outdoor gathering.",
52
+ "start_time": "2025-12-31T23:30:00Z",
53
+ "end_time": "2026-01-01T00:30:00Z",
54
+ "location": {
55
+ "name": "Space Needle (Viewing Area)",
56
+ "address": "400 Broad St, Seattle, WA 98109",
57
+ "latitude": 47.6205,
58
+ "longitude": -122.3493
59
+ },
60
+ "category": "music_and_festivals_outdoor",
61
+ "url": "https://www.spaceneedle.com/nyeseattle",
62
+ "is_paid": false
63
+ }
64
+ ]
65
+ }