Skip to content

AOI report data exploration #538

@danielfdsilva

Description

@danielfdsilva

Result for different AOIs for different time ranges. AOIs can be found at the end.

ce-month
ce-4months
ce-year

china-month
china-4months
china-year

la-month
la-4months
la-year

// 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions