ইউনাইটেড স্টেটস অফিস অফ দ্য জিওগ্রাফার লার্জ স্কেল ইন্টারন্যাশনাল বাউন্ডারি (LSIB) ডেটাসেট প্রদান করে। এটি অন্য দুটি ডেটাসেট থেকে নেওয়া হয়েছে: একটি LSIB লাইন ভেক্টর ফাইল এবং World Vector Shorelines (WVS) National Geospatial-Intelligence Agency (NGA) থেকে। অভ্যন্তরীণ সীমানা সীমানা, সীমানা বিরোধ এবং সার্বভৌমত্বের উপর মার্কিন সরকারের নীতিগুলি প্রতিফলিত করে। বাহ্যিক সীমানা WVS থেকে উদ্ভূত হয়; যাইহোক, WVS উপকূলরেখার ডেটা পুরানো এবং সাধারণত কয়েকশো মিটার থেকে এক কিলোমিটারের মধ্যে স্থানান্তরিত হয়। প্রতিটি বৈশিষ্ট্য হল অভ্যন্তরীণ সীমানা এবং বাইরের উপকূলরেখা দ্বারা ঘেরা বহুভুজ এলাকা যেখানে প্রযোজ্য, এবং অনেক দেশ একাধিক বৈশিষ্ট্য নিয়ে গঠিত, প্রতি বিচ্ছিন্ন অঞ্চলে একটি। 180,741 বৈশিষ্ট্যগুলির প্রতিটি এই ডেটাসেটে বর্ণিত 284টি দেশের একটির জ্যামিতির একটি অংশ৷
টেবিল স্কিমা
টেবিল স্কিমা
নাম
টাইপ
বর্ণনা
অবজেক্টআইডি
STRING
অবজেক্ট আইডি
COUNTRY_NA
STRING
মার্কিন-স্বীকৃত দেশের নাম
ব্যবহারের শর্তাবলী
ব্যবহারের শর্তাবলী
এই মার্কিন পাবলিক ডোমেইন ডেটা ব্যবহারের উপর কোন বিধিনিষেধ নেই।
ইউনাইটেড স্টেটস অফিস অফ দ্য জিওগ্রাফার লার্জ স্কেল ইন্টারন্যাশনাল বাউন্ডারি (LSIB) ডেটাসেট প্রদান করে। এটি অন্য দুটি ডেটাসেট থেকে নেওয়া হয়েছে: একটি LSIB লাইন ভেক্টর ফাইল এবং World Vector Shorelines (WVS) National Geospatial-Intelligence Agency (NGA) থেকে। অভ্যন্তরীণ সীমানাগুলি সীমানা, সীমানা বিরোধের উপর মার্কিন সরকারের নীতিগুলি প্রতিফলিত করে, …
[null,null,[],[[["\u003cp\u003eThe LSIB dataset, provided by the United States Office of the Geographer, details international boundary polygons derived from line vectors and shoreline data.\u003c/p\u003e\n"],["\u003cp\u003eIt reflects U.S. government policies on boundaries, boundary disputes, and sovereignty, with exterior boundaries based on (potentially outdated) World Vector Shorelines data.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset features 180,741 polygons representing 284 countries, with attributes for country name and object ID.\u003c/p\u003e\n"],["\u003cp\u003eThe LSIB dataset is public domain with no restrictions on use.\u003c/p\u003e\n"],["\u003cp\u003eEarth Engine provides tools to explore, analyze, and visualize the LSIB dataset, including code examples for styling and display.\u003c/p\u003e\n"]]],[],null,["# LSIB 2017: Large Scale International Boundary Polygons, Detailed\n\nDataset Availability\n: 2017-12-29T00:00:00Z--2017-12-29T00:00:00Z\n\nDataset Provider\n:\n\n\n [United States Department of State, Office of the Geographer](https://geonode.state.gov/layers/catalog:geonode:LSIB)\n\nTags\n:\n[borders](/earth-engine/datasets/tags/borders) [countries](/earth-engine/datasets/tags/countries) [dos](/earth-engine/datasets/tags/dos) [infrastructure-boundaries](/earth-engine/datasets/tags/infrastructure-boundaries) [political](/earth-engine/datasets/tags/political) [table](/earth-engine/datasets/tags/table) [usdos](/earth-engine/datasets/tags/usdos) \n\n#### Description\n\nThe United States Office of the Geographer provides\nthe Large Scale International Boundary (LSIB) dataset. It is derived\nfrom two other datasets: a LSIB line vector file and the World\nVector Shorelines (WVS) from the National Geospatial-Intelligence\nAgency (NGA). The interior boundaries reflect U.S. government policies\non boundaries, boundary disputes, and sovereignty. The exterior\nboundaries are derived from the WVS; however, the WVS coastline\ndata is outdated and generally shifted from between several hundred\nmeters to over a kilometer. Each feature is the polygonal area\nenclosed by interior boundaries and exterior coastlines where applicable,\nand many countries consist of multiple features, one per disjoint\nregion. Each of the 180,741 features is a part of the geometry\nof one of the 284 countries described in this dataset.\n\n### Table Schema\n\n**Table Schema**\n\n| Name | Type | Description |\n|------------|--------|----------------------------|\n| OBJECTID | STRING | Object ID |\n| COUNTRY_NA | STRING | US-recognized country name |\n\n### Terms of Use\n\n**Terms of Use**\n\nThere are no restrictions on use of this US public domain data.\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.FeatureCollection('USDOS/LSIB/2017');\nvar styleParams = {\n fillColor: 'b5ffb4',\n color: '00909F',\n width: 3,\n};\nvar countries = dataset.style(styleParams);\nMap.setCenter(16.35, 48.83, 4);\nMap.addLayer(countries, {}, 'USDOS/LSIB/2017', true, 0.8);\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USDOS/USDOS_LSIB_2017)\n\n### Visualize as a FeatureView\n\n\nA `FeatureView` is a view-only, accelerated representation of a\n`FeatureCollection`. For more details, visit the\n[`FeatureView` documentation.](/earth-engine/guides/featureview_overview)\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar fvLayer = ui.Map.FeatureViewLayer('USDOS/LSIB/2017_FeatureView');\n\nvar visParams = {\n color: '00909F',\n fillColor: 'b5ffb4',\n width: 3,\n opacity: 1\n};\n\nfvLayer.setVisParams(visParams);\nfvLayer.setName('USDOS/LSIB/2017');\n\nMap.setCenter(16.35, 48.83, 4);\nMap.add(fvLayer);\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USDOS/USDOS_LSIB_2017_FeatureView) \n[LSIB 2017: Large Scale International Boundary Polygons, Detailed](/earth-engine/datasets/catalog/USDOS_LSIB_2017) \nThe United States Office of the Geographer provides the Large Scale International Boundary (LSIB) dataset. It is derived from two other datasets: a LSIB line vector file and the World Vector Shorelines (WVS) from the National Geospatial-Intelligence Agency (NGA). The interior boundaries reflect U.S. government policies on boundaries, boundary disputes, ... \nUSDOS/LSIB/2017, borders,countries,dos,infrastructure-boundaries,political,table,usdos \n2017-12-29T00:00:00Z/2017-12-29T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://geonode.state.gov/layers/catalog:geonode:LSIB)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USDOS_LSIB_2017)"]]