Skip to content

Commit 0db6ea5

Browse files
committed
🤖 Upsert Earth/Japan data for DojoMap
1 parent 877f233 commit 0db6ea5

File tree

3 files changed

+63
-47
lines changed

3 files changed

+63
-47
lines changed

dojos.geojson

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5758,7 +5758,7 @@
57585758
"properties": {
57595759
"marker-size": "small",
57605760
"marker-symbol": "coderdojo",
5761-
"description": "<a href='https://coderdojo-atsugi.connpass.com/' target='_blank' rel='noopener'> <img src='/images/dojos/atsugi.webp' alt='厚木' loading='lazy' width='100px' /></a><br><b>厚木</b><br>厚木市で不定期開催<br><a href='https://coderdojo-atsugi.connpass.com/' target='_blank' rel='noopener'>Webサイトを見る</a>"
5761+
"description": "<a href='https://coderdojo-atsugi.connpass.com/' target='_blank' rel='noopener'> <img src='/images/dojos/atsugi.webp' alt='厚木' loading='lazy' width='100px' /></a><br><b>厚木</b><br>厚木市で不定期開催<br>&rarr; 次回: <a href='https://coderdojo-atsugi.connpass.com/event/336225/' target='_blank' rel='noopener'>12月22日</a><br><a href='https://coderdojo-atsugi.connpass.com/' target='_blank' rel='noopener'>Webサイトを見る</a>"
57625762
}
57635763
},
57645764
{
@@ -20506,21 +20506,6 @@
2050620506
"description": "<img src='/images/coderdojo.webp' alt='CoderDojo logo' width='100px' /><br>Katlehong @ STEM and 4IR centre<br><a target='_blank' rel='noopener' href='http://zen.coderdojo.com/dojos/'>連絡先を見る</a>"
2050720507
}
2050820508
},
20509-
{
20510-
"type": "Feature",
20511-
"geometry": {
20512-
"type": "Point",
20513-
"coordinates": [
20514-
-6.786647399999993,
20515-
53.5523666
20516-
]
20517-
},
20518-
"properties": {
20519-
"marker-size": "small",
20520-
"marker-symbol": "coderdojo",
20521-
"description": "<img src='/images/coderdojo.webp' alt='CoderDojo logo' width='100px' /><br>Trim @ Trim Family Resource Centre<br><a target='_blank' rel='noopener' href='http://zen.coderdojo.com/dojos/ie/trim-county-meath/trim-trim-family-resource-centre'>連絡先を見る</a>"
20522-
}
20523-
},
2052420509
{
2052520510
"type": "Feature",
2052620511
"geometry": {
@@ -20730,6 +20715,21 @@
2073020715
"marker-symbol": "coderdojo",
2073120716
"description": "<img src='/images/coderdojo.webp' alt='CoderDojo logo' width='100px' /><br>Digitaler Samstag @ Bücherhalle Barmbek<br><a target='_blank' rel='noopener' href='http://zen.coderdojo.com/dojos/de/5-3-5-86949-1-0-0-4466-6/digitaler-samstag-buecherhalle-barmbek'>連絡先を見る</a>"
2073220717
}
20718+
},
20719+
{
20720+
"type": "Feature",
20721+
"geometry": {
20722+
"type": "Point",
20723+
"coordinates": [
20724+
-6.786647399999993,
20725+
53.5523666
20726+
]
20727+
},
20728+
"properties": {
20729+
"marker-size": "small",
20730+
"marker-symbol": "coderdojo",
20731+
"description": "<img src='/images/coderdojo.webp' alt='CoderDojo logo' width='100px' /><br>Trim @ Trim Family Resource Centre<br><a target='_blank' rel='noopener' href='http://zen.coderdojo.com/dojos/ie/trim-county-meath/trim-trim-family-resource-centre'>連絡先を見る</a>"
20732+
}
2073320733
}
2073420734
]
2073520735
}

