Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2017 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f1943d3a1e9dbe5d4f7c2aaf631bcb1f to your computer and use it in GitHub Desktop.
Save anonymous/f1943d3a1e9dbe5d4f7c2aaf631bcb1f to your computer and use it in GitHub Desktop.
Filter for Planet API search
{
"config": [
{
"field_name": "geometry",
"config": {
"type": "Polygon",
"coordinates": [
[
[
-118.40408921241759,
33.94717819032071
],
[
-118.40408921241759,
33.94764099610526
],
[
-118.40353131294249,
33.94764099610526
],
[
-118.40353131294249,
33.94717819032071
],
[
-118.40408921241759,
33.94717819032071
]
]
]
},
"type": "GeometryFilter"
}
],
"type": "AndFilter"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment