-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Result for different AOIs for different time ranges. AOIs can be found at the end.
// Los Angeles
{
type: 'Feature',
properties: {},
geometry: {
type: 'Polygon',
coordinates: [
[
[-119.707, 32.759],
[-115.532, 32.759],
[-115.532, 35.254],
[-119.707, 35.254],
[-119.707, 32.759]
]
]
}
}
// China
{
type: 'Feature',
properties: {},
geometry: {
type: 'Polygon',
coordinates: [
[
[-271.45, 20.55],
[-240.424, 20.55],
[-240.424, 40.111],
[-271.45, 40.111],
[-271.45, 20.55]
]
]
}
}
// Central Europe
{
type: 'Feature',
properties: {},
geometry: {
type: 'Polygon',
coordinates: [
[
[-363.911, 42.553],
[-339.96, 42.553],
[-339.96, 53.12],
[-363.911, 53.12],
[-363.911, 42.553]
]
]
}
}
Metadata
Metadata
Assignees
Labels
No labels