Skip to content

Instantly share code, notes, and snippets.

@adamsteer
Created October 5, 2019 08:03
Show Gist options
  • Save adamsteer/d6b50853661e1cde32500d5d7b1f7e0a to your computer and use it in GitHub Desktop.
Save adamsteer/d6b50853661e1cde32500d5d7b1f7e0a to your computer and use it in GitHub Desktop.
the GeoJSON I want to see...
{
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"coordinates": [
[
[
251796.55712,
5746131.5569
],
[
252046.54222,
5746131.5569
],
[
252046.54222,
5746381.541999999
],
[
251796.55712,
5746381.541999999
],
[
251796.55712,
5746131.5569
]
]
],
"properties": {
"qc_score": -1,
"blur_score": 66.33602489549324
}
}],
],
"properties": {
"image": "../sample-data/image.tif",
"date": "04:10:2019T23:43:05"
}
}
@rowanwins
Copy link

Yeah unfortunately it's a spec thing, GeoJSON is a very bare-bones spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment