Skip to content

Commit 6b3a7ea

Browse files
committed
🤖 Upsert Earth/Japan data for DojoMap
1 parent 3dc8997 commit 6b3a7ea

File tree

5 files changed

+79
-19
lines changed

5 files changed

+79
-19
lines changed

dojos.geojson

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
"properties": {
10191019
"marker-size": "small",
10201020
"marker-symbol": "coderdojo",
1021-
"description": "<a href='https://coderdojo-nara.github.io/' target='_blank' rel='noopener'> <img src='/images/dojos/nara.webp' alt='奈良' loading='lazy' width='100px' /></a><br><b>奈良</b><br>奈良市で毎月開催<br><a href='https://coderdojo-nara.github.io/' target='_blank' rel='noopener'>Webサイトを見る</a>"
1021+
"description": "<a href='https://coderdojo-nara.github.io/' target='_blank' rel='noopener'> <img src='/images/dojos/nara.webp' alt='奈良' loading='lazy' width='100px' /></a><br><b>奈良</b><br>奈良市で毎月開催<br>&rarr; 次回: <a href='https://coderdojo-nara-ikoma.connpass.com/event/339646/' target='_blank' rel='noopener'>12月21日</a><br><a href='https://coderdojo-nara.github.io/' target='_blank' rel='noopener'>Webサイトを見る</a>"
10221022
}
10231023
},
10241024
{
@@ -6493,7 +6493,7 @@
64936493
"properties": {
64946494
"marker-size": "small",
64956495
"marker-symbol": "coderdojo",
6496-
"description": "<a href='https://coderdojo-musashikosugi.connpass.com/' target='_blank' rel='noopener'> <img src='/images/dojos/musashi-kosugi.webp' alt='武蔵小杉' loading='lazy' width='100px' /></a><br><b>武蔵小杉</b><br>武蔵小杉、向河原<br>周辺で毎月開催<br><a href='https://coderdojo-musashikosugi.connpass.com/' target='_blank' rel='noopener'>Webサイトを見る</a>"
6496+
"description": "<a href='https://coderdojo-musashikosugi.connpass.com/' target='_blank' rel='noopener'> <img src='/images/dojos/musashi-kosugi.webp' alt='武蔵小杉' loading='lazy' width='100px' /></a><br><b>武蔵小杉</b><br>武蔵小杉、向河原<br>周辺で毎月開催<br>&rarr; 次回: <a href='https://coderdojo-musashikosugi.connpass.com/event/339648/' target='_blank' rel='noopener'>12月21日</a><br><a href='https://coderdojo-musashikosugi.connpass.com/' target='_blank' rel='noopener'>Webサイトを見る</a>"
64976497
}
64986498
},
64996499
{
@@ -7183,7 +7183,7 @@
71837183
"properties": {
71847184
"marker-size": "small",
71857185
"marker-symbol": "coderdojo",
7186-
"description": "<a href='https://coderdojo-sakai.github.io/' target='_blank' rel='noopener'> <img src='/images/dojos/sakai.webp' alt='堺' loading='lazy' width='100px' /></a><br><b>堺</b><br>堺市で毎月開催<br><a href='https://coderdojo-sakai.github.io/' target='_blank' rel='noopener'>Webサイトを見る</a>"
7186+
"description": "<a href='https://coderdojo-sakai.github.io/' target='_blank' rel='noopener'> <img src='/images/dojos/sakai.webp' alt='堺' loading='lazy' width='100px' /></a><br><b>堺</b><br>堺市で毎月開催<br>&rarr; 次回: <a href='https://coderdojo-sakai.connpass.com/event/339697/' target='_blank' rel='noopener'>12月28日</a><br><a href='https://coderdojo-sakai.github.io/' target='_blank' rel='noopener'>Webサイトを見る</a>"
71877187
}
71887188
},
71897189
{
@@ -8031,8 +8031,8 @@
80318031
"geometry": {
80328032
"type": "Point",
80338033
"coordinates": [
8034-
1.1647077,
8035-
52.0562172
8034+
1.1826868823029457,
8035+
52.03424896521776
80368036
]
80378037
},
80388038
"properties": {

dojos_earth.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5338,8 +5338,8 @@
53385338
},
53395339
{
53405340
"name": "Ipswich @ Ipswich Makerspace",
5341-
"latitude": 52.0562172,
5342-
"longitude": 1.1647077,
5341+
"latitude": 52.03424896521776,
5342+
"longitude": 1.1826868823029457,
53435343
"countryCode": "GB",
53445344
"stage": "REGISTER",
53455345
"urlSlug": "gb/ipswich/ipswich-ipswich-makerspace",

dojos_japan.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3730,5 +3730,17 @@
37303730
"prefecture": "大阪",
37313731
"created_at": "2024-11-17T00:00:00.000+09:00",
37323732
"description": "平野区で毎月開催"
3733+
},
3734+
{
3735+
"id": 330,
3736+
"url": "https://coderdojo-fujinomiya.site/",
3737+
"name": "富士宮",
3738+
"logo": "https://coderdojo.jp/img/dojos/fujinomiya.webp",
3739+
"order": "222071",
3740+
"counter": 1,
3741+
"is_active": true,
3742+
"prefecture": "静岡",
3743+
"created_at": "2024-12-09T00:00:00.000+09:00",
3744+
"description": "富士宮市で毎月開催"
37333745
}
37343746
]