dojos_earth.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21657,20 +21657,6 @@
2165721657
"day": 6,
2165821658
"id": "68a22c09-6685-455b-aa1f-685aaff46615"
2165921659
},
21660-
{
21661-
"name": "Trim @ Trim Family Resource Centre",
21662-
"latitude": 53.5523666,
21663-
"longitude": -6.786647399999993,
21664-
"countryCode": "IE",
21665-
"stage": "OPEN",
21666-
"urlSlug": "ie/trim-county-meath/trim-trim-family-resource-centre",
21667-
"startTime": "11:00",
21668-
"endTime": "12:30",
21669-
"openToPublic": true,
21670-
"frequency": "1/w",
21671-
"day": 6,
21672-
"id": "5a967597-8e63-4bd0-bae1-bd90967ceb09"
21673-
},
2167421660
{
2167521661
"name": "Bishops Cleeve @ Bishops Cleeve Library",
2167621662
"latitude": 51.9464473,
@@ -21866,5 +21852,19 @@
2186621852
"frequency": "other",
2186721853
"day": 0,
2186821854
"id": "53ee095c-e207-4729-9749-58ef76826ab4"
21855+
},
21856+
{
21857+
"name": "Trim @ Trim Family Resource Centre",
21858+
"latitude": 53.5523666,
21859+
"longitude": -6.786647399999993,
21860+
"countryCode": "IE",
21861+
"stage": "OPEN",
21862+
"urlSlug": "ie/trim-county-meath/trim-trim-family-resource-centre",
21863+
"startTime": "11:00",
21864+
"endTime": "12:00",
21865+
"openToPublic": true,
21866+
"frequency": "1/w",
21867+
"day": 6,
21868+
"id": "5a967597-8e63-4bd0-bae1-bd90967ceb09"
2186921869
}
2187021870
]

