nepal-places 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import type { District } from '../types.js';
2
+ export declare const districts: District[];
@@ -0,0 +1,625 @@
1
+ export const districts = [
2
+ // Koshi (province_id: 1) - 14 districts
3
+ {
4
+ id: 1,
5
+ province_id: 1,
6
+ name: 'Bhojpur',
7
+ headquarters: 'Bhojpur',
8
+ area_km2: 1507,
9
+ population: 182459,
10
+ },
11
+ {
12
+ id: 2,
13
+ province_id: 1,
14
+ name: 'Dhankuta',
15
+ headquarters: 'Dhankuta',
16
+ area_km2: 891,
17
+ population: 163412,
18
+ },
19
+ {
20
+ id: 3,
21
+ province_id: 1,
22
+ name: 'Ilam',
23
+ headquarters: 'Ilam',
24
+ area_km2: 1703,
25
+ population: 290254,
26
+ },
27
+ {
28
+ id: 4,
29
+ province_id: 1,
30
+ name: 'Jhapa',
31
+ headquarters: 'Bhadrapur',
32
+ area_km2: 1606,
33
+ population: 812650,
34
+ },
35
+ {
36
+ id: 5,
37
+ province_id: 1,
38
+ name: 'Khotang',
39
+ headquarters: 'Diktel',
40
+ area_km2: 1591,
41
+ population: 206312,
42
+ },
43
+ {
44
+ id: 6,
45
+ province_id: 1,
46
+ name: 'Morang',
47
+ headquarters: 'Biratnagar',
48
+ area_km2: 1855,
49
+ population: 965370,
50
+ },
51
+ {
52
+ id: 7,
53
+ province_id: 1,
54
+ name: 'Okhaldhunga',
55
+ headquarters: 'Okhaldhunga',
56
+ area_km2: 1074,
57
+ population: 147984,
58
+ },
59
+ {
60
+ id: 8,
61
+ province_id: 1,
62
+ name: 'Panchthar',
63
+ headquarters: 'Phidim',
64
+ area_km2: 1241,
65
+ population: 191817,
66
+ },
67
+ {
68
+ id: 9,
69
+ province_id: 1,
70
+ name: 'Sankhuwasabha',
71
+ headquarters: 'Khandbari',
72
+ area_km2: 3480,
73
+ population: 158742,
74
+ },
75
+ {
76
+ id: 10,
77
+ province_id: 1,
78
+ name: 'Solukhumbu',
79
+ headquarters: 'Salleri',
80
+ area_km2: 3312,
81
+ population: 105886,
82
+ },
83
+ {
84
+ id: 11,
85
+ province_id: 1,
86
+ name: 'Sunsari',
87
+ headquarters: 'Inaruwa',
88
+ area_km2: 1257,
89
+ population: 763487,
90
+ },
91
+ {
92
+ id: 12,
93
+ province_id: 1,
94
+ name: 'Taplejung',
95
+ headquarters: 'Taplejung',
96
+ area_km2: 3646,
97
+ population: 127461,
98
+ },
99
+ {
100
+ id: 13,
101
+ province_id: 1,
102
+ name: 'Terhathum',
103
+ headquarters: 'Myanglung',
104
+ area_km2: 679,
105
+ population: 113111,
106
+ },
107
+ {
108
+ id: 14,
109
+ province_id: 1,
110
+ name: 'Udayapur',
111
+ headquarters: 'Gaighat',
112
+ area_km2: 2063,
113
+ population: 317532,
114
+ },
115
+ // Madhesh (province_id: 2) - 8 districts
116
+ {
117
+ id: 15,
118
+ province_id: 2,
119
+ name: 'Bara',
120
+ headquarters: 'Kalaiya',
121
+ area_km2: 1190,
122
+ population: 687708,
123
+ },
124
+ {
125
+ id: 16,
126
+ province_id: 2,
127
+ name: 'Dhanusha',
128
+ headquarters: 'Janakpur',
129
+ area_km2: 1180,
130
+ population: 754777,
131
+ },
132
+ {
133
+ id: 17,
134
+ province_id: 2,
135
+ name: 'Mahottari',
136
+ headquarters: 'Jaleshwar',
137
+ area_km2: 1002,
138
+ population: 627580,
139
+ },
140
+ {
141
+ id: 18,
142
+ province_id: 2,
143
+ name: 'Parsa',
144
+ headquarters: 'Birgunj',
145
+ area_km2: 1353,
146
+ population: 601017,
147
+ },
148
+ {
149
+ id: 19,
150
+ province_id: 2,
151
+ name: 'Rautahat',
152
+ headquarters: 'Gaur',
153
+ area_km2: 1126,
154
+ population: 686722,
155
+ },
156
+ {
157
+ id: 20,
158
+ province_id: 2,
159
+ name: 'Saptari',
160
+ headquarters: 'Rajbiraj',
161
+ area_km2: 1363,
162
+ population: 639284,
163
+ },
164
+ {
165
+ id: 21,
166
+ province_id: 2,
167
+ name: 'Sarlahi',
168
+ headquarters: 'Malangwa',
169
+ area_km2: 1259,
170
+ population: 769729,
171
+ },
172
+ {
173
+ id: 22,
174
+ province_id: 2,
175
+ name: 'Siraha',
176
+ headquarters: 'Siraha',
177
+ area_km2: 1188,
178
+ population: 637328,
179
+ },
180
+ // Bagmati (province_id: 3) - 13 districts
181
+ {
182
+ id: 23,
183
+ province_id: 3,
184
+ name: 'Bhaktapur',
185
+ headquarters: 'Bhaktapur',
186
+ area_km2: 119,
187
+ population: 304651,
188
+ },
189
+ {
190
+ id: 24,
191
+ province_id: 3,
192
+ name: 'Chitwan',
193
+ headquarters: 'Bharatpur',
194
+ area_km2: 2238,
195
+ population: 579984,
196
+ },
197
+ {
198
+ id: 25,
199
+ province_id: 3,
200
+ name: 'Dhading',
201
+ headquarters: 'Dhading Besi',
202
+ area_km2: 1926,
203
+ population: 336067,
204
+ },
205
+ {
206
+ id: 26,
207
+ province_id: 3,
208
+ name: 'Dolakha',
209
+ headquarters: 'Charikot',
210
+ area_km2: 2191,
211
+ population: 186557,
212
+ },
213
+ {
214
+ id: 27,
215
+ province_id: 3,
216
+ name: 'Kathmandu',
217
+ headquarters: 'Kathmandu',
218
+ area_km2: 395,
219
+ population: 2018532,
220
+ },
221
+ {
222
+ id: 28,
223
+ province_id: 3,
224
+ name: 'Kavrepalanchok',
225
+ headquarters: 'Dhulikhel',
226
+ area_km2: 1396,
227
+ population: 381937,
228
+ },
229
+ {
230
+ id: 29,
231
+ province_id: 3,
232
+ name: 'Lalitpur',
233
+ headquarters: 'Patan',
234
+ area_km2: 385,
235
+ population: 468132,
236
+ },
237
+ {
238
+ id: 30,
239
+ province_id: 3,
240
+ name: 'Makwanpur',
241
+ headquarters: 'Hetauda',
242
+ area_km2: 2426,
243
+ population: 420477,
244
+ },
245
+ {
246
+ id: 31,
247
+ province_id: 3,
248
+ name: 'Nuwakot',
249
+ headquarters: 'Bidur',
250
+ area_km2: 1121,
251
+ population: 277471,
252
+ },
253
+ {
254
+ id: 32,
255
+ province_id: 3,
256
+ name: 'Ramechhap',
257
+ headquarters: 'Manthali',
258
+ area_km2: 1546,
259
+ population: 202646,
260
+ },
261
+ {
262
+ id: 33,
263
+ province_id: 3,
264
+ name: 'Rasuwa',
265
+ headquarters: 'Dhunche',
266
+ area_km2: 1544,
267
+ population: 43289,
268
+ },
269
+ {
270
+ id: 34,
271
+ province_id: 3,
272
+ name: 'Sindhuli',
273
+ headquarters: 'Kamalamai',
274
+ area_km2: 2491,
275
+ population: 296192,
276
+ },
277
+ {
278
+ id: 35,
279
+ province_id: 3,
280
+ name: 'Sindhupalchok',
281
+ headquarters: 'Chautara',
282
+ area_km2: 2542,
283
+ population: 287798,
284
+ },
285
+ // Gandaki (province_id: 4) - 11 districts
286
+ {
287
+ id: 36,
288
+ province_id: 4,
289
+ name: 'Baglung',
290
+ headquarters: 'Baglung',
291
+ area_km2: 1784,
292
+ population: 268613,
293
+ },
294
+ {
295
+ id: 37,
296
+ province_id: 4,
297
+ name: 'Gorkha',
298
+ headquarters: 'Gorkha',
299
+ area_km2: 3610,
300
+ population: 271061,
301
+ },
302
+ {
303
+ id: 38,
304
+ province_id: 4,
305
+ name: 'Kaski',
306
+ headquarters: 'Pokhara',
307
+ area_km2: 2017,
308
+ population: 492098,
309
+ },
310
+ {
311
+ id: 39,
312
+ province_id: 4,
313
+ name: 'Lamjung',
314
+ headquarters: 'Besisahar',
315
+ area_km2: 1692,
316
+ population: 167724,
317
+ },
318
+ {
319
+ id: 40,
320
+ province_id: 4,
321
+ name: 'Manang',
322
+ headquarters: 'Chame',
323
+ area_km2: 2246,
324
+ population: 6538,
325
+ },
326
+ {
327
+ id: 41,
328
+ province_id: 4,
329
+ name: 'Mustang',
330
+ headquarters: 'Jomsom',
331
+ area_km2: 3573,
332
+ population: 13452,
333
+ },
334
+ {
335
+ id: 42,
336
+ province_id: 4,
337
+ name: 'Myagdi',
338
+ headquarters: 'Beni',
339
+ area_km2: 2297,
340
+ population: 113641,
341
+ },
342
+ {
343
+ id: 43,
344
+ province_id: 4,
345
+ name: 'Nawalpur',
346
+ headquarters: 'Kawasoti',
347
+ area_km2: 1043,
348
+ population: 310864,
349
+ },
350
+ {
351
+ id: 44,
352
+ province_id: 4,
353
+ name: 'Parbat',
354
+ headquarters: 'Kusma',
355
+ area_km2: 494,
356
+ population: 157826,
357
+ },
358
+ {
359
+ id: 45,
360
+ province_id: 4,
361
+ name: 'Syangja',
362
+ headquarters: 'Putalibazar',
363
+ area_km2: 1164,
364
+ population: 289148,
365
+ },
366
+ {
367
+ id: 46,
368
+ province_id: 4,
369
+ name: 'Tanahun',
370
+ headquarters: 'Damauli',
371
+ area_km2: 1546,
372
+ population: 323288,
373
+ },
374
+ // Lumbini (province_id: 5) - 12 districts
375
+ {
376
+ id: 47,
377
+ province_id: 5,
378
+ name: 'Arghakhanchi',
379
+ headquarters: 'Sandhikharka',
380
+ area_km2: 1193,
381
+ population: 197632,
382
+ },
383
+ {
384
+ id: 48,
385
+ province_id: 5,
386
+ name: 'Banke',
387
+ headquarters: 'Nepalgunj',
388
+ area_km2: 2337,
389
+ population: 491313,
390
+ },
391
+ {
392
+ id: 49,
393
+ province_id: 5,
394
+ name: 'Bardiya',
395
+ headquarters: 'Gulariya',
396
+ area_km2: 2025,
397
+ population: 426576,
398
+ },
399
+ {
400
+ id: 50,
401
+ province_id: 5,
402
+ name: 'Dang',
403
+ headquarters: 'Ghorahi',
404
+ area_km2: 2955,
405
+ population: 548141,
406
+ },
407
+ {
408
+ id: 51,
409
+ province_id: 5,
410
+ name: 'Gulmi',
411
+ headquarters: 'Tamghas',
412
+ area_km2: 1149,
413
+ population: 268613,
414
+ },
415
+ {
416
+ id: 52,
417
+ province_id: 5,
418
+ name: 'Kapilvastu',
419
+ headquarters: 'Taulihawa',
420
+ area_km2: 1738,
421
+ population: 571936,
422
+ },
423
+ {
424
+ id: 53,
425
+ province_id: 5,
426
+ name: 'Parasi',
427
+ headquarters: 'Ramgram',
428
+ area_km2: 634,
429
+ population: 321058,
430
+ },
431
+ {
432
+ id: 54,
433
+ province_id: 5,
434
+ name: 'Palpa',
435
+ headquarters: 'Tansen',
436
+ area_km2: 1373,
437
+ population: 261180,
438
+ },
439
+ {
440
+ id: 55,
441
+ province_id: 5,
442
+ name: 'Pyuthan',
443
+ headquarters: 'Pyuthan',
444
+ area_km2: 1309,
445
+ population: 228102,
446
+ },
447
+ {
448
+ id: 56,
449
+ province_id: 5,
450
+ name: 'Rolpa',
451
+ headquarters: 'Liwang',
452
+ area_km2: 1879,
453
+ population: 224506,
454
+ },
455
+ {
456
+ id: 57,
457
+ province_id: 5,
458
+ name: 'Rukum East',
459
+ headquarters: 'Rukumkot',
460
+ area_km2: 1213,
461
+ population: 107618,
462
+ },
463
+ {
464
+ id: 58,
465
+ province_id: 5,
466
+ name: 'Rupandehi',
467
+ headquarters: 'Bhairahawa',
468
+ area_km2: 1360,
469
+ population: 880196,
470
+ },
471
+ // Karnali (province_id: 6) - 10 districts
472
+ {
473
+ id: 59,
474
+ province_id: 6,
475
+ name: 'Dailekh',
476
+ headquarters: 'Dailekh',
477
+ area_km2: 1502,
478
+ population: 261770,
479
+ },
480
+ {
481
+ id: 60,
482
+ province_id: 6,
483
+ name: 'Dolpa',
484
+ headquarters: 'Dunai',
485
+ area_km2: 7889,
486
+ population: 36700,
487
+ },
488
+ {
489
+ id: 61,
490
+ province_id: 6,
491
+ name: 'Humla',
492
+ headquarters: 'Simikot',
493
+ area_km2: 5655,
494
+ population: 50458,
495
+ },
496
+ {
497
+ id: 62,
498
+ province_id: 6,
499
+ name: 'Jajarkot',
500
+ headquarters: 'Khalanga',
501
+ area_km2: 2230,
502
+ population: 171304,
503
+ },
504
+ {
505
+ id: 63,
506
+ province_id: 6,
507
+ name: 'Jumla',
508
+ headquarters: 'Jumla',
509
+ area_km2: 2531,
510
+ population: 108921,
511
+ },
512
+ {
513
+ id: 64,
514
+ province_id: 6,
515
+ name: 'Kalikot',
516
+ headquarters: 'Manma',
517
+ area_km2: 1741,
518
+ population: 136948,
519
+ },
520
+ {
521
+ id: 65,
522
+ province_id: 6,
523
+ name: 'Mugu',
524
+ headquarters: 'Gamgadhi',
525
+ area_km2: 3535,
526
+ population: 55286,
527
+ },
528
+ {
529
+ id: 66,
530
+ province_id: 6,
531
+ name: 'Rukum West',
532
+ headquarters: 'Musikot',
533
+ area_km2: 1213,
534
+ population: 154272,
535
+ },
536
+ {
537
+ id: 67,
538
+ province_id: 6,
539
+ name: 'Salyan',
540
+ headquarters: 'Salyan',
541
+ area_km2: 1462,
542
+ population: 242444,
543
+ },
544
+ {
545
+ id: 68,
546
+ province_id: 6,
547
+ name: 'Surkhet',
548
+ headquarters: 'Birendranagar',
549
+ area_km2: 2451,
550
+ population: 350804,
551
+ },
552
+ // Sudurpashchim (province_id: 7) - 9 districts
553
+ {
554
+ id: 69,
555
+ province_id: 7,
556
+ name: 'Achham',
557
+ headquarters: 'Mangalsen',
558
+ area_km2: 1692,
559
+ population: 257477,
560
+ },
561
+ {
562
+ id: 70,
563
+ province_id: 7,
564
+ name: 'Baitadi',
565
+ headquarters: 'Dasharathchand',
566
+ area_km2: 1519,
567
+ population: 250898,
568
+ },
569
+ {
570
+ id: 71,
571
+ province_id: 7,
572
+ name: 'Bajhang',
573
+ headquarters: 'Chainpur',
574
+ area_km2: 3420,
575
+ population: 195159,
576
+ },
577
+ {
578
+ id: 72,
579
+ province_id: 7,
580
+ name: 'Bajura',
581
+ headquarters: 'Martadi',
582
+ area_km2: 2188,
583
+ population: 136948,
584
+ },
585
+ {
586
+ id: 73,
587
+ province_id: 7,
588
+ name: 'Dadeldhura',
589
+ headquarters: 'Dadeldhura',
590
+ area_km2: 1538,
591
+ population: 142094,
592
+ },
593
+ {
594
+ id: 74,
595
+ province_id: 7,
596
+ name: 'Darchula',
597
+ headquarters: 'Darchula',
598
+ area_km2: 2322,
599
+ population: 133464,
600
+ },
601
+ {
602
+ id: 75,
603
+ province_id: 7,
604
+ name: 'Doti',
605
+ headquarters: 'Dipayal Silgadhi',
606
+ area_km2: 2025,
607
+ population: 207066,
608
+ },
609
+ {
610
+ id: 76,
611
+ province_id: 7,
612
+ name: 'Kailali',
613
+ headquarters: 'Dhangadhi',
614
+ area_km2: 3235,
615
+ population: 775709,
616
+ },
617
+ {
618
+ id: 77,
619
+ province_id: 7,
620
+ name: 'Kanchanpur',
621
+ headquarters: 'Bhimdatta',
622
+ area_km2: 1610,
623
+ population: 451248,
624
+ },
625
+ ];
@@ -0,0 +1,3 @@
1
+ export { provinces } from './provinces.js';
2
+ export { districts } from './districts.js';
3
+ export { municipalities } from './municipalities.js';
@@ -0,0 +1,3 @@
1
+ export { provinces } from './provinces.js';
2
+ export { districts } from './districts.js';
3
+ export { municipalities } from './municipalities.js';
@@ -0,0 +1,2 @@
1
+ import type { LocalLevel } from '../types.js';
2
+ export declare const municipalities: LocalLevel[];