[Talk-in] Query about the data of Arunachal Pradesh
Ashim Kapoor
ashimkapoor at gmail.com
Tue Feb 2 06:48:42 UTC 2021
Hello again,
Also, "Lepa Rada" is in the names in the GeoJSON but NOT in this page :-
https://wiki.openstreetmap.org/wiki/Districts_in_Arunachal_Pradesh
Perhaps it is Leda Rada, on the above page?
Best,
Ashim
On Tue, Feb 2, 2021 at 12:02 PM Ashim Kapoor <ashimkapoor at gmail.com> wrote:
> Dear All,
>
> I downloaded the GeoJSON on this page :
>
> http://overpass-turbo.eu/s/J6q
>
> I got the above link from the bottom of this page :
> https://wiki.openstreetmap.org/wiki/Districts_in_Arunachal_Pradesh
>
> Then I wish to extract the boundaries of ALL Districts in this GeoJSON.
> There should be 25 Districts as mentioned on this page:-
> https://wiki.openstreetmap.org/wiki/Districts_in_India
>
> Here is my code in the R programming language:-
>
> library(geojsonsf)
> library(sf)
> Arunachal_Pradesh_sf <- geojson_sf("~/Downloads/Arunachal_Pradesh.geojson")
> > Arunachal_Pradesh_sf$name[which(Arunachal_Pradesh_sf$admin_level==5)]
> [1] "East Kameng" "Papum Pare" "Lower Subansiri"
>
> [4] "Upper Subansiri" "West Siang" "East Siang"
>
> [7] "Upper Siang" "Changlang" "Upper Dibang Valley"
>
> [10] "Lohit" "Tirap" "ལྷོ་à½
> à¼‹à½¦à¼‹à½ à½´à½£à¼ å±±å —å¸‚"
> [13] "Kurung Kumey district" "Tawang district" "West Kameng
> district"
> [16] "Anjaw" "Namsai" "Lower Dibang Valley"
>
> [19] "Shi Yomi" "Lower Siang" "Lepa Rada"
>
> [22] "Siang" "Longding" "Kamle"
>
> [25] "Kra Daadi" "Pakke Kessang" "日喀则市-å±±å
> —市边界"
> [28] "日喀则市-å±±å —å¸‚è¾¹ç•Œ" "日喀则市-å±±å —å¸‚è¾¹ç•Œ"
> "日喀则市-å±±å —å¸‚è¾¹ç•Œ"
> [31] "日喀则市-å±±å —å¸‚è¾¹ç•Œ" "日喀则市-å±±å —å¸‚è¾¹ç•Œ"
> "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [34] "日喀则市-å±±å —å¸‚è¾¹ç•Œ" "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [37] "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "拉è
> ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [40] "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "拉è
> ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [43] "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "拉è
> ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [46] "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æ‹‰è ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ" "拉è
> ¨å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [49] "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [52] "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [55] "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [58] "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ" "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> "æž—èŠ å¸‚-å±±å —å¸‚è¾¹ç•Œ"
> [61] "å±±å —å¸‚" "å±±å —å¸‚"
>
> I DO get 25 results in ENGLISH. I think those are the relevant districts
> in Arunachal Pradesh.
>
> My query is : Why am I getting extra Districts when I do this query ?
>
> Many thanks,
> Ashim
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk-in/attachments/20210202/d166ca62/attachment-0001.htm>
More information about the Talk-in
mailing list