Das US Office of the Geographer stellt den Datensatz „Large Scale International Boundary“ (LSIB) zur Verfügung. Die detaillierte Version (2013) wird aus zwei anderen Datasets abgeleitet: einer LSIB-Linienvektordatei und den World Vector Shorelines (WVS) der National Geospatial-Intelligence Agency (NGA). Die inneren Grenzen entsprechen den Richtlinien der US-Regierung zu Grenzen, Grenzstreitigkeiten und Souveränität. Die äußeren Grenzen werden aus dem WVS abgeleitet. Die Küstenliniendaten des WVS sind jedoch veraltet und in der Regel um mehrere Hundert Meter bis über einen Kilometer verschoben.
Jedes Feature ist die polygonale Fläche, die von inneren Grenzen und gegebenenfalls äußeren Küstenlinien umschlossen wird. Viele Länder bestehen aus mehreren Features, eines für jede disjunkte Region.
Im Vergleich zum detaillierten LSIB wurden in diesem vereinfachten Dataset einige nicht zusammenhängende Regionen jedes Landes auf ein einzelnes Attribut reduziert.
Außerdem werden mittelgroße und kleinere Inseln ausgeschlossen. Die resultierenden vereinfachten Grenzlinien sind selten mehr als 100 Meter von den detaillierten LSIB-Linien entfernt. Jedes der 312 Features ist Teil der Geometrie eines der 284 Länder, die in diesem Dataset beschrieben werden.
Ein FeatureView ist eine beschleunigte Darstellung eines FeatureCollection, die nur angezeigt werden kann. Weitere Informationen finden Sie in der Dokumentation zu FeatureView.
Das Large Scale International Boundary (LSIB)-Dataset wird vom United States Office of the Geographer bereitgestellt. Die detaillierte Version (2013) basiert auf zwei anderen Datasets: einer LSIB-Linienvektordatei und den World Vector Shorelines (WVS) der National Geospatial-Intelligence Agency (NGA). Die inneren Grenzen entsprechen den Richtlinien der US-Regierung zu …
[null,null,[],[[["\u003cp\u003eThe USDOS LSIB Simple 2017 dataset provides simplified international boundary polygons for 284 countries, derived from the detailed LSIB and excluding smaller islands.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset reflects US government policies on boundaries, boundary disputes, and sovereignty, with exterior boundaries derived from the World Vector Shorelines.\u003c/p\u003e\n"],["\u003cp\u003eThe simplified boundary lines in this dataset are generally within 100 meters of the detailed LSIB lines, and some disjoint country regions have been merged into single features.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is available as a FeatureCollection and FeatureView in Earth Engine and includes attributes such as country name, abbreviation, FIPS code, and continental region.\u003c/p\u003e\n"],["\u003cp\u003eThis US public domain data has no restrictions on use.\u003c/p\u003e\n"]]],["The dataset, provided by the US Department of State, offers a simplified version of the Large Scale International Boundary (LSIB) dataset from 2017. It includes 312 features representing 284 countries with simplified boundaries and excludes smaller islands. Users can access it through Earth Engine using `ee.FeatureCollection(\"USDOS/LSIB_SIMPLE/2017\")` or via the `FeatureView` layer. Data schema includes country name, code, abbreviation, and continental region. The data can be visualized using provided JavaScript code snippets, with no restrictions on its use.\n"],null,["# LSIB 2017: Large Scale International Boundary Polygons, Simplified\n\nDataset Availability\n: 2017-03-30T00:00:00Z--2017-03-30T00: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. The detailed\nversion (2013) is derived from two other datasets: a LSIB line\nvector file and the World Vector Shorelines (WVS) from the National\nGeospatial-Intelligence Agency (NGA). The interior boundaries\nreflect U.S. government policies on boundaries, boundary disputes,\nand sovereignty. The exterior boundaries are derived from the\nWVS; however, the WVS coastline data is outdated and generally\nshifted from between several hundred meters to over a kilometer.\nEach feature is the polygonal area enclosed by interior boundaries\nand exterior coastlines where applicable, and many countries\nconsist of multiple features, one per disjoint region.\n\nCompared with the detailed LSIB, in this simplified dataset some disjointed\nregions of each country have been reduced to a single feature.\nFurthermore, it excludes medium and smaller islands. The resulting\nsimplified boundary lines are rarely shifted by more than 100\nmeters from the detailed LSIB lines. Each of the 312 features\nis a part of the geometry of one of the 284 countries described\nin this dataset.\n\n### Table Schema\n\n**Table Schema**\n\n| Name | Type | Description |\n|------------|--------|------------------------------------------------------------------------------------------|\n| abbreviati | STRING | Country abbreviation |\n| country_co | STRING | [Two-letter FIPS country code](https://en.wikipedia.org/wiki/List_of_FIPS_country_codes) |\n| country_na | STRING | US-recognized country name |\n| wld_rgn | STRING | Continental region, e.g. South America |\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_SIMPLE/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_SIMPLE/2017', true, 0.8);\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USDOS/USDOS_LSIB_SIMPLE_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_SIMPLE/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_SIMPLE/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_SIMPLE_2017_FeatureView) \n[LSIB 2017: Large Scale International Boundary Polygons, Simplified](/earth-engine/datasets/catalog/USDOS_LSIB_SIMPLE_2017) \nThe United States Office of the Geographer provides the Large Scale International Boundary (LSIB) dataset. The detailed version (2013) 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 ... \nUSDOS/LSIB_SIMPLE/2017, borders,countries,dos,infrastructure-boundaries,political,table,usdos \n2017-03-30T00:00:00Z/2017-03-30T00: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_SIMPLE_2017)"]]