events_japan.json

Lines changed: 60 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"event_end_at": "2024-12-22T11:30:00.000+09:00",
1010
"event_url": "https://coderdojo-mizuho.connpass.com/event/338303/",
1111
"prefecture": "愛知",
12-
"participants": 2,
12+
"participants": 3,
1313
"event_update_at": "2024-11-25T11:09:31.000+09:00",
1414
"address": "名古屋市瑞穂区佐渡町3丁目18番地",
1515
"place": "瑞穂区社会福祉協議会ボランティアセンター",
@@ -111,6 +111,22 @@
111111
"place": "長岡京コワーキングスペース",
112112
"limit": 15
113113
},
114+
{
115+
"id": 35,
116+
"name": "奈良",
117+
"url": "https://coderdojo-nara.github.io/",
118+
"event_id": 7872,
119+
"event_title": "【奈良開催】:子どもと大人のプログラミングクラブ(No.86)",
120+
"event_date": "2024-12-21T13:00:00.000+09:00",
121+
"event_end_at": "2024-12-21T16:00:00.000+09:00",
122+
"event_url": "https://coderdojo-nara-ikoma.connpass.com/event/339646/",
123+
"prefecture": "奈良",
124+
"participants": 3,
125+
"event_update_at": "2024-12-08T11:14:43.000+09:00",
126+
"address": "奈良県奈良市大宮町3丁目5-41",
127+
"place": "ぷろぼの福祉ビル5Fセミナールーム",
128+
"limit": 20
129+
},
114130
{
115131
"id": 42,
116132
"name": "西宮・梅田",
@@ -122,11 +138,27 @@
122138
"event_url": "https://coderdojo-nishinomiya.doorkeeper.jp/events/176696",
123139
"prefecture": "大阪",
124140
"participants": 9,
125-
"event_update_at": "2024-12-07T13:13:48.513+09:00",
141+
"event_update_at": "2024-12-08T21:00:44.645+09:00",
126142
"address": "大阪府大阪市北区大深江町3-1 グランフロント大阪 タワーC 16階",
127143
"place": "gusuku Ashibinaa OSAKA(アールスリーインスティテュート)",
128144
"limit": 0
129145
},
146+
{
147+
"id": 46,
148+
"name": "",
149+
"url": "https://coderdojo-sakai.github.io/",
150+
"event_id": 7868,
151+
"event_title": "子ども向けプログラミング道場:コーダー道場73回目@泉北和泉",
152+
"event_date": "2024-12-28T09:30:00.000+09:00",
153+
"event_end_at": "2024-12-28T12:00:00.000+09:00",
154+
"event_url": "https://coderdojo-sakai.connpass.com/event/339697/",
155+
"prefecture": "大阪",
156+
"participants": 0,
157+
"event_update_at": "2024-12-09T00:16:15.000+09:00",
158+
"address": "〒590-0137 大阪府堺市南区城山台2−2−8",
159+
"place": "泉北BASE",
160+
"limit": 8
161+
},
130162
{
131163
"id": 52,
132164
"name": "紙屋町",
@@ -201,7 +233,7 @@
201233
"event_end_at": "2025-01-13T12:00:00.000+09:00",
202234
"event_url": "https://coderdojoowari.connpass.com/event/333872/",
203235
"prefecture": "愛知",
204-
"participants": 3,
236+
"participants": 4,
205237
"event_update_at": "2024-10-10T13:52:06.000+09:00",
206238
"address": "愛知県岩倉市本町神明西20",
207239
"place": "岩倉市生涯学習センター",
@@ -297,7 +329,7 @@
297329
"event_end_at": "2024-12-14T16:00:00.000+09:00",
298330
"event_url": "https://coderdojo-fukuoka.connpass.com/event/337530/",
299331
"prefecture": "福岡",
300-
"participants": 5,
332+
"participants": 7,
301333
"event_update_at": "2024-11-16T08:57:10.000+09:00",
302334
"address": "福岡県福岡市中央区大名2-6-11",
303335
"place": "オンライン + Fukuoka Growth Next",
@@ -409,7 +441,7 @@
409441
"event_end_at": "2024-12-22T11:00:00.000+09:00",
410442
"event_url": "https://coderdojo-nisshin.connpass.com/event/339303/",
411443
"prefecture": "愛知",
412-
"participants": 2,
444+
"participants": 3,
413445
"event_update_at": "2024-12-04T12:11:43.000+09:00",
414446
"address": "愛知県日進市蟹甲町中島277-1",
415447
"place": "にぎわい交流館",
@@ -505,8 +537,8 @@
505537
"event_end_at": "2024-12-14T15:30:00.000+09:00",
506538
"event_url": "https://coderdojo-kitakata.doorkeeper.jp/events/180093",
507539
"prefecture": "福島",
508-
"participants": 4,
509-
"event_update_at": "2024-12-07T10:56:32.309+09:00",
540+
"participants": 5,
541+
"event_update_at": "2024-12-08T07:27:40.003+09:00",
510542
"address": "福島県喜多方市字押切二丁目1番地",
511543
"place": "喜多方プラザ 第三会議室",
512544
"limit": 13
@@ -521,7 +553,7 @@
521553
"event_end_at": "2024-12-22T12:30:00.000+09:00",
522554
"event_url": "https://coderdojo-seto.connpass.com/event/334734/",
523555
"prefecture": "愛知",
524-
"participants": 15,
556+
"participants": 17,
525557
"event_update_at": "2024-10-19T17:44:41.000+09:00",
526558
"address": "瀬戸市道泉町53番地の5",
527559
"place": "ぐるっぺ道泉",
@@ -778,10 +810,10 @@
778810
"event_url": "https://coderdojo-kojimachi.connpass.com/event/338603/",
779811
"prefecture": "東京",
780812
"participants": 16,
781-
"event_update_at": "2024-11-27T13:48:54.000+09:00",
813+
"event_update_at": "2024-12-08T18:07:24.000+09:00",
782814
"address": "東京都千代田区麹町3-1 麹町昭文社HDビル7階",
783815
"place": "株式会社アドバンスト・ソフト",
784-
"limit": 17
816+
"limit": 19
785817
},
786818
{
787819
"id": 277,
@@ -799,6 +831,22 @@
799831
"place": "成田5丁目会館",
800832
"limit": 15
801833
},
834+
{
835+
"id": 278,
836+
"name": "武蔵小杉",
837+
"url": "https://coderdojo-musashikosugi.connpass.com/",
838+
"event_id": 7871,
839+
"event_title": "第53回 CoderDojo武蔵小杉【レギュラー回】※初めての方歓迎",
840+
"event_date": "2024-12-21T13:15:00.000+09:00",
841+
"event_end_at": "2024-12-21T16:00:00.000+09:00",
842+
"event_url": "https://coderdojo-musashikosugi.connpass.com/event/339648/",
843+
"prefecture": "神奈川",
844+
"participants": 7,
845+
"event_update_at": "2024-12-08T11:24:42.000+09:00",
846+
"address": "〒211-0004 川崎市中原区新丸子東3-1100-12 1階",
847+
"place": "かわさき市民活動センター 会議室A/B",
848+
"limit": 19
849+
},
802850
{
803851
"id": 280,
804852
"name": "西那須野",
@@ -825,7 +873,7 @@
825873
"event_end_at": "2025-01-05T11:30:00.000+09:00",
826874
"event_url": "https://coderdojo-morooka.connpass.com/event/339572/",
827875
"prefecture": "神奈川",
828-
"participants": 1,
876+
"participants": 2,
829877
"event_update_at": "2024-12-07T09:21:18.000+09:00",
830878
"address": "横浜市港北区師岡町700番地 トレッサ横浜 南棟3F",
831879
"place": "横浜市師岡コミュニティハウス",
@@ -905,7 +953,7 @@
905953
"event_end_at": "2024-12-28T12:00:00.000+09:00",
906954
"event_url": "https://coderdojosuehirocho.connpass.com/event/338207/",
907955
"prefecture": "東京",
908-
"participants": 4,
956+
"participants": 6,
909957
"event_update_at": "2024-11-23T12:03:54.000+09:00",
910958
"address": "東京都千代田区外神田3ー5ー11",
911959
"place": "神田キリスト教会 1階ホール",

images/dojos/fujinomiya.webp

9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)