-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
706 lines (706 loc) · 27.4 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
{
"intents": [
{
"tag": "Identity",
"patterns": [
"Who are you?",
"What do you do?",
"Tell me about yourself"
],
"responses": [
"Hello! I am Bhumija, the chatbot for Bhuvan. I can easily provide you access to Bhuvan's data and help you navigate through its pages. Happy to help you!"
],
"context": [
""
]
},
{
"tag": "greeting",
"patterns": [
"Hi there",
"How are you",
"Is anyone there?",
"Hey",
"Hola",
"Hello",
"Good day"
],
"responses": [
"Hello, thanks for asking",
"Good to see you again",
"Hi there, how can I help?"
],
"context": [
""
]
},
{
"tag": "goodbye",
"patterns": [
"Bye",
"See you later",
"Goodbye",
"Nice chatting to you, bye",
"Till next time"
],
"responses": [
"See you!",
"Have a nice day",
"Bye! Come back again soon."
],
"context": [
""
]
},
{
"tag": "thanks",
"patterns": [
"Thanks",
"Thank you",
"That's helpful",
"Awesome, thanks",
"Thanks for helping me"
],
"responses": [
"Happy to help!",
"Any time!",
"My pleasure"
],
"context": [
""
]
},
{
"tag": "default",
"patterns": [
""
],
"responses": [
"Sorry, can't understand you",
"Please give me more info",
"Not sure I understand"
],
"context": [
""
]
},
{
"tag": "options",
"patterns": [
"How you could help me?",
"What you can do?",
"What help you provide?",
"How you can be helpful?",
"What support is offered"
],
"responses": [
"I can guide you through the Bhuvan data, provide access to its webpages, and answer your queries for Bhuvan- the geo-platform of ISRO."
],
"context": [
""
]
},
{
"tag": "Bhuvan Home Page",
"patterns": [
"Take me to the Home Page",
"Get me back to the first page"
],
"responses": [
{
"res": "Okay! Redirecting you to the Bhuvan Home Page",
"url": "https://bhuvan.nrsc.gov.in"
},
{
"res": "We are going to the first page.",
"url": "https://bhuvan.nrsc.gov.in"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan Aadhaar centre ",
"patterns": [
"Show me nearby Aadhaar centres ",
"Aadhaar centres in India",
"Aadhaar centres near me",
"whare are Aadhaar Updation centres? ",
"Tell me about Aadhaar Information centre"
],
"responses": [
{
"res": "Taking you to Aadhar centres page",
"url": "https://bhuvan-app3.nrsc.gov.in/aadhaar/"
},
{
"res": "Let's see the aadhar centers in India",
"url": "https://bhuvan-app3.nrsc.gov.in/aadhaar/"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan MGNREGA ",
"patterns": [
"I want to know about MGNREGA",
"Show me the information about MGNREGA",
"I want the data of MGNREGA",
"Tell me about NREGA",
"Tell me about Mahatma Gandhi National Rural Employment Guarantee Act, 2005",
"National Rural Employment Guarantee Act,2005"
],
"responses": [
{
"res": "Okay! Redirecting you to the MGNREGA Page",
"url": " https://bhuvan-app2.nrsc.gov.in/mgnrega/mgnrega_phase2.php"
},
{
"res": "We are going to the MNREGA page.",
"url": " https://bhuvan-app2.nrsc.gov.in/mgnrega/mgnrega_phase2.php"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan data archive ",
"patterns": [
"Show me locations from satellite ",
"NRSC maps",
"Locations from different satellites",
"India map by remote sensing "
],
"responses": [
{
"res": "Taking you to the location page",
"url": "https://bhuvan-app3.nrsc.gov.in/data/"
},
{
"res": "Let's see the satellite data",
"url": "https://bhuvan-app3.nrsc.gov.in/data/"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan API",
"patterns": [
"I want to access Bhuvan API",
"Data from Bhuvan API",
"Can you please provide me the access to Bhuvan API",
"Provide me access to the data from Bhuvan API",
"I want to use the data from Bhuvan API"
],
"responses": [
{
"res": "Okay! Redirecting you to the Bhuvan API Page.",
"url": "https://bhuvan-app1.nrsc.gov.in/api/"
},
{
"res": "Here is the data from Bhuvan",
"url": "https://bhuvan-app1.nrsc.gov.in/api/"
}
],
"context": [
""
]
},
{
"tag": "A.P. State Housing Corporation",
"patterns": [
"I want to know about A.P. State Housing Corporation",
"Data from Bhuvan A.P. State Housing Corporation",
"APSHCL"
],
"responses": [
{
"res": "Okay! Redirecting you to the A.P. State Housing Corporation Page",
"url": "https://bhuvan-app1.nrsc.gov.in/apshcl"
},
{
"res": "Here is the data from Bhuvan",
"url": "https://bhuvan-app1.nrsc.gov.in/apshcl"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan Discussion Forum",
"patterns": [
"Bhuvan Discussion Forum ",
"Take me to the Discussion Forum"
],
"responses": [
{
"res": "Okay!",
"url": "https://bhuvan.nrsc.gov.in/forum"
},
{
"res": "Here is the data from Bhuvan Discussion Forum",
"url": "https://bhuvan.nrsc.gov.in/forum"
}
],
"context": [
""
]
},
{
"tag": "Urban housing for all ",
"patterns": [
"Show me ministry of housing and urban affairs ",
"Map through ministry of housing and urban affairs",
"Locations for housing ministry",
"Location for urban rentals near me",
" Affordable rental houses near me"
],
"responses": [
{
"res": "Thanks for asking , here are some results for housing",
"url": "https://bhuvan-app1.nrsc.gov.in/hfa/housing_for_all.php"
},
{
"res": "Let's see the housing in India",
"url": "https://bhuvan-app1.nrsc.gov.in/hfa/housing_for_all.php"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan 3D",
"patterns": [
"Bhuvan 3D ",
"Earth in 3D",
"India in 3D",
"I want to access the 3D data"
],
"responses": [
{
"res": "Let's see the country in 3D",
"url": "https://bhuvan-app1.nrsc.gov.in/globe/3d.php"
},
{
"res": "Here is the data from Bhuvan 3D",
"url": "https://bhuvan-app1.nrsc.gov.in/globe/3d.php"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan vaidyaseva ",
"patterns": [
"Show me hospital near me ",
"Nearby hospital services",
"Search hospitals near me",
"Govt hospitals near me"
],
"responses": [
{
"res": "Rediricting you to the nearby hospital details",
"map": "hospital"
},
{
"res": "Let's see the nearby hospital details",
"map": "hospital"
}
],
"context": [
""
]
},
{
"tag": "Geographical Indication",
"patterns": [
"What is the geographical indication of India? ",
"GI of India",
"India's GI",
"I want to access the geographical indication of India",
"Product origin from India",
"Products from India"
],
"responses": [
{
"res": "Let's see the product origin in India",
"url": "https://bhuvan-app1.nrsc.gov.in/geographicalindication/index.php"
},
{
"res": "Here is the geographical indication of India",
"url": "https://bhuvan-app1.nrsc.gov.in/geographicalindication/index.php"
}
],
"context": [
""
]
},
{
"tag": "Map Data",
"patterns": [
"Show me nearby postal locations",
"are there any post office near me?",
"Give me the location of postal offices"
],
"responses": [
{
"res": "Here are the postal locations of the area",
"map": "postal"
},
{
"res": "The following location shows position of post offices near you",
"map": "postal"
}
],
"context": [
""
]
},
{
"tag": "Telangana Forest",
"patterns": [
"Show me Telangana Forest",
"Map of Telangana forest",
"Search Telangana Forest spread in India",
"Waste land in Telangana Forest "
],
"responses": [
{
"res": "The Telangana Forest Department is responsible for the management, conservation, and protection of these forests, playing a crucial role in biodiversity preservation and environmental sustainability. Do you want to be redirected to the forest page?",
"url": "https://bhuvan-app1.nrsc.gov.in/ts_forest/"
},
{
"res": "The Telangana Forest Department is responsible for the management, conservation, and protection of these forests, playing a crucial role in biodiversity preservation and environmental sustainability. Do you want to be redirected to the forest page?",
"url": "https://bhuvan-app1.nrsc.gov.in/ts_forest/"
}
],
"context": [
""
]
},
{
"tag": "Punjab Forest",
"patterns": [
"Show me Punjab Forest",
"Map of Punjab forest",
"Search Punjab Forest spread in India",
"Waste land in Punjab Forest"
],
"responses": [
{
"res": " Punjab, a state in northern India, has a diverse landscape that includes forests, though the forest cover is relatively limited compared to some other states.Do you want to be redirected to the page?",
"url": "https://bhuvan-app1.nrsc.gov.in/pb_forest/"
}
],
"context": [
""
]
},
{
"tag": "Weather Climate Environment Modelled Products",
"patterns": [
"Tell me about weather and climate",
"Weather",
"Search climate",
"Tell me about weather climate environment modelled products"
],
"responses": [
{
"res": "Weather, climate, and environmental modeling involve the use of computer models to simulate and predict various aspects of the Earth's atmosphere and related systems.Do you want to be redirected to weather climate environment modelled products page?",
"url": "https://bhuvan-app1.nrsc.gov.in/narl/"
}
],
"context": [
""
]
},
{
"tag": "Karnataka Forest",
"patterns": [
"Show me Karnataka Forest",
"Map of Karnataka forest",
"Search Karnataka Forest spread in India",
"Waste land in karnataka Forest"
],
"responses": [
{
"res": "Karnataka, a state in southern India, is known for its diverse ecosystems and forests that contribute significantly to the state's biodiversity.Thanks for asking , do You want to be redirected to the page?",
"url": "https://bhuvan-app1.nrsc.gov.in/ka_forest/"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan - Haryana",
"patterns": [
"Tell me about Haryana",
"Map of Haryana",
"best tourist spots in Haryana"
],
"responses": [
{
"res": "Haryana, located in northern India, is a prosperous state known for its significant contributions to the Green Revolution and robust industrial development.Do you want to be redirected the Haryana site?",
"url": "https://bhuvan-app1.nrsc.gov.in/state/HR"
}
],
"context": [
""
]
},
{
"tag": "Saraswati Palaeochannels",
"patterns": [
"tell me about Saraswati Palaeochannels",
"lost river Saraswati",
"Search for linkage of vedic Saraswati with Himalyan Rivers",
"tell me about vedas"
],
"responses": [
{
"res": "The Saraswati Palaeochannels refer to the ancient river channels believed to be remnants of the once-flourishing Saraswati River in the Indian subcontinent.Do you want to be rediricted to the Saraswati river page?",
"url": "https://bhuvan-app1.nrsc.gov.in/saraswati/"
}
],
"context": [
""
]
},
{
"tag": "Map Of India",
"patterns": [
"provide me the map of India",
"tell me about index map of India",
"preview of India's map"
],
"responses": [
{
"res": "The map of India depicts the country's diverse geography, with the Himalayan mountain range in the north, the fertile Gangetic plains, the Thar Desert in the west, and the coastal regions in the east and west.Do you want to be rediricted you to the map?",
"url": "https://bhuvan-app1.nrsc.gov.in/web_view/index.php"
}
],
"context": [
""
]
},
{
"tag": "Pradhan Mantri Jan Vikas Karyakram",
"patterns": [
"tell me about Pradhan Mantri Jan Vikas Karyakram",
"Tell me about Jan Vikas scheme",
"Search for current Vikas scheme",
"Locations related to Jan Vikas scheme"
],
"responses": [
{
"res": "The Pradhan Mantri Jan Vikas Karyakram (PMJVK) is a Centrally Sponsored Scheme (CSS) that aims to improve socio-economic infrastructure for minority communities. The program focuses on education, health, and skill development.Do you want to be redirected to the Pradhan Mantri Jan Vikas Karyakram page?",
"url": "https://bhuvan-app1.nrsc.gov.in/pmjvk"
}
],
"context": [
""
]
},
{
"tag": "Anganwadi",
"patterns": [
"tell me about Anganwadi",
"Anganwadi records of India",
"Anganwadi projects and investments"
],
"responses": [
{
"res": "Anganwadi is a government-sponsored child care and mother and child health program in India. These centers provide essential services such as nutrition, healthcare, and early childhood education to pregnant women, nursing mothers, and children under the age of six.Do you want to be rediricted to the Anganwadi page?",
"url": "https://bhuvan-app1.nrsc.gov.in/anganwadi/"
}
],
"context": [
""
]
},
{
"tag": "COVID-19",
"patterns": [
"tell me about COVID-19",
"Previous COVID-19 records in India",
"Search for COVID-19 India",
"types of data of COVID-19 in India"
],
"responses": [
{
"res": "COVID-19, caused by the SARS-CoV-2 virus, is a global pandemic that emerged in late 2019. It has led to widespread illness, disruptions in daily life, and extensive efforts worldwide to mitigate its impact through vaccination campaigns, public health measures, and ongoing research.Do you want to be rediricted to the COVID-19 page?",
"url": "https://bhuvan-app3.nrsc.gov.in/corona/"
}
],
"context": [
""
]
},
{
"tag": "Ministry of Environment,Forest and Climate Change Centralised Resource Inventory System - CRIS",
"patterns": [
"tell me about Centralised Resource Inventory System ",
"CRIS in India",
"tell me about ministry of enviornment,forest and climate change",
"map of CRIS"
],
"responses": [
{
"res": "As a one-stop-shop for storing all the information related to the institutional research activity, CRIS systems play a key role in the area of research administration by institutional Research Offices. Among many others, this involves aspects such as: Research impact and its analysis.Do you want to be rediricted to the CRIS service page?",
"url": "https://bhuvan-app1.nrsc.gov.in/moef_cris"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan NOEDA Data Products",
"patterns": [
"Show me Bhuvan NOEDA Data Products",
"data about BHUVAN store",
"show me about Terrestrial Sciences Products",
"information about Ocean Sciences Products"
],
"responses": [
{
"res": "Bhuvan NOEDA Data Products are available on the Bhuvan Store. NOEDA is a data archive for hydrological applications and land surface process monitoring models. It includes 2-day merged Surface Soil Moisture product, Snow Melt and Freeze, and Derived Tropospheric Ozone.Do you want to be rediricted to the Bhuvan NOEDA Data Products page?",
"url": "https://bhuvan-app1.nrsc.gov.in/2dresources/bhuvanstore.php"
}
],
"context": [
""
]
},
{
"tag": "Geo-tagging of Reserve Bank of India (RBI)",
"patterns": [
"Give information about RBI",
"tell me about Geoportal Technologies",
"take me to RBI page",
"GIS portal"
],
"responses": [
{
"res": "Geo-tagging has various benefits, such as, provide insights on regional penetration of digital payments; monitor infrastructure density across different locations; identify scope for deploying additional payment touch points; facilitate focused digital literacy programmes.Do you want to be redirected to the RBI page?",
"url": "https://bhuvan-app1.nrsc.gov.in/rbi"
}
],
"context": [
""
]
},
{
"tag": "Geospatial Governance : Dashboard",
"patterns": [
"Tell me about Geospatial Governance",
"Geospatial Governance",
"Search for geospatial dashboard",
"sitemap"
],
"responses": [
{
"res": "Geospatial governance provides technical standards for geospatial data. Geospatial dashboards can track performance measures, both technical and nontechnical. They can also support city management.Do you want to be rediricted to Geospatial Governance page?",
"url": "https://bhuvan-app1.nrsc.gov.in/sitemap"
}
],
"context": [
""
]
},
{
"tag": "School Bhuvan",
"patterns": [
"Show me School Bhuvan",
"Map of School Bhuvan",
"Search Thematic series"
],
"responses": [
{
"res": "School Bhuvan is a portal that uses maps to teach students about the country's natural resources, environment, and their role in sustainable development. It's an initiative of Bhuvan - NRSC/ISRO based on the NCERT syllabus.Thanks for asking,here are some results.Do you want to go to the page?",
"url": "https://bhuvan-app1.nrsc.gov.in/mhrd_ncert/sb/sb.php"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan",
"patterns": [
"Tell me about Bhuvan",
"What is Bhuvan",
"What can Bhuvan do"
],
"responses": [
"Bhuvan is an initiative by the Indian Space Research Organisation (ISRO) that provides a web-based geoportal for exploring and visualizing various geospatial datasets and satellite imagery of India. Bhuvan means Earth in Sanskrit, and the platform is designed to offer users a range of features related to mapping, navigation, and earth observation."
],
"context": [
""
]
},
{
"tag": "Tourism : Amritsar",
"patterns": [
"tell me about tourism in Amritsar",
"tourism in Amritsar",
"Search for tourism map of Amritsar",
"tell me about Amritsar"
],
"responses": [
{
"res": "Amritsar, in the Indian state of Punjab, is renowned for the iconic Golden Temple, a spiritual and cultural symbol of Sikhism. The city attracts visitors with its vibrant markets, rich history, and the poignant Jallianwala Bagh memorial.Do you want to be rediricted to the Amritsar Tourism page?",
"url": "https://bhuvan-app1.nrsc.gov.in/tourism/tourism.php?tourismid=1"
}
],
"context": [
""
]
},
{
"tag": "Bhuvan-Single Sign On",
"patterns": [
"provide me the sign-up Page",
"Sign-up page",
"Make an account on Bhuvan"
],
"responses": [
{
"res": "Bhuvan uses the Central Authentication Service (CAS) to enable Single Sign-On (SSO). This means that users can use the same login credentials if they are already registered with Bhuvan.Do you want to go to the Sign-up page?",
"url": "https://bhuvan-app1.nrsc.gov.in/tr_forest/"
}
],
"context": [
""
]
},
{
"tag": "Ludhiana Municipal",
"patterns": [
"tell me about Ludhiana Municipal",
"Tell me about Ludhiana",
"Search for map of Ludhiana Municipal",
"GIS map of Ludhiana"
],
"responses": [
{
"res": "Ludhiana Municipal Corporation, located in Punjab, India, is responsible for local governance and civic services in Ludhiana city. It oversees urban infrastructure, public health, waste management, and various municipal services for the residents.Do you want to go to the Ludhiana GSI page?",
"url": "https://bhuvan-app1.nrsc.gov.in/municipal/municipal.php"
}
],
"context": [
""
]
}
]
}