The data available in this sample covers the coast of the United Kingdom and Ireland and is available from 1991 to 2016. For more information, please read the block description.
Block type: DATA
Supported parameters
bbox
: For more information, please refer to Bounding box.intersects
: For more information, please refer to Intersects.object_types
: A list of object types to fetch. The object types consist ofShips_Rigs
(all ships and rigs identified in a given scene),Scenes
(the outline of each satellite scene used to generate the data),Slick_Points
(the predicted oil slick source point) andSlick_Outlines
(the outline of the oil slick in a given scene).
For more information: JSON Parameters.
This block does not support the geometry filter contains
.
Output format
The output data is a GeoJSON file(s) based on the number of object_types
supplied. These files have the naming convention <object_type>.geojson
. All resulting files are stored in a directory with a unique identifier as referenced by the data.json.
This block does not support test queries (dry_run
) or quicklooks.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"bbox": [
0.330963,
53.960126,
0.65918,
54.106918
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0.65918,
53.960126
],
[
0.65918,
54.106918
],
[
0.330963,
54.106918
],
[
0.330963,
53.960126
],
[
0.65918,
53.960126
]
]
]
},
"properties": {
"object_types": [
"Ships_Rigs",
"Slick_Points",
"Slick_Outlines",
"Scenes"
],
"up42.data_path": "c18a893a-aa59-4a22-a58b-e4a044b1bcf2"
}
}
]
}
Capabilities
Output
vector
custom | |
---|---|
object_type | ${object_type} |
up42_standard | |
---|---|
format | GeoJSON |
geometry_type | {
"or": [
"Polygon",
"Linestring",
"Point"
]
} |
To know more please check the block capabilities specifications.