Biuro Geografa Stanów Zjednoczonych udostępnia zbiór danych Large Scale International Boundary (LSIB). Pochodzi on z 2 innych zbiorów danych: pliku wektorowego linii LSIB i zbioru World Vector Shorelines (WVS) z National Geospatial-Intelligence Agency (NGA). Granice wewnętrzne odzwierciedlają politykę rządu Stanów Zjednoczonych w zakresie granic, sporów granicznych i suwerenności. Granice zewnętrzne pochodzą z WVS, ale dane o linii brzegowej WVS są nieaktualne i zwykle przesunięte o kilkaset metrów lub ponad kilometr. Każdy obiekt to obszar wielokątny
ograniczony wewnętrznymi granicami i zewnętrznymi liniami brzegowymi (w stosownych przypadkach).
Wiele krajów składa się z wielu obiektów, po jednym na każdy rozłączny
region. Każda z 180 741 cech jest częścią geometrii jednego z 284 krajów opisanych w tym zbiorze danych.
Schemat tabeli
Schemat tabeli
Nazwa
Typ
Opis
OBJECTID
CIĄG ZNAKÓW
Identyfikator obiektu
COUNTRY_NA
CIĄG ZNAKÓW
Nazwa kraju uznawana w Stanach Zjednoczonych
Warunki korzystania z usługi
Warunki korzystania z usługi
Nie ma ograniczeń dotyczących korzystania z tych danych z domeny publicznej w Stanach Zjednoczonych.
Biuro Geografa Stanów Zjednoczonych udostępnia zbiór danych Large Scale International Boundary (LSIB). Pochodzi on z 2 innych zbiorów danych: pliku wektorowego linii LSIB i zbioru World Vector Shorelines (WVS) z National Geospatial-Intelligence Agency (NGA). Granice wewnętrzne odzwierciedlają zasady rządu Stanów Zjednoczonych dotyczące granic, sporów granicznych, …
[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)"]]