events_japan.json

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"event_end_at": "2024-11-10T11:30:00.000+09:00",
1010
"event_url": "https://coderdojo-mizuho.connpass.com/event/331915/",
1111
"prefecture": "愛知",
12-
"participants": 3,
12+
"participants": 4,
1313
"event_update_at": "2024-09-22T20:49:28.000+09:00",
1414
"address": "名古屋市瑞穂区佐渡町3丁目18番地",
1515
"place": "瑞穂区社会福祉協議会ボランティアセンター",
@@ -73,8 +73,8 @@
7373
"event_end_at": "2024-11-28T18:00:00.000+09:00",
7474
"event_url": "https://coderdojo-toyohashi.doorkeeper.jp/events/179188",
7575
"prefecture": "愛知",
76-
"participants": 2,
77-
"event_update_at": "2024-10-31T20:45:47.549+09:00",
76+
"participants": 3,
77+
"event_update_at": "2024-11-04T18:58:46.941+09:00",
7878
"address": "〒440-0016 愛知県豊橋市牛川町松下20−1",
7979
"place": "豊橋創造大学D22ゼミ室",
8080
"limit": 15
@@ -185,7 +185,7 @@
185185
"event_end_at": "2024-11-10T11:45:00.000+09:00",
186186
"event_url": "https://coderdojo-sapporo.connpass.com/event/336145/",
187187
"prefecture": "北海道",
188-
"participants": 8,
188+
"participants": 11,
189189
"event_update_at": "2024-11-03T20:01:07.000+09:00",
190190
"address": "札幌市北区北8条西3丁目札幌エルプラザ",
191191
"place": "札幌エルプラザ",
@@ -233,7 +233,7 @@
233233
"event_end_at": "2024-11-10T12:00:00.000+09:00",
234234
"event_url": "https://coderdojoowari.connpass.com/event/327280/",
235235
"prefecture": "愛知",
236-
"participants": 8,
236+
"participants": 9,
237237
"event_update_at": "2024-08-11T20:01:20.000+09:00",
238238
"address": "愛知県岩倉市本町神明西20",
239239
"place": "岩倉市生涯学習センター",
@@ -266,7 +266,7 @@
266266
"event_url": "https://coderdojo-hamamatsu.connpass.com/event/332593/",
267267
"prefecture": "静岡",
268268
"participants": 3,
269-
"event_update_at": "2024-10-27T13:40:33.000+09:00",
269+
"event_update_at": "2024-11-04T18:34:57.000+09:00",
270270
"address": "静岡県浜松市中央区鴨江町1番地",
271271
"place": "浜松市鴨江アートセンター(201号室)",
272272
"limit": null
@@ -297,8 +297,8 @@
297297
"event_end_at": "2024-11-09T12:00:00.000+09:00",
298298
"event_url": "https://coderdojo-takizawa.doorkeeper.jp/events/179185",
299299
"prefecture": "岩手",
300-
"participants": 3,
301-
"event_update_at": "2024-10-30T07:44:08.628+09:00",
300+
"participants": 4,
301+
"event_update_at": "2024-11-04T09:24:20.251+09:00",
302302
"address": "岩手県滝沢市巣子152-409",
303303
"place": "滝沢市IPU第二イノベーションセンター",
304304
"limit": null
@@ -313,7 +313,7 @@
313313
"event_end_at": "2024-11-09T17:00:00.000+09:00",
314314
"event_url": "https://coderdojomatsudo.connpass.com/event/335782/",
315315
"prefecture": "千葉",
316-
"participants": 4,
316+
"participants": 5,
317317
"event_update_at": "2024-11-01T00:01:16.000+09:00",
318318
"address": "千葉県松戸市本町7−3",
319319
"place": "松戸観光案内所2階",
@@ -329,8 +329,8 @@
329329
"event_end_at": "2024-11-23T11:30:00.000+09:00",
330330
"event_url": "https://coderdojotachikawa.doorkeeper.jp/events/177857",
331331
"prefecture": "東京",
332-
"participants": 1,
333-
"event_update_at": "2024-10-19T18:46:39.005+09:00",
332+
"participants": 2,
333+
"event_update_at": "2024-11-04T13:56:37.067+09:00",
334334
"address": "立川市錦町3丁目2番26号",
335335
"place": "立川市子ども未来センター",
336336
"limit": 16
@@ -399,6 +399,22 @@
399399
"place": "赤羽文化センター 第3学習室",
400400
"limit": 16
401401
},
402+
{
403+
"id": 140,
404+
"name": "厚木",
405+
"url": "https://coderdojo-atsugi.connpass.com/",
406+
"event_id": 7764,
407+
"event_title": "第50回 CoderDojo厚木",
408+
"event_date": "2024-12-22T10:30:00.000+09:00",
409+
"event_end_at": "2024-12-22T12:30:00.000+09:00",
410+
"event_url": "https://coderdojo-atsugi.connpass.com/event/336225/",
411+
"prefecture": "神奈川",
412+
"participants": 0,
413+
"event_update_at": "2024-11-05T04:10:54.000+09:00",
414+
"address": "神奈川県厚木市中町2丁目12-15",
415+
"place": "アミューあつぎ 6F",
416+
"limit": 8
417+
},
402418
{
403419
"id": 145,
404420
"name": "日進",
@@ -409,7 +425,7 @@
409425
"event_end_at": "2024-11-09T11:00:00.000+09:00",
410426
"event_url": "https://coderdojo-nisshin.connpass.com/event/335006/",
411427
"prefecture": "愛知",
412-
"participants": 3,
428+
"participants": 4,
413429
"event_update_at": "2024-10-22T12:20:29.000+09:00",
414430
"address": "愛知県日進市蟹甲町中島277-1",
415431
"place": "にぎわい交流館",
@@ -553,7 +569,7 @@
553569
"event_end_at": "2024-11-09T15:30:00.000+09:00",
554570
"event_url": "https://coderdojo-nago.connpass.com/event/332895/",
555571
"prefecture": "沖縄",
556-
"participants": 6,
572+
"participants": 7,
557573
"event_update_at": "2024-10-06T06:47:37.000+09:00",
558574
"address": "沖縄県名護市宮里492",
559575
"place": "あけみおSKYドーム・会議室",
@@ -745,7 +761,7 @@
745761
"event_end_at": "2024-11-09T16:00:00.000+09:00",
746762
"event_url": "https://coderdojo-ome.connpass.com/event/334774/",
747763
"prefecture": "東京",
748-
"participants": 3,
764+
"participants": 4,
749765
"event_update_at": "2024-10-20T11:26:43.000+09:00",
750766
"address": "オンライン",
751767
"place": "オンライン",
@@ -857,7 +873,7 @@
857873
"event_end_at": "2024-11-10T11:30:00.000+09:00",
858874
"event_url": "https://coderdojo-morooka.connpass.com/event/333407/",
859875
"prefecture": "神奈川",
860-
"participants": 3,
876+
"participants": 6,
861877
"event_update_at": "2024-10-06T15:19:31.000+09:00",
862878
"address": "横浜市港北区師岡町700番地 トレッサ横浜 南棟3F",
863879
"place": "横浜市師岡コミュニティハウス",
@@ -873,7 +889,7 @@
873889
"event_end_at": "2024-11-10T16:30:00.000+09:00",
874890
"event_url": "https://coderdojo-iwata.connpass.com/event/334084/",
875891
"prefecture": "静岡",
876-
"participants": 3,
892+
"participants": 4,
877893
"event_update_at": "2024-10-13T19:10:23.000+09:00",
878894
"address": "〒438-0831 静岡県磐田市上新屋678番地1",
879895
"place": "磐田市民文化会館 創作活動室1",
@@ -1017,7 +1033,7 @@
10171033
"event_end_at": "2024-11-17T16:00:00.000+09:00",
10181034
"event_url": "https://coderdojo-nagano.connpass.com/event/332509/",
10191035
"prefecture": "長野",
1020-
"participants": 13,
1036+
"participants": 14,
10211037
"event_update_at": "2024-10-20T08:26:06.000+09:00",
10221038
"address": "長野市若里1-1-4",
10231039
"place": "長野県立図書館3F",

0 commit comments

Comments
 (0)