{"info":{"_postman_id":"ca9d0979-4035-45ad-bfba-582a680a05ab","name":"stac-fastapi-elasticsearch","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12888943","collectionId":"ca9d0979-4035-45ad-bfba-582a680a05ab","publishedId":"2s8ZDSdRHA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-15T15:08:10.000Z"},"item":[{"name":"GET root catalog","id":"60aec42a-4625-4b43-9ffc-63b4c9af84c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/","urlObject":{"protocol":"http","port":"8080","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"60aec42a-4625-4b43-9ffc-63b4c9af84c5"},{"name":"GET collections","id":"e5756fc4-210b-4b24-94f0-b80a991ec6f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/collections","urlObject":{"protocol":"http","port":"8080","path":["collections"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5756fc4-210b-4b24-94f0-b80a991ec6f4"},{"name":"DELETE collection","id":"2ac45d3a-8780-473e-9971-ace218b6d01d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/collections/test-collection","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ac45d3a-8780-473e-9971-ace218b6d01d"},{"name":"DELETE item","id":"4226854f-6d04-4912-bb13-c6987ec21fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/collections/test-collection/items/test-item","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection","items","test-item"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4226854f-6d04-4912-bb13-c6987ec21fdb"},{"name":"GET collection","id":"08a0d6bd-1035-43e7-bda9-e26a4a90e768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/collections/test-collection","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"08a0d6bd-1035-43e7-bda9-e26a4a90e768"},{"name":"GET item collection","id":"207f88ca-d60c-4702-93e1-a7e941c987e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/collections/test-collection/items","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"207f88ca-d60c-4702-93e1-a7e941c987e0"},{"name":"GET item","id":"82534f09-d495-4303-89fe-d4366217d6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/collections/test-collection/items/test-item","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection","items","test-item"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"82534f09-d495-4303-89fe-d4366217d6f8"},{"name":"CREATE new collection","id":"1465cff8-8359-44f3-8ade-1e20d714fb17","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"test-collection\",\n  \"stac_extensions\": [\"https://stac-extensions.github.io/eo/v1.0.0/schema.json\"],\n  \"type\": \"Collection\",\n  \"description\": \"Landat 8 imagery radiometrically calibrated and orthorectified using gound points and Digital Elevation Model (DEM) data to correct relief displacement.\",\n  \"stac_version\": \"1.0.0\",\n  \"summaries\": {\n    \"platform\": [\"landsat-8\"],\n    \"instruments\": [\"oli\", \"tirs\"],\n    \"gsd\": [30]\n  },\n  \"extent\": {\n    \"spatial\": {\n      \"bbox\": [\n        [\n          -180.0,\n          -90.0,\n          180.0,\n          90.0\n        ]\n      ]\n    },\n    \"temporal\": {\n      \"interval\": [\n        [\n          \"2013-06-01\",\n          null\n        ]\n      ]\n    }\n  },\n  \"links\": [\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1\",\n      \"rel\": \"self\",\n      \"type\": \"application/json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/\",\n      \"rel\": \"parent\",\n      \"type\": \"application/json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1/items\",\n      \"rel\": \"item\",\n      \"type\": \"application/geo+json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/\",\n      \"rel\": \"root\",\n      \"type\": \"application/json\"\n    }\n  ],\n  \"title\": \"Landsat 8 L1\",\n  \"keywords\": [\n    \"landsat\",\n    \"earth observation\",\n    \"usgs\"\n  ]\n}"},"url":"http://localhost:8080/collections","urlObject":{"protocol":"http","port":"8080","path":["collections"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1465cff8-8359-44f3-8ade-1e20d714fb17"},{"name":"CREATE new item","id":"83284964-d570-417c-a985-9d69cb19be65","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"Feature\",\n  \"id\": \"test-item\",\n  \"stac_version\": \"1.0.0\",\n  \"stac_extensions\": [\n    \"https://stac-extensions.github.io/eo/v1.0.0/schema.json\",\n    \"https://stac-extensions.github.io/projection/v1.0.0/schema.json\"\n  ],\n  \"geometry\": {\n    \"coordinates\": [\n      [\n        [\n          152.15052873427666,\n          -33.82243006904891\n        ],\n        [\n          150.1000346138806,\n          -34.257132625788756\n        ],\n        [\n          149.5776607193635,\n          -32.514709769700254\n        ],\n        [\n          151.6262528041627,\n          -32.08081674221862\n        ],\n        [\n          152.15052873427666,\n          -33.82243006904891\n        ]\n      ]\n    ],\n    \"type\": \"Polygon\"\n  },\n  \"properties\": {\n    \"datetime\": \"2018-02-12T12:30:22Z\",\n    \"landsat:scene_id\": \"LC82081612020043LGN00\",\n    \"landsat:row\": \"161\",\n    \"gsd\": 15,\n    \"landsat:revision\": \"00\",\n    \"view:sun_azimuth\": -148.83296771,\n    \"instrument\": \"OLI_TIRS\",\n    \"landsat:product_id\": \"LC08_L1GT_208161_20200212_20200212_01_RT\",\n    \"eo:cloud_cover\": 0,\n    \"landsat:tier\": \"RT\",\n    \"landsat:processing_level\": \"L1GT\",\n    \"landsat:column\": \"208\",\n    \"platform\": \"landsat-8\",\n    \"proj:epsg\": 32756,\n    \"view:sun_elevation\": -37.30791534,\n    \"view:off_nadir\": 0,\n    \"height\": 2500,\n    \"width\": 2500\n  },\n  \"bbox\": [\n    149.57574,\n    -34.25796,\n    152.15194,\n    -32.07915\n  ],\n  \"collection\": \"test-collection\",\n  \"assets\": {},\n  \"links\": [\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1/items/LC82081612020043\",\n      \"rel\": \"self\",\n      \"type\": \"application/geo+json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1\",\n      \"rel\": \"parent\",\n      \"type\": \"application/json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1\",\n      \"rel\": \"collection\",\n      \"type\": \"application/json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/\",\n      \"rel\": \"root\",\n      \"type\": \"application/json\"\n    }\n  ]\n}"},"url":"http://localhost:8080/collections/test-collection/items","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83284964-d570-417c-a985-9d69cb19be65"},{"name":"UPDATE item","id":"00384ecb-6087-4da5-bd6d-98f81f2af202","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"Feature\",\n  \"id\": \"test-item\",\n  \"stac_version\": \"1.0.1\",\n  \"stac_extensions\": [\n    \"https://stac-extensions.github.io/eo/v1.0.0/schema.json\",\n    \"https://stac-extensions.github.io/projection/v1.0.0/schema.json\"\n  ],\n  \"geometry\": {\n    \"coordinates\": [\n      [\n        [\n          152.15052873427666,\n          -33.82243006904891\n        ],\n        [\n          150.1000346138806,\n          -34.257132625788756\n        ],\n        [\n          149.5776607193635,\n          -32.514709769700254\n        ],\n        [\n          151.6262528041627,\n          -32.08081674221862\n        ],\n        [\n          152.15052873427666,\n          -33.82243006904891\n        ]\n      ]\n    ],\n    \"type\": \"Polygon\"\n  },\n  \"properties\": {\n    \"datetime\": \"2018-02-12T12:30:22Z\",\n    \"landsat:scene_id\": \"LC82081612020043LGN00\",\n    \"landsat:row\": \"161\",\n    \"gsd\": 15,\n    \"landsat:revision\": \"00\",\n    \"view:sun_azimuth\": -148.83296771,\n    \"instrument\": \"OLI_TIRS\",\n    \"landsat:product_id\": \"LC08_L1GT_208161_20200212_20200212_01_RT\",\n    \"eo:cloud_cover\": 0,\n    \"landsat:tier\": \"RT\",\n    \"landsat:processing_level\": \"L1GT\",\n    \"landsat:column\": \"208\",\n    \"platform\": \"landsat-8\",\n    \"proj:epsg\": 32756,\n    \"view:sun_elevation\": -37.30791534,\n    \"view:off_nadir\": 0,\n    \"height\": 2500,\n    \"width\": 2500\n  },\n  \"bbox\": [\n    149.57574,\n    -34.25796,\n    152.15194,\n    -32.07915\n  ],\n  \"collection\": \"test-collection\",\n  \"assets\": {},\n  \"links\": [\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1/items/LC82081612020043\",\n      \"rel\": \"self\",\n      \"type\": \"application/geo+json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1\",\n      \"rel\": \"parent\",\n      \"type\": \"application/json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/collections/landsat-8-l1\",\n      \"rel\": \"collection\",\n      \"type\": \"application/json\"\n    },\n    {\n      \"href\": \"http://localhost:8081/\",\n      \"rel\": \"root\",\n      \"type\": \"application/json\"\n    }\n  ]\n}"},"url":"http://localhost:8080/collections/test-collection/items/test-item","urlObject":{"protocol":"http","port":"8080","path":["collections","test-collection","items","test-item"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00384ecb-6087-4da5-bd6d-98f81f2af202"},{"name":"POST search <point intersection>","id":"dcfcd016-c66d-4a8f-8154-043641e75224","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"collections\":[\"test-collection\"],\n    \"limit\": 2,\n    \"intersects\":{\"type\": \"Point\", \"coordinates\": [150.04, -33.14]},\n    \"query\": {\n        \"gsd\":{\"gt\":10}\n    }\n}"},"url":"http://localhost:8080/search","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcfcd016-c66d-4a8f-8154-043641e75224"},{"name":"POST search <polygon intersection>","id":"c4c152bf-03f6-4a14-a9a7-c146fd00bc33","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"collections\":[\"test-collection\"],\n    \"intersects\":{\n        \"type\": \"Polygon\", \n        \"coordinates\": [\n          [\n            [\n              98.0859375,\n              -7.362466865535738\n            ],\n            [\n              95.2734375,\n              -44.33956524809713\n            ],\n            [\n              188.4375,\n              -50.28933925329178\n            ],\n            [\n              168.75,\n              10.487811882056695\n            ],\n            [\n              98.0859375,\n              -7.362466865535738\n            ]\n          ]\n        ]\n    }\n}"},"url":"http://localhost:8080/search","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4c152bf-03f6-4a14-a9a7-c146fd00bc33"},{"name":"POST search <bbox>","id":"1cfbb351-a636-4d31-80a6-b02604f5a8de","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"bbox\": [97.504892,-45.254738,174.321298,-2.431580]\n}"},"url":"http://localhost:8080/search","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cfbb351-a636-4d31-80a6-b02604f5a8de"},{"name":"POST search <bbox> Fields Include","id":"e5ff0c16-bf21-4ffa-8174-1dac3a6271c5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"bbox\": [97.504892,-45.254738,174.321298,-2.431580],\n    \"fields\": {\n        \"include\": [\"properties.gsd\"]\n    }\n}"},"url":"http://localhost:8080/search","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5ff0c16-bf21-4ffa-8174-1dac3a6271c5"},{"name":"POST search <bbox> Fields Exclude","id":"b8ff3d6e-acab-4860-a313-96478217cdf9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"bbox\": [97.504892,-45.254738,174.321298,-2.431580],\n    \"fields\": {\n        \"exclude\": [\"properties\"]\n    }\n}"},"url":"http://localhost:8080/search","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8ff3d6e-acab-4860-a313-96478217cdf9"},{"name":"GET search <query gsd>","id":"3b14a9b0-49b2-443d-a8bd-df2094d4a0a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"url":"http://localhost:8080/search?query={\"gsd\": {\"gt\": 14}}","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[{"key":"query","value":"{\"gsd\": {\"gt\": 14}}"}],"variable":[]}},"response":[],"_postman_id":"3b14a9b0-49b2-443d-a8bd-df2094d4a0a0"},{"name":"GET intersects","id":"a197a7c8-f1b8-42f9-81fa-0cf9bd713142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/search?intersects={\"type\": \"Polygon\",\"coordinates\":[[[176.86,-72.99],[177.19,-72.01],[178.45,-72.046],[176.93,-72.99],[176.86,-72.99]]]}","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[{"key":"intersects","value":"{\"type\": \"Polygon\",\"coordinates\":[[[176.86,-72.99],[177.19,-72.01],[178.45,-72.046],[176.93,-72.99],[176.86,-72.99]]]}"}],"variable":[]}},"response":[],"_postman_id":"a197a7c8-f1b8-42f9-81fa-0cf9bd713142"},{"name":"GET intersects point","id":"3eb064ab-477d-4e45-806f-bda3bedaa6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/search?intersects={\"type\":\"Point\":\"coordinates\":[150.04,-33.14]}","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[{"key":"intersects","value":"{\"type\":\"Point\":\"coordinates\":[150.04,-33.14]}"}],"variable":[]}},"response":[],"_postman_id":"3eb064ab-477d-4e45-806f-bda3bedaa6ce"},{"name":"GET bbox","id":"0d35346a-278e-426b-86e6-c23188806a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/search?intersects={\"type\": \"Polygon\",\"coordinates\":[[[98.085,-7.362],[95.275,-44.339],[188.4375,-50.289],[168.75,10.489],[98.0859375,-7.362466865535738]]]}","urlObject":{"protocol":"http","port":"8080","path":["search"],"host":["localhost"],"query":[{"key":"intersects","value":"{\"type\": \"Polygon\",\"coordinates\":[[[98.085,-7.362],[95.275,-44.339],[188.4375,-50.289],[168.75,10.489],[98.0859375,-7.362466865535738]]]}"}],"variable":[]}},"response":[],"_postman_id":"0d35346a-278e-426b-86e6-c23188806a1a"}]}