Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AOI report data exploration #538

Open
danielfdsilva opened this issue Jan 28, 2021 · 0 comments
Open

AOI report data exploration #538

danielfdsilva opened this issue Jan 28, 2021 · 0 comments

Comments

@danielfdsilva
Copy link
Contributor

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]
      ]
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant