diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..c74e690 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,39 @@ +name: CI + +on: + push: + branches: + - main + pull_request: + merge_group: + +concurrency: + # Cancel running job if another commit is pushed to the branch + group: ${{ github.ref }} + cancel-in-progress: true + +jobs: + test: + name: test + runs-on: ${{ matrix.os }} + strategy: + matrix: + python-version: + - "3.10" + - "3.11" + - "3.12" + - "3.13" + os: + - ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: ${{ matrix.python-version }} + - uses: astral-sh/setup-uv@v5 + with: + enable-cache: true + - name: Sync + run: uv sync --all-extras + - name: Test + run: uv run pytest tests diff --git a/pystac_monty/hazard_profiles.py b/pystac_monty/hazard_profiles.py index eb23acd..44b8290 100644 --- a/pystac_monty/hazard_profiles.py +++ b/pystac_monty/hazard_profiles.py @@ -1,4 +1,4 @@ -import importlib +import importlib.resources import pandas as df @@ -16,7 +16,7 @@ def __del__(self): def get_profiles(self) -> df.DataFrame: if self.impact_information_profile_data is None: - with importlib.resources.open_binary("pystac_monty", self.impact_information_profile_path) as f: + with importlib.resources.files("pystac_monty").joinpath(self.impact_information_profile_path).open("rb") as f: self.impact_information_profile_data = df.read_csv(f) return self.impact_information_profile_data diff --git a/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_0.yaml b/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_0.yaml index fe77898..dcc29cd 100644 --- a/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_0.yaml +++ b/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_0.yaml @@ -63,7 +63,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -80,7 +80,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A318:16B45:3C8264:3D8BF0:67596955 + - B21A:3D137C:3AC00B4:3C2871C:677D4315 X-XSS-Protection: - '0' status: @@ -132,11 +132,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:38 GMT + - Tue, 07 Jan 2025 15:07:01 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:38 GMT + - Tue, 07 Jan 2025 15:12:01 GMT Source-Age: - '0' Strict-Transport-Security: @@ -152,15 +152,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e693483945b19969d7796875070df27848f469dd + - ec22ffb8939fbff1d2e50785c26e3f27b7ecee4a X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960067-PAR + - cache-par-lfpg1960079-PAR X-Timer: - - S1733912918.876451,VS0,VE222 + - S1736262422.569080,VS0,VE165 X-XSS-Protection: - 1; mode=block status: @@ -230,7 +230,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -247,7 +247,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A324:206AD:3D070C:3E0EA1:67596956 + - B222:3E0D16:3A47076:3BAF605:677D4315 X-XSS-Protection: - '0' status: @@ -299,11 +299,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:38 GMT + - Tue, 07 Jan 2025 15:07:01 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:38 GMT + - Tue, 07 Jan 2025 15:12:01 GMT Source-Age: - '0' Strict-Transport-Security: @@ -319,15 +319,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7ac1584c1eb918dbfe2b850106b6b7cd841678b4 + - 61fa750d062e7803517fc78ec420ea1a05460554 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960037-PAR + - cache-par-lfpg1960030-PAR X-Timer: - - S1733912918.266890,VS0,VE3 + - S1736262422.905105,VS0,VE6 X-XSS-Protection: - 1; mode=block status: @@ -397,7 +397,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:38 GMT + - Tue, 07 Jan 2025 15:07:02 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-hazards/gdacs-hazards.json Referrer-Policy: @@ -414,7 +414,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A330:13F08:3B84AC:3C8C8C:67596956 + - B22E:3C9D:3A9676A:3BFEF25:677D4315 X-XSS-Protection: - '0' status: @@ -465,11 +465,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:39 GMT + - Tue, 07 Jan 2025 15:07:02 GMT ETag: - W/"0e1341982462438e4c8a456b2edbf7c112b9dd9d2b5ea3bca5598ad315ea569d" Expires: - - Wed, 11 Dec 2024 10:33:39 GMT + - Tue, 07 Jan 2025 15:12:02 GMT Source-Age: - '0' Strict-Transport-Security: @@ -479,21 +479,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5b315e7af41bdbbd203dfb574c4815c15051e527 + - c9e40e77ca307f3d734c302ef1c0b51585c6b77f X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AFC:3DFA9C:5643D:59630:675966C1 + - 4810:3DA8D1:96783D:9C9CE5:677D4312 X-Served-By: - - cache-par-lfpg1960057-PAR + - cache-par-lfpg1960087-PAR X-Timer: - - S1733912919.951377,VS0,VE175 + - S1736262423.588754,VS0,VE173 X-XSS-Protection: - 1; mode=block status: @@ -554,13 +554,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:39 GMT + - Tue, 07 Jan 2025 15:07:02 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:33:39 GMT + - Tue, 07 Jan 2025 15:12:02 GMT Source-Age: - - '12' + - '202' Strict-Transport-Security: - max-age=31536000 Vary: @@ -570,19 +570,19 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fcbd2eb3776ebaed290a543f388a9c53b15acc6f + - e8d1fc9beb8c5a37221532b0f3dc4ac524e5d64f X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960034-PAR + - cache-par-lfpg1960042-PAR X-Timer: - - S1733912919.250286,VS0,VE1 + - S1736262423.887037,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -643,13 +643,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:39 GMT + - Tue, 07 Jan 2025 15:07:03 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:33:39 GMT + - Tue, 07 Jan 2025 15:12:03 GMT Source-Age: - - '12' + - '202' Strict-Transport-Security: - max-age=31536000 Vary: @@ -663,15 +663,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6071a24a27af8e8caad07fde31540f435716e711 + - 560e45e94b76da0b968efc9be43c40b90e880407 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960095-PAR + - cache-par-lfpg1960037-PAR X-Timer: - - S1733912919.389390,VS0,VE1 + - S1736262423.032407,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_1.yaml b/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_1.yaml index 12bef90..4175930 100644 --- a/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_1.yaml +++ b/tests/extensions/cassettes/test_gdacs/GDACSTest.test_transformer_1.yaml @@ -63,7 +63,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -80,7 +80,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A33A:206AD:3D1182:3E1920:67596957 + - C87C:1725B:3A5006F:3BB857C:677D4317 X-XSS-Protection: - '0' status: @@ -132,13 +132,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:39 GMT + - Tue, 07 Jan 2025 15:07:03 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:39 GMT + - Tue, 07 Jan 2025 15:12:03 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: @@ -152,15 +152,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8de2275e5f876b2eee4e1ac71563edf86ed69d6e + - 330f1446a613261572d80deca869ade4869a5cec X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960020-PAR + - cache-par-lfpg1960075-PAR X-Timer: - - S1733912920.909457,VS0,VE1 + - S1736262423.216866,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -230,7 +230,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -247,7 +247,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A33E:3FD60E:3B5D86:3C6501:67596957 + - C880:3E0D16:3A47B53:3BB00F8:677D4317 X-XSS-Protection: - '0' status: @@ -299,11 +299,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:40 GMT + - Tue, 07 Jan 2025 15:07:03 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:40 GMT + - Tue, 07 Jan 2025 15:12:03 GMT Source-Age: - '2' Strict-Transport-Security: @@ -319,15 +319,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b1a05b58d1b157b481a4fdd2466525bd0fedd901 + - db08260db265d78688014b534af35e18cc18cd16 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960095-PAR + - cache-par-lfpg1960084-PAR X-Timer: - - S1733912920.407502,VS0,VE1 + - S1736262423.392175,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -397,7 +397,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:38 GMT + - Tue, 07 Jan 2025 15:07:02 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-hazards/gdacs-hazards.json Referrer-Policy: @@ -414,7 +414,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A348:22407:3C3F27:3D48D4:67596958 + - C886:3E1E9F:3AF6D63:3C5F5B3:677D4317 X-XSS-Protection: - '0' status: @@ -465,11 +465,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:40 GMT + - Tue, 07 Jan 2025 15:07:03 GMT ETag: - W/"0e1341982462438e4c8a456b2edbf7c112b9dd9d2b5ea3bca5598ad315ea569d" Expires: - - Wed, 11 Dec 2024 10:33:40 GMT + - Tue, 07 Jan 2025 15:12:03 GMT Source-Age: - '1' Strict-Transport-Security: @@ -485,15 +485,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 330a5a8ab47409302a6bff2c57c3c2817dfc1b4c + - fcbab07c435d05991d4fcd5a6eac7a2960c48248 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AFC:3DFA9C:5643D:59630:675966C1 + - 4810:3DA8D1:96783D:9C9CE5:677D4312 X-Served-By: - - cache-par-lfpg1960081-PAR + - cache-par-lfpg1960057-PAR X-Timer: - - S1733912921.580180,VS0,VE1 + - S1736262424.667072,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -563,7 +563,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -580,7 +580,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A34E:3EC665:3D701F:3E799D:67596958 + - C892:3E0D16:3A47E74:3BB03FD:677D4317 X-XSS-Protection: - '0' status: @@ -632,13 +632,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:40 GMT + - Tue, 07 Jan 2025 15:07:03 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:40 GMT + - Tue, 07 Jan 2025 15:12:03 GMT Source-Age: - - '3' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: @@ -652,15 +652,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ca7cbbf6816df8e678ff572afbfbc2fd6b41f71c + - a44d4a6adb4b767afe6d87eaec7a5f40964b440d X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960043-PAR + - cache-par-lfpg1960077-PAR X-Timer: - - S1733912921.763833,VS0,VE1 + - S1736262424.845532,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -730,7 +730,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -747,7 +747,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A352:9983B:3C6627:3D71CF:67596958 + - C8A0:3ECD16:3C1E597:3D86CCE:677D4317 X-XSS-Protection: - '0' status: @@ -798,11 +798,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:41 GMT + - Tue, 07 Jan 2025 15:12:04 GMT Source-Age: - '0' Strict-Transport-Security: @@ -812,21 +812,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ec10c0448ea98731a7a1be818a76789b4f4ce2c9 + - 8da2cbbd73d702034f86ee3f05f8e60bba67c509 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960077-PAR + - cache-par-lfpg1960088-PAR X-Timer: - - S1733912921.129575,VS0,VE169 + - S1736262424.178277,VS0,VE184 X-XSS-Protection: - 1; mode=block status: @@ -896,7 +896,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -913,7 +913,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A35A:3F142C:3BEBAB:3CF5B2:67596959 + - C8AE:1725B:3A50A37:3BB8F4A:677D4318 X-XSS-Protection: - '0' status: @@ -965,11 +965,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:41 GMT + - Tue, 07 Jan 2025 15:12:04 GMT Source-Age: - '3' Strict-Transport-Security: @@ -985,15 +985,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c0b07cfb28f74a331db3f3507967c0f75ed3340e + - 0937d1e8358c94d822a54ba9eee462851ad5218a X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960048-PAR + - cache-par-lfpg1960026-PAR X-Timer: - - S1733912922.500917,VS0,VE1 + - S1736262425.535127,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -1063,7 +1063,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -1080,7 +1080,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A360:3F44C4:3D7C38:3E8610:67596959 + - C8B2:3EE143:3BEBB08:3D54251:677D4318 X-XSS-Protection: - '0' status: @@ -1131,11 +1131,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:41 GMT + - Tue, 07 Jan 2025 15:12:04 GMT Source-Age: - '0' Strict-Transport-Security: @@ -1151,15 +1151,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bd52b754755ab898fbc10138036e5d4f00093bde + - 1ab8d2e1aca5e095c8626f5a1187a3653cf7203e X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960069-PAR + - cache-par-lfpg1960096-PAR X-Timer: - - S1733912922.680594,VS0,VE1 + - S1736262425.709654,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -1229,7 +1229,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -1246,7 +1246,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A368:3EC87D:3CF194:3DFB51:67596959 + - C8BE:3D6516:3D9121B:3EF980B:677D4318 X-XSS-Protection: - '0' status: @@ -1298,13 +1298,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:41 GMT + - Tue, 07 Jan 2025 15:12:04 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: @@ -1318,15 +1318,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1bae769a5d57d41e7dcb9f6424f4e972b58bb768 + - 9cfa4fbd28a7ee0f48c719d13e9b90181deb56df X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960065-PAR + - cache-par-lfpg1960079-PAR X-Timer: - - S1733912922.849739,VS0,VE1 + - S1736262425.925208,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -1396,7 +1396,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -1413,7 +1413,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A376:3EC87D:3CF28E:3DFC5F:67596959 + - C8C8:4E98:3ACACF4:3C333E1:677D4318 X-XSS-Protection: - '0' status: @@ -1464,11 +1464,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:42 GMT + - Tue, 07 Jan 2025 15:07:05 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:42 GMT + - Tue, 07 Jan 2025 15:12:05 GMT Source-Age: - '1' Strict-Transport-Security: @@ -1484,15 +1484,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 02b5faa8e9b9844cd9ebaf173a567a36665aab12 + - 70f07e2590e875e3c99ca06a38d54a55f8f1947d X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960071-PAR + - cache-par-lfpg1960030-PAR X-Timer: - - S1733912922.022991,VS0,VE1 + - S1736262425.097737,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -1562,7 +1562,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -1579,7 +1579,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A380:3F142C:3BF2D3:3CFCEE:6759695A + - C8D6:3D6F40:39F54A8:3B5DA17:677D4319 X-XSS-Protection: - '0' status: @@ -1631,11 +1631,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:42 GMT + - Tue, 07 Jan 2025 15:07:05 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:42 GMT + - Tue, 07 Jan 2025 15:12:05 GMT Source-Age: - '4' Strict-Transport-Security: @@ -1651,15 +1651,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1c02fbefa103531af09f9a8ccc5a8f262e928a95 + - d4fe7ee3e718860d5e3398b83acfb417bdc04a64 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960077-PAR + - cache-par-lfpg1960097-PAR X-Timer: - - S1733912923.510995,VS0,VE1 + - S1736262425.270806,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -1729,7 +1729,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -1746,7 +1746,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A38C:102C:3D1287:3E1AF2:6759695A + - C8E4:3DA62D:3B2D568:3C95CD3:677D4319 X-XSS-Protection: - '0' status: @@ -1797,13 +1797,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:43 GMT + - Tue, 07 Jan 2025 15:07:05 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:43 GMT + - Tue, 07 Jan 2025 15:12:05 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: @@ -1817,15 +1817,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d3da03c54047aadd9647b5b51aa6d435ba45cdfd + - 430d8767f123703e5cb7d56e6bef8d0bb553462e X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960073-PAR + - cache-par-lfpg1960066-PAR X-Timer: - - S1733912923.000431,VS0,VE1 + - S1736262426.752124,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -1895,7 +1895,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -1912,7 +1912,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A38E:3E713B:3B3DAB:3C461C:6759695B + - C8E6:3CB8B1:3B72D82:3CDB4A3:677D4319 X-XSS-Protection: - '0' status: @@ -1964,13 +1964,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:43 GMT + - Tue, 07 Jan 2025 15:07:05 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:43 GMT + - Tue, 07 Jan 2025 15:12:05 GMT Source-Age: - - '5' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: @@ -1984,15 +1984,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6b000212c3859509a5fc9db11fb5f004ca2bb814 + - 99cc3ee9a94395f6a8014b8ea75677a296f5925e X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960089-PAR + - cache-par-lfpg1960061-PAR X-Timer: - - S1733912923.174302,VS0,VE1 + - S1736262426.928604,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -2062,7 +2062,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -2079,7 +2079,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A39E:206AD:3D28EE:3E313A:6759695B + - F389:3DA62D:3B2D7A2:3C95F1A:677D4319 X-XSS-Protection: - '0' status: @@ -2130,11 +2130,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:43 GMT + - Tue, 07 Jan 2025 15:07:06 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:43 GMT + - Tue, 07 Jan 2025 15:12:06 GMT Source-Age: - '2' Strict-Transport-Security: @@ -2150,15 +2150,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2200e89394a6f761955ba04642965217f62cb3eb + - e0734a4635bd3e79e665250b0a7c419764de1fb0 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960063-PAR + - cache-par-lfpg1960076-PAR X-Timer: - - S1733912923.353416,VS0,VE1 + - S1736262426.113502,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -2228,7 +2228,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -2245,7 +2245,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3A0:1456F:3BF4D0:3CFCE5:6759695B + - C8F8:3DA62D:3B2D8D5:3C96047:677D431A X-XSS-Protection: - '0' status: @@ -2297,11 +2297,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:43 GMT + - Tue, 07 Jan 2025 15:07:06 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:43 GMT + - Tue, 07 Jan 2025 15:12:06 GMT Source-Age: - '5' Strict-Transport-Security: @@ -2317,15 +2317,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b86e78a051e1cf96367b0cfcb91c3fdfb6de3a21 + - c7892bb1b99d16be441ffc5f2b93eb6aa7800888 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960070-PAR + - cache-par-lfpg1960033-PAR X-Timer: - - S1733912924.527850,VS0,VE1 + - S1736262426.282086,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -2395,7 +2395,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -2412,7 +2412,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3AA:3F142C:3BFA55:3D04B9:6759695B + - C8FA:3EE143:3BEC7D8:3D54F10:677D431A X-XSS-Protection: - '0' status: @@ -2463,11 +2463,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:43 GMT + - Tue, 07 Jan 2025 15:07:06 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:43 GMT + - Tue, 07 Jan 2025 15:12:06 GMT Source-Age: - '2' Strict-Transport-Security: @@ -2483,15 +2483,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - aa25965c76e6f3f3c975a1e3cc6d0348d6eb3ef1 + - de32a1dd8981864444a4a2b6b696f5fbe5065df4 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960075-PAR + - cache-par-lfpg1960040-PAR X-Timer: - - S1733912924.695063,VS0,VE1 + - S1736262426.450847,VS0,VE3 X-XSS-Protection: - 1; mode=block status: @@ -2561,7 +2561,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -2578,7 +2578,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3B0:3F44C4:3D89E8:3E9430:6759695B + - C904:3D5409:3B9E108:3D067A6:677D431A X-XSS-Protection: - '0' status: @@ -2630,13 +2630,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:43 GMT + - Tue, 07 Jan 2025 15:07:06 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:43 GMT + - Tue, 07 Jan 2025 15:12:06 GMT Source-Age: - - '6' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: @@ -2650,15 +2650,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a326a7f28b72ee99814fa29f2c17e143bf4a36e9 + - 2f501d0b57bd0585558968fcc62bf7ceb97aed87 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960084-PAR + - cache-par-lfpg1960071-PAR X-Timer: - - S1733912924.906856,VS0,VE1 + - S1736262427.625892,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -2728,7 +2728,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -2745,7 +2745,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3BC:3E9FD3:3EB13A:3FBA6C:6759695B + - C906:3E1E9F:3AF8330:3C60BC9:677D431A X-XSS-Protection: - '0' status: @@ -2796,13 +2796,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:44 GMT + - Tue, 07 Jan 2025 15:07:06 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:44 GMT + - Tue, 07 Jan 2025 15:12:06 GMT Source-Age: - - '3' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: @@ -2816,15 +2816,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ff481615cd2ef11bf4fda0671cd09550d071ce80 + - 74b80c8a93955f806d78775e11f12f304ad7dc9d X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960058-PAR + - cache-par-lfpg1960098-PAR X-Timer: - - S1733912924.120323,VS0,VE1 + - S1736262427.792879,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -2894,7 +2894,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -2911,7 +2911,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3C8:1456F:3BF9B6:3D01EB:6759695C + - C910:1725B:3A51987:3BB9ED7:677D431A X-XSS-Protection: - '0' status: @@ -2963,13 +2963,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:44 GMT + - Tue, 07 Jan 2025 15:07:06 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:44 GMT + - Tue, 07 Jan 2025 15:12:06 GMT Source-Age: - - '6' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: @@ -2983,15 +2983,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8968c63e153935f2a0edc833e20203ecc44617fa + - 5f4226e9bb10d91bc011c2b16abeaaa1ed9683cb X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960041-PAR + - cache-par-lfpg1960078-PAR X-Timer: - - S1733912924.324220,VS0,VE1 + - S1736262427.966794,VS0,VE3 X-XSS-Protection: - 1; mode=block status: @@ -3061,7 +3061,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -3078,7 +3078,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3D6:3FD60E:3B79BB:3C81AC:6759695C + - C91A:3C9D:3A986FA:3C00F05:677D431B X-XSS-Protection: - '0' status: @@ -3129,11 +3129,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:44 GMT + - Tue, 07 Jan 2025 15:07:07 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:44 GMT + - Tue, 07 Jan 2025 15:12:07 GMT Source-Age: - '3' Strict-Transport-Security: @@ -3149,15 +3149,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 61b0fc5a74798c2aa33d1a54e1c4040acf34f01d + - e5e471cfeb5e5a652c8e6a8cc83dd83d61b75596 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960042-PAR + - cache-par-lfpg1960067-PAR X-Timer: - - S1733912925.536654,VS0,VE1 + - S1736262427.145143,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -3227,7 +3227,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -3244,7 +3244,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3D8:3F16A3:3CAAB0:3DB222:6759695C + - C928:3E1E9F:3AF86D1:3C60F63:677D431B X-XSS-Protection: - '0' status: @@ -3296,13 +3296,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:44 GMT + - Tue, 07 Jan 2025 15:07:07 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:44 GMT + - Tue, 07 Jan 2025 15:12:07 GMT Source-Age: - - '7' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: @@ -3316,15 +3316,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3661eabe4e8d78d2dc772dc080e3f0347ff01bb0 + - 98b81ca7e39fa43b759997925e66b05f4ff2e8c5 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - cache-par-lfpg1960047-PAR X-Timer: - - S1733912925.697830,VS0,VE1 + - S1736262427.356595,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -3394,7 +3394,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -3411,7 +3411,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3E0:3EC87D:3D0590:3E0F92:6759695C + - C932:170EB:3C20696:3D88D41:677D431B X-XSS-Protection: - '0' status: @@ -3462,13 +3462,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:44 GMT + - Tue, 07 Jan 2025 15:07:07 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:44 GMT + - Tue, 07 Jan 2025 15:12:07 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: @@ -3482,15 +3482,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 99d8cfd3503277fbf1b55ecbe389b1505e8f41e1 + - 85d82b4bd0848c150a817217b278c79a517e28f8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960094-PAR + - cache-par-lfpg1960029-PAR X-Timer: - - S1733912925.871625,VS0,VE1 + - S1736262428.522757,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -3560,7 +3560,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -3577,7 +3577,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3E6:3EC87D:3D0691:3E10BA:6759695C + - C934:13875:3A27D5C:3B904EF:677D431B X-XSS-Protection: - '0' status: @@ -3629,13 +3629,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:45 GMT + - Tue, 07 Jan 2025 15:07:07 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:45 GMT + - Tue, 07 Jan 2025 15:12:07 GMT Source-Age: - - '7' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: @@ -3649,15 +3649,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c3ed84d0e253c4fafb4fef23e87133ade5aa67b0 + - 24d86aca18cbbc436648edb2c823bb525e80809b X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960022-PAR + - cache-par-lfpg1960068-PAR X-Timer: - - S1733912925.034596,VS0,VE1 + - S1736262428.692532,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -3727,7 +3727,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -3744,7 +3744,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3F2:3F16A3:3CAFEC:3DB796:6759695D + - C938:3EE143:3BED021:3D55795:677D431B X-XSS-Protection: - '0' status: @@ -3795,11 +3795,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:45 GMT + - Tue, 07 Jan 2025 15:07:07 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:45 GMT + - Tue, 07 Jan 2025 15:12:07 GMT Source-Age: - '4' Strict-Transport-Security: @@ -3815,15 +3815,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 446088ee12b0b5ef6d6449d82f9e0ecbce6c9d13 + - c643952d90dafff901caf8d2377bda7b63cea7f1 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960056-PAR + - cache-par-lfpg1960057-PAR X-Timer: - - S1733912926.528128,VS0,VE1 + - S1736262428.863684,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -3893,7 +3893,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -3910,7 +3910,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A3FC:3F16A3:3CB127:3DB913:6759695D + - C93C:3D971F:3B363BF:3C9EEC1:677D431B X-XSS-Protection: - '0' status: @@ -3962,13 +3962,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:45 GMT + - Tue, 07 Jan 2025 15:07:08 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:45 GMT + - Tue, 07 Jan 2025 15:12:08 GMT Source-Age: - - '8' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: @@ -3982,15 +3982,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8844b7149cfa61ce2b78cef38663f0252824534a + - 437194fc232f799b7a94f3e55057dc50acd6f308 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960091-PAR + - cache-par-lfpg1960052-PAR X-Timer: - - S1733912926.708071,VS0,VE1 + - S1736262428.039412,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -4060,7 +4060,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -4077,7 +4077,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A402:3E6B5D:3AD754:3BDFDF:6759695D + - C94C:4E98:3ACC0A4:3C347CB:677D431C X-XSS-Protection: - '0' status: @@ -4128,13 +4128,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:45 GMT + - Tue, 07 Jan 2025 15:07:08 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:45 GMT + - Tue, 07 Jan 2025 15:12:08 GMT Source-Age: - - '5' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: @@ -4148,15 +4148,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 916bcd9a909ba22289833deb3b3300bba115c111 + - ee670c5e8698bb93316f953d75107b3350c5281f X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960030-PAR + - cache-par-lfpg1960095-PAR X-Timer: - - S1733912926.910830,VS0,VE1 + - S1736262428.249124,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -4226,7 +4226,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -4243,7 +4243,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A406:1456F:3C04F0:3D0D53:6759695D + - C95A:3F0F38:3AD59BD:3C3E1D2:677D431C X-XSS-Protection: - '0' status: @@ -4295,13 +4295,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:46 GMT + - Tue, 07 Jan 2025 15:07:08 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:46 GMT + - Tue, 07 Jan 2025 15:12:08 GMT Source-Age: - - '8' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: @@ -4315,15 +4315,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d4b67bd3b66331bcbef60eb9525ca14c1b33e063 + - 38fba328ef678671fe419912808e0e4d4df8a67b X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960064-PAR + - cache-par-lfpg1960049-PAR X-Timer: - - S1733912926.080500,VS0,VE1 + - S1736262428.419248,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -4393,7 +4393,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -4410,7 +4410,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - A40A:1456F:3C0851:3D10BD:6759695E + - C95C:3E0D16:3A49B2D:3BB2146:677D431C X-XSS-Protection: - '0' status: @@ -4461,13 +4461,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:46 GMT + - Tue, 07 Jan 2025 15:07:08 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:46 GMT + - Tue, 07 Jan 2025 15:12:08 GMT Source-Age: - - '5' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: @@ -4481,15 +4481,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5db32fe7440c694353747ba86b4873556c5eb436 + - 1087f05bd3a4062849b333af9164c00854aeda3f X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960095-PAR + - cache-par-lfpg1960052-PAR X-Timer: - - S1733912927.572795,VS0,VE1 + - S1736262429.589546,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -4559,7 +4559,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -4576,7 +4576,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - 9A30:3F2F6F:3CAC0C:3DB467:6759695E + - C968:3DA62D:3B2E989:3C9717B:677D431C X-XSS-Protection: - '0' status: @@ -4628,13 +4628,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:46 GMT + - Tue, 07 Jan 2025 15:07:09 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:46 GMT + - Tue, 07 Jan 2025 15:12:09 GMT Source-Age: - - '9' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: @@ -4648,15 +4648,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 027e9810ac7e5898084d365caf1cff93a8ed1dec + - b44c8b2e74ca76324762c4c4081b00ae32390195 X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960073-PAR + - cache-par-lfpg1960085-PAR X-Timer: - - S1733912927.737763,VS0,VE1 + - S1736262429.072236,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -4726,7 +4726,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -4743,7 +4743,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - 9A36:1456F:3C0A86:3D131B:6759695E + - C978:170EB:3C21219:3D898EA:677D431D X-XSS-Protection: - '0' status: @@ -4794,13 +4794,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:46 GMT + - Tue, 07 Jan 2025 15:07:09 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:46 GMT + - Tue, 07 Jan 2025 15:12:09 GMT Source-Age: - - '6' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: @@ -4810,19 +4810,19 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2233bcb5b4479527de7b5718569e3a9f6ed76ebe + - 1b8082cab59d716237d3a4f56ac7ed1ac09981c9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960021-PAR + - cache-par-lfpg1960098-PAR X-Timer: - - S1733912927.899748,VS0,VE2 + - S1736262429.242774,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -4892,7 +4892,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:37 GMT + - Tue, 07 Jan 2025 15:07:01 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-events/gdacs-events.json Referrer-Policy: @@ -4909,7 +4909,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - 9A3C:3F16A3:3CBD3E:3DC4F2:6759695E + - C97C:3F1744:3B337A8:3C9BFE1:677D431D X-XSS-Protection: - '0' status: @@ -4961,13 +4961,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:47 GMT + - Tue, 07 Jan 2025 15:07:09 GMT ETag: - W/"7d50f8fb7c2a7c6341b790577d036dccb1a4fd14958bf3c9b7f5569dde9f2730" Expires: - - Wed, 11 Dec 2024 10:33:47 GMT + - Tue, 07 Jan 2025 15:12:09 GMT Source-Age: - - '9' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: @@ -4981,15 +4981,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c197b9e9e57fb007862d48ab257374e361977bec + - 28f910e888860b13726be13526036e07b63d2a8b X-Frame-Options: - deny X-GitHub-Request-Id: - - 24BE:1FBC8:5312C:56306:675966C1 + - 7080:1B667E:96155D:9C196F:677D3E6F X-Served-By: - - cache-par-lfpg1960026-PAR + - cache-par-lfpg1960029-PAR X-Timer: - - S1733912927.393650,VS0,VE1 + - S1736262429.420824,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5059,7 +5059,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:41 GMT + - Tue, 07 Jan 2025 15:07:04 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/gdacs-impacts/gdacs-impacts.json Referrer-Policy: @@ -5076,7 +5076,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - 9A48:22407:3C708D:3D7ADE:6759695F + - C984:3D6516:3D930A9:3EFB759:677D431D X-XSS-Protection: - '0' status: @@ -5127,13 +5127,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:47 GMT + - Tue, 07 Jan 2025 15:07:09 GMT ETag: - W/"7592e6baa403204c30bb7b25bb4bd606ddaf69016bbd90e30eec5f1b49cf3cdb" Expires: - - Wed, 11 Dec 2024 10:33:47 GMT + - Tue, 07 Jan 2025 15:12:09 GMT Source-Age: - - '7' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5147,15 +5147,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b8b4c8b23079fbe3cb3cfba70ff39ff52aacedc3 + - d0e7e57656512e84baa3afbcadafb2ed6490e5cd X-Frame-Options: - deny X-GitHub-Request-Id: - - 4C9D:3F0BB8:4FA5F:52C18:675966C4 + - E27F:3F1D:99F424:A018D8:677D4317 X-Served-By: - - cache-par-lfpg1960032-PAR + - cache-par-lfpg1960023-PAR X-Timer: - - S1733912928.888795,VS0,VE1 + - S1736262430.603626,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5216,13 +5216,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:47 GMT + - Tue, 07 Jan 2025 15:07:09 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:33:47 GMT + - Tue, 07 Jan 2025 15:12:09 GMT Source-Age: - - '20' + - '209' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5232,19 +5232,108 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c87e24ea2603cceb0fe9a2663b0bbe69e04119cb + - a3be494a6b02df9089dfb06c64f921f61e129347 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960077-PAR + - cache-par-lfpg1960033-PAR + X-Timer: + - S1736262430.703745,VS0,VE0 + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/json-schema/schema.json + response: + body: + string: !!binary | + H4sIAAAAAAAAA9VXUW/bNhB+z6/g1Dy0gGMn3YABfinaosPyMCxI+rQ2NRjpZLOTSI2kgniG/vtI + kZZEiVTkxi2yIAlsknf67ru7j6fdCULRqYg3kONoiaKNlMVysfgqGD0zq3PG14uE41Senf+6MGsv + olltR5K9jVBGJOXxms3XRG7Kuzlhi5xRuV3cn88v5ufWcq49W3NJZAbawR/6HPrwIIEKwqjZTUDE + nBRSL6gzNx/fvke9gyhlHNUblxJygTBNzNf3LMsg1qZibrwxCn+mys8n9QWhXf1fRxCzPAcq9RM+ + bohA6lduABmwPf/GVW2Hs6zjruvSuOWgd6MXiwRSQkmNZCEkjlewBy+ixqKa+d3IbVHzw+6+qmii + WXePwz8l4ZA4IFqrmbtWcFYAlwQ6T0Xo1vHYObN0cLRI3FW1Hqs4avJ+AyxLDpFzoAqj8Pgacuoj + pTneTd21IQOlBLJEoA3ozyp3Om3oqnnqvEeL9RSksjlRF/IyZiWVfLuKmapNr6vm6Ab/i3ky5WTM + OF+pPgoc4ixzc7b/uR2sVUMXfuK8xWmoGz7paV4D8KveihtMd7f9vP9kzlpYBzfyQBlq6/9hO9+T + BHi/tqKMxAoOfKcmb8mLpiQsQMOkSmmy3eaIbkdz9HgB6K9WIQhFN2WeY65VAb3bIgUFl5mcIUaz + LVI28d/GHh6IUCmOAbG0XmgZnKG7UiLKZPdB9pRovE/Nc2PxbclrzT0ZHFW4iermU7ant/GJjTHq + 1EITQdRvsTa0UDP5Qx04GlRXgNoRBA4KzDneuplWXSMxGZh0++ngwSkapbTqKmNkBX3p10gzSRWq + FckDJLYtWhZD7IZoMrUBBRGqLla0zO+Ah7giVMJabfuEwluL0zknekwLCptKJid0PRBTLCXwesj8 + 8unt2V+3u5+r0wDTA6ROO/xwoK+rl2+Wnz8nu1+q01e789lFNRX3fuwIQLYAHg88AVXkWciN76Yb + FTG4B07kdnWPs9J7F+092xIbHTcbb6USljFn/Wh9zkBIkmMJq9At6b/WXLPDbk3LNMkLHMsjMx0r + TGvGt0+lJcTGIT6OkuxvyvG4nLaqZxrvKiB+X16++cmk6lU/PV3JveKqHqlEOEnq4sAZyj0qPJyB + WiCtqYMlxZkAR/xD1RpSmAgUx+6VWXDlgXd1SzWUurqS3mKupE+NhQ1uZz637y+BS+hab9qoGyTu + m7r+CTJ6Dal609Oz2QfNrFv9/tfJiW1LxKpO1mjNTffF90DD9dfOTsG5uRP5DSv58w9b1CiPFfPv + 9Y1z3GjNLXYshJe1Uh8XoVH/SQi9DdiktNODoSmu36z14sgUkxN6aQeZ14fOvoM6e2yeddromQXj + 7e8JAdkGeWbRDNt2Qii2k75vKBcHv2EN+ntCKLblnlkoQyEIhnKi/6r/AJI1m7vbFwAA + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Origin: + - '*' + Cache-Control: + - max-age=300 + Connection: + - keep-alive + Content-Encoding: + - gzip + Content-Length: + - '1077' + Content-Security-Policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + Content-Type: + - text/plain; charset=utf-8 + Cross-Origin-Resource-Policy: + - cross-origin + Date: + - Tue, 07 Jan 2025 15:07:09 GMT + ETag: + - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" + Expires: + - Tue, 07 Jan 2025 15:12:09 GMT + Source-Age: + - '209' + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization,Accept-Encoding,Origin + Via: + - 1.1 varnish + X-Cache: + - HIT + X-Cache-Hits: + - '3' + X-Content-Type-Options: + - nosniff + X-Fastly-Request-ID: + - 1790b60b67e0194acaecd227add21ead76924771 + X-Frame-Options: + - deny + X-GitHub-Request-Id: + - 621E:3D6372:91347C:971B5F:677D3A45 + X-Served-By: + - cache-par-lfpg1960033-PAR X-Timer: - - S1733912928.987901,VS0,VE1 + - S1736262430.812619,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -5305,13 +5394,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:48 GMT + - Tue, 07 Jan 2025 15:07:09 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:33:48 GMT + - Tue, 07 Jan 2025 15:12:09 GMT Source-Age: - - '21' + - '209' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5325,15 +5414,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b87bfd527a10dcaeebdcd552db59a0d2092fe67b + - 33e9c44224ee470881512901ec02eb020372849d X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960050-PAR + - cache-par-lfpg1960022-PAR X-Timer: - - S1733912928.088963,VS0,VE1 + - S1736262430.916380,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5394,13 +5483,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:48 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:33:48 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '21' + - '209' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5414,15 +5503,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c5a89bb5138d6c3ef48c023e3f62f5a5d6668f43 + - f8eba11079bfa6d34d55ed0a2cb4f7f1ba7f7988 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960023-PAR + - cache-par-lfpg1960055-PAR X-Timer: - - S1733912928.189936,VS0,VE1 + - S1736262430.022159,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -5483,13 +5572,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:08 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:08 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '161' + - '209' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5499,19 +5588,19 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 74e0e2463a0f9e40ae109bea08247f48612cd7e0 + - e6faea109572c7dfb7176e54a082dca84da09fa7 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960065-PAR + - cache-par-lfpg1960042-PAR X-Timer: - - S1733913068.274381,VS0,VE1 + - S1736262430.129963,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5572,13 +5661,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:08 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:08 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '161' + - '210' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5592,15 +5681,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d5211571dcc9592ecdc22d19590346a2d42c1969 + - 2b962ddd7bdd569f0bcd2f0651cbaaefa677f871 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960072-PAR + - cache-par-lfpg1960064-PAR X-Timer: - - S1733913069.553750,VS0,VE1 + - S1736262430.232318,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -5661,13 +5750,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:08 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:08 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '161' + - '210' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5677,19 +5766,19 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '9' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3176b5a449078144886dace4193d000ffe68fc57 + - 4e9313456c118b13f70f969f72a098f25bdf4a2a X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960028-PAR + - cache-par-lfpg1960070-PAR X-Timer: - - S1733913069.718431,VS0,VE0 + - S1736262430.338113,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5750,13 +5839,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:08 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:08 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '161' + - '210' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5770,15 +5859,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 47755705f2778681a25e6d88f82c814440d6ba09 + - e139d6f32e3949fbc9975ef39f8fee531d488b0a X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960041-PAR + - cache-par-lfpg1960062-PAR X-Timer: - - S1733913069.900844,VS0,VE1 + - S1736262430.441827,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5839,13 +5928,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:09 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:09 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '162' + - '210' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5859,15 +5948,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - afd8dadd680fc1d4025bfbac05923eafac1acfb6 + - 9d2b991d2339236c3c9adf078f6c6f519a81dc47 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960037-PAR + - cache-par-lfpg1960094-PAR X-Timer: - - S1733913069.075946,VS0,VE1 + - S1736262431.549302,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -5928,13 +6017,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:09 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:09 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '162' + - '210' Strict-Transport-Security: - max-age=31536000 Vary: @@ -5944,19 +6033,19 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d638dfb6317d43edfc0a9dc100c39dcae1a7b8b2 + - 3c2ea5fdc668fd40c35fec3775b86e5e4a73da16 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960023-PAR + - cache-par-lfpg1960056-PAR X-Timer: - - S1733913069.253550,VS0,VE0 + - S1736262431.655168,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -6017,13 +6106,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:31:09 GMT + - Tue, 07 Jan 2025 15:07:10 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:36:09 GMT + - Tue, 07 Jan 2025 15:12:10 GMT Source-Age: - - '162' + - '210' Strict-Transport-Security: - max-age=31536000 Vary: @@ -6037,15 +6126,460 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2f1c01eabc545f4f93c7f8d72e46da6183ba9e7a + - 5ea380bbf0778b6b9c416ec59a06492f36ddb601 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960057-PAR + - cache-par-lfpg1960080-PAR + X-Timer: + - S1736262431.757694,VS0,VE1 + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/json-schema/schema.json + response: + body: + string: !!binary | + H4sIAAAAAAAAA9VXUW/bNhB+z6/g1Dy0gGMn3YABfinaosPyMCxI+rQ2NRjpZLOTSI2kgniG/vtI + kZZEiVTkxi2yIAlsknf67ru7j6fdCULRqYg3kONoiaKNlMVysfgqGD0zq3PG14uE41Senf+6MGsv + olltR5K9jVBGJOXxms3XRG7Kuzlhi5xRuV3cn88v5ufWcq49W3NJZAbawR/6HPrwIIEKwqjZTUDE + nBRSL6gzNx/fvke9gyhlHNUblxJygTBNzNf3LMsg1qZibrwxCn+mys8n9QWhXf1fRxCzPAcq9RM+ + bohA6lduABmwPf/GVW2Hs6zjruvSuOWgd6MXiwRSQkmNZCEkjlewBy+ixqKa+d3IbVHzw+6+qmii + WXePwz8l4ZA4IFqrmbtWcFYAlwQ6T0Xo1vHYObN0cLRI3FW1Hqs4avJ+AyxLDpFzoAqj8Pgacuoj + pTneTd21IQOlBLJEoA3ozyp3Om3oqnnqvEeL9RSksjlRF/IyZiWVfLuKmapNr6vm6Ab/i3ky5WTM + OF+pPgoc4ixzc7b/uR2sVUMXfuK8xWmoGz7paV4D8KveihtMd7f9vP9kzlpYBzfyQBlq6/9hO9+T + BHi/tqKMxAoOfKcmb8mLpiQsQMOkSmmy3eaIbkdz9HgB6K9WIQhFN2WeY65VAb3bIgUFl5mcIUaz + LVI28d/GHh6IUCmOAbG0XmgZnKG7UiLKZPdB9pRovE/Nc2PxbclrzT0ZHFW4iermU7ant/GJjTHq + 1EITQdRvsTa0UDP5Qx04GlRXgNoRBA4KzDneuplWXSMxGZh0++ngwSkapbTqKmNkBX3p10gzSRWq + FckDJLYtWhZD7IZoMrUBBRGqLla0zO+Ah7giVMJabfuEwluL0zknekwLCptKJid0PRBTLCXwesj8 + 8unt2V+3u5+r0wDTA6ROO/xwoK+rl2+Wnz8nu1+q01e789lFNRX3fuwIQLYAHg88AVXkWciN76Yb + FTG4B07kdnWPs9J7F+092xIbHTcbb6USljFn/Wh9zkBIkmMJq9At6b/WXLPDbk3LNMkLHMsjMx0r + TGvGt0+lJcTGIT6OkuxvyvG4nLaqZxrvKiB+X16++cmk6lU/PV3JveKqHqlEOEnq4sAZyj0qPJyB + WiCtqYMlxZkAR/xD1RpSmAgUx+6VWXDlgXd1SzWUurqS3mKupE+NhQ1uZz637y+BS+hab9qoGyTu + m7r+CTJ6Dal609Oz2QfNrFv9/tfJiW1LxKpO1mjNTffF90DD9dfOTsG5uRP5DSv58w9b1CiPFfPv + 9Y1z3GjNLXYshJe1Uh8XoVH/SQi9DdiktNODoSmu36z14sgUkxN6aQeZ14fOvoM6e2yeddromQXj + 7e8JAdkGeWbRDNt2Qii2k75vKBcHv2EN+ntCKLblnlkoQyEIhnKi/6r/AJI1m7vbFwAA + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Origin: + - '*' + Cache-Control: + - max-age=300 + Connection: + - keep-alive + Content-Encoding: + - gzip + Content-Length: + - '1077' + Content-Security-Policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + Content-Type: + - text/plain; charset=utf-8 + Cross-Origin-Resource-Policy: + - cross-origin + Date: + - Tue, 07 Jan 2025 15:07:10 GMT + ETag: + - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" + Expires: + - Tue, 07 Jan 2025 15:12:10 GMT + Source-Age: + - '210' + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization,Accept-Encoding,Origin + Via: + - 1.1 varnish + X-Cache: + - HIT + X-Cache-Hits: + - '1' + X-Content-Type-Options: + - nosniff + X-Fastly-Request-ID: + - 5683a73dcf9630ef79c4d6a939b5810c6bc8a7b4 + X-Frame-Options: + - deny + X-GitHub-Request-Id: + - 621E:3D6372:91347C:971B5F:677D3A45 + X-Served-By: + - cache-par-lfpg1960082-PAR + X-Timer: + - S1736262431.869785,VS0,VE1 + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/json-schema/schema.json + response: + body: + string: !!binary | + H4sIAAAAAAAAA9VXUW/bNhB+z6/g1Dy0gGMn3YABfinaosPyMCxI+rQ2NRjpZLOTSI2kgniG/vtI + kZZEiVTkxi2yIAlsknf67ru7j6fdCULRqYg3kONoiaKNlMVysfgqGD0zq3PG14uE41Senf+6MGsv + olltR5K9jVBGJOXxms3XRG7Kuzlhi5xRuV3cn88v5ufWcq49W3NJZAbawR/6HPrwIIEKwqjZTUDE + nBRSL6gzNx/fvke9gyhlHNUblxJygTBNzNf3LMsg1qZibrwxCn+mys8n9QWhXf1fRxCzPAcq9RM+ + bohA6lduABmwPf/GVW2Hs6zjruvSuOWgd6MXiwRSQkmNZCEkjlewBy+ixqKa+d3IbVHzw+6+qmii + WXePwz8l4ZA4IFqrmbtWcFYAlwQ6T0Xo1vHYObN0cLRI3FW1Hqs4avJ+AyxLDpFzoAqj8Pgacuoj + pTneTd21IQOlBLJEoA3ozyp3Om3oqnnqvEeL9RSksjlRF/IyZiWVfLuKmapNr6vm6Ab/i3ky5WTM + OF+pPgoc4ixzc7b/uR2sVUMXfuK8xWmoGz7paV4D8KveihtMd7f9vP9kzlpYBzfyQBlq6/9hO9+T + BHi/tqKMxAoOfKcmb8mLpiQsQMOkSmmy3eaIbkdz9HgB6K9WIQhFN2WeY65VAb3bIgUFl5mcIUaz + LVI28d/GHh6IUCmOAbG0XmgZnKG7UiLKZPdB9pRovE/Nc2PxbclrzT0ZHFW4iermU7ant/GJjTHq + 1EITQdRvsTa0UDP5Qx04GlRXgNoRBA4KzDneuplWXSMxGZh0++ngwSkapbTqKmNkBX3p10gzSRWq + FckDJLYtWhZD7IZoMrUBBRGqLla0zO+Ah7giVMJabfuEwluL0zknekwLCptKJid0PRBTLCXwesj8 + 8unt2V+3u5+r0wDTA6ROO/xwoK+rl2+Wnz8nu1+q01e789lFNRX3fuwIQLYAHg88AVXkWciN76Yb + FTG4B07kdnWPs9J7F+092xIbHTcbb6USljFn/Wh9zkBIkmMJq9At6b/WXLPDbk3LNMkLHMsjMx0r + TGvGt0+lJcTGIT6OkuxvyvG4nLaqZxrvKiB+X16++cmk6lU/PV3JveKqHqlEOEnq4sAZyj0qPJyB + WiCtqYMlxZkAR/xD1RpSmAgUx+6VWXDlgXd1SzWUurqS3mKupE+NhQ1uZz637y+BS+hab9qoGyTu + m7r+CTJ6Dal609Oz2QfNrFv9/tfJiW1LxKpO1mjNTffF90DD9dfOTsG5uRP5DSv58w9b1CiPFfPv + 9Y1z3GjNLXYshJe1Uh8XoVH/SQi9DdiktNODoSmu36z14sgUkxN6aQeZ14fOvoM6e2yeddromQXj + 7e8JAdkGeWbRDNt2Qii2k75vKBcHv2EN+ntCKLblnlkoQyEIhnKi/6r/AJI1m7vbFwAA + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Origin: + - '*' + Cache-Control: + - max-age=300 + Connection: + - keep-alive + Content-Encoding: + - gzip + Content-Length: + - '1077' + Content-Security-Policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + Content-Type: + - text/plain; charset=utf-8 + Cross-Origin-Resource-Policy: + - cross-origin + Date: + - Tue, 07 Jan 2025 15:07:10 GMT + ETag: + - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" + Expires: + - Tue, 07 Jan 2025 15:12:10 GMT + Source-Age: + - '210' + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization,Accept-Encoding,Origin + Via: + - 1.1 varnish + X-Cache: + - HIT + X-Cache-Hits: + - '1' + X-Content-Type-Options: + - nosniff + X-Fastly-Request-ID: + - df86be0328068eb49d60c21b5ca9be5715555dd4 + X-Frame-Options: + - deny + X-GitHub-Request-Id: + - 621E:3D6372:91347C:971B5F:677D3A45 + X-Served-By: + - cache-par-lfpg1960027-PAR + X-Timer: + - S1736262431.976631,VS0,VE1 + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/json-schema/schema.json + response: + body: + string: !!binary | + H4sIAAAAAAAAA9VXUW/bNhB+z6/g1Dy0gGMn3YABfinaosPyMCxI+rQ2NRjpZLOTSI2kgniG/vtI + kZZEiVTkxi2yIAlsknf67ru7j6fdCULRqYg3kONoiaKNlMVysfgqGD0zq3PG14uE41Senf+6MGsv + olltR5K9jVBGJOXxms3XRG7Kuzlhi5xRuV3cn88v5ufWcq49W3NJZAbawR/6HPrwIIEKwqjZTUDE + nBRSL6gzNx/fvke9gyhlHNUblxJygTBNzNf3LMsg1qZibrwxCn+mys8n9QWhXf1fRxCzPAcq9RM+ + bohA6lduABmwPf/GVW2Hs6zjruvSuOWgd6MXiwRSQkmNZCEkjlewBy+ixqKa+d3IbVHzw+6+qmii + WXePwz8l4ZA4IFqrmbtWcFYAlwQ6T0Xo1vHYObN0cLRI3FW1Hqs4avJ+AyxLDpFzoAqj8Pgacuoj + pTneTd21IQOlBLJEoA3ozyp3Om3oqnnqvEeL9RSksjlRF/IyZiWVfLuKmapNr6vm6Ab/i3ky5WTM + OF+pPgoc4ixzc7b/uR2sVUMXfuK8xWmoGz7paV4D8KveihtMd7f9vP9kzlpYBzfyQBlq6/9hO9+T + BHi/tqKMxAoOfKcmb8mLpiQsQMOkSmmy3eaIbkdz9HgB6K9WIQhFN2WeY65VAb3bIgUFl5mcIUaz + LVI28d/GHh6IUCmOAbG0XmgZnKG7UiLKZPdB9pRovE/Nc2PxbclrzT0ZHFW4iermU7ant/GJjTHq + 1EITQdRvsTa0UDP5Qx04GlRXgNoRBA4KzDneuplWXSMxGZh0++ngwSkapbTqKmNkBX3p10gzSRWq + FckDJLYtWhZD7IZoMrUBBRGqLla0zO+Ah7giVMJabfuEwluL0zknekwLCptKJid0PRBTLCXwesj8 + 8unt2V+3u5+r0wDTA6ROO/xwoK+rl2+Wnz8nu1+q01e789lFNRX3fuwIQLYAHg88AVXkWciN76Yb + FTG4B07kdnWPs9J7F+092xIbHTcbb6USljFn/Wh9zkBIkmMJq9At6b/WXLPDbk3LNMkLHMsjMx0r + TGvGt0+lJcTGIT6OkuxvyvG4nLaqZxrvKiB+X16++cmk6lU/PV3JveKqHqlEOEnq4sAZyj0qPJyB + WiCtqYMlxZkAR/xD1RpSmAgUx+6VWXDlgXd1SzWUurqS3mKupE+NhQ1uZz637y+BS+hab9qoGyTu + m7r+CTJ6Dal609Oz2QfNrFv9/tfJiW1LxKpO1mjNTffF90DD9dfOTsG5uRP5DSv58w9b1CiPFfPv + 9Y1z3GjNLXYshJe1Uh8XoVH/SQi9DdiktNODoSmu36z14sgUkxN6aQeZ14fOvoM6e2yeddromQXj + 7e8JAdkGeWbRDNt2Qii2k75vKBcHv2EN+ntCKLblnlkoQyEIhnKi/6r/AJI1m7vbFwAA + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Origin: + - '*' + Cache-Control: + - max-age=300 + Connection: + - keep-alive + Content-Encoding: + - gzip + Content-Length: + - '1077' + Content-Security-Policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + Content-Type: + - text/plain; charset=utf-8 + Cross-Origin-Resource-Policy: + - cross-origin + Date: + - Tue, 07 Jan 2025 15:07:11 GMT + ETag: + - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" + Expires: + - Tue, 07 Jan 2025 15:12:11 GMT + Source-Age: + - '210' + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization,Accept-Encoding,Origin + Via: + - 1.1 varnish + X-Cache: + - HIT + X-Cache-Hits: + - '1' + X-Content-Type-Options: + - nosniff + X-Fastly-Request-ID: + - c946e054b20f4bb22bd96b18327525d88d443f55 + X-Frame-Options: + - deny + X-GitHub-Request-Id: + - 621E:3D6372:91347C:971B5F:677D3A45 + X-Served-By: + - cache-par-lfpg1960076-PAR + X-Timer: + - S1736262431.081540,VS0,VE1 + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/json-schema/schema.json + response: + body: + string: !!binary | + H4sIAAAAAAAAA9VXUW/bNhB+z6/g1Dy0gGMn3YABfinaosPyMCxI+rQ2NRjpZLOTSI2kgniG/vtI + kZZEiVTkxi2yIAlsknf67ru7j6fdCULRqYg3kONoiaKNlMVysfgqGD0zq3PG14uE41Senf+6MGsv + olltR5K9jVBGJOXxms3XRG7Kuzlhi5xRuV3cn88v5ufWcq49W3NJZAbawR/6HPrwIIEKwqjZTUDE + nBRSL6gzNx/fvke9gyhlHNUblxJygTBNzNf3LMsg1qZibrwxCn+mys8n9QWhXf1fRxCzPAcq9RM+ + bohA6lduABmwPf/GVW2Hs6zjruvSuOWgd6MXiwRSQkmNZCEkjlewBy+ixqKa+d3IbVHzw+6+qmii + WXePwz8l4ZA4IFqrmbtWcFYAlwQ6T0Xo1vHYObN0cLRI3FW1Hqs4avJ+AyxLDpFzoAqj8Pgacuoj + pTneTd21IQOlBLJEoA3ozyp3Om3oqnnqvEeL9RSksjlRF/IyZiWVfLuKmapNr6vm6Ab/i3ky5WTM + OF+pPgoc4ixzc7b/uR2sVUMXfuK8xWmoGz7paV4D8KveihtMd7f9vP9kzlpYBzfyQBlq6/9hO9+T + BHi/tqKMxAoOfKcmb8mLpiQsQMOkSmmy3eaIbkdz9HgB6K9WIQhFN2WeY65VAb3bIgUFl5mcIUaz + LVI28d/GHh6IUCmOAbG0XmgZnKG7UiLKZPdB9pRovE/Nc2PxbclrzT0ZHFW4iermU7ant/GJjTHq + 1EITQdRvsTa0UDP5Qx04GlRXgNoRBA4KzDneuplWXSMxGZh0++ngwSkapbTqKmNkBX3p10gzSRWq + FckDJLYtWhZD7IZoMrUBBRGqLla0zO+Ah7giVMJabfuEwluL0zknekwLCptKJid0PRBTLCXwesj8 + 8unt2V+3u5+r0wDTA6ROO/xwoK+rl2+Wnz8nu1+q01e789lFNRX3fuwIQLYAHg88AVXkWciN76Yb + FTG4B07kdnWPs9J7F+092xIbHTcbb6USljFn/Wh9zkBIkmMJq9At6b/WXLPDbk3LNMkLHMsjMx0r + TGvGt0+lJcTGIT6OkuxvyvG4nLaqZxrvKiB+X16++cmk6lU/PV3JveKqHqlEOEnq4sAZyj0qPJyB + WiCtqYMlxZkAR/xD1RpSmAgUx+6VWXDlgXd1SzWUurqS3mKupE+NhQ1uZz637y+BS+hab9qoGyTu + m7r+CTJ6Dal609Oz2QfNrFv9/tfJiW1LxKpO1mjNTffF90DD9dfOTsG5uRP5DSv58w9b1CiPFfPv + 9Y1z3GjNLXYshJe1Uh8XoVH/SQi9DdiktNODoSmu36z14sgUkxN6aQeZ14fOvoM6e2yeddromQXj + 7e8JAdkGeWbRDNt2Qii2k75vKBcHv2EN+ntCKLblnlkoQyEIhnKi/6r/AJI1m7vbFwAA + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Origin: + - '*' + Cache-Control: + - max-age=300 + Connection: + - keep-alive + Content-Encoding: + - gzip + Content-Length: + - '1077' + Content-Security-Policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + Content-Type: + - text/plain; charset=utf-8 + Cross-Origin-Resource-Policy: + - cross-origin + Date: + - Tue, 07 Jan 2025 15:07:11 GMT + ETag: + - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" + Expires: + - Tue, 07 Jan 2025 15:12:11 GMT + Source-Age: + - '210' + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization,Accept-Encoding,Origin + Via: + - 1.1 varnish + X-Cache: + - HIT + X-Cache-Hits: + - '1' + X-Content-Type-Options: + - nosniff + X-Fastly-Request-ID: + - 05bfbec447fc05dbd87f08abcf67edaca6c96aca + X-Frame-Options: + - deny + X-GitHub-Request-Id: + - 621E:3D6372:91347C:971B5F:677D3A45 + X-Served-By: + - cache-par-lfpg1960066-PAR + X-Timer: + - S1736262431.186186,VS0,VE2 + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/json-schema/schema.json + response: + body: + string: !!binary | + H4sIAAAAAAAAA9VXUW/bNhB+z6/g1Dy0gGMn3YABfinaosPyMCxI+rQ2NRjpZLOTSI2kgniG/vtI + kZZEiVTkxi2yIAlsknf67ru7j6fdCULRqYg3kONoiaKNlMVysfgqGD0zq3PG14uE41Senf+6MGsv + olltR5K9jVBGJOXxms3XRG7Kuzlhi5xRuV3cn88v5ufWcq49W3NJZAbawR/6HPrwIIEKwqjZTUDE + nBRSL6gzNx/fvke9gyhlHNUblxJygTBNzNf3LMsg1qZibrwxCn+mys8n9QWhXf1fRxCzPAcq9RM+ + bohA6lduABmwPf/GVW2Hs6zjruvSuOWgd6MXiwRSQkmNZCEkjlewBy+ixqKa+d3IbVHzw+6+qmii + WXePwz8l4ZA4IFqrmbtWcFYAlwQ6T0Xo1vHYObN0cLRI3FW1Hqs4avJ+AyxLDpFzoAqj8Pgacuoj + pTneTd21IQOlBLJEoA3ozyp3Om3oqnnqvEeL9RSksjlRF/IyZiWVfLuKmapNr6vm6Ab/i3ky5WTM + OF+pPgoc4ixzc7b/uR2sVUMXfuK8xWmoGz7paV4D8KveihtMd7f9vP9kzlpYBzfyQBlq6/9hO9+T + BHi/tqKMxAoOfKcmb8mLpiQsQMOkSmmy3eaIbkdz9HgB6K9WIQhFN2WeY65VAb3bIgUFl5mcIUaz + LVI28d/GHh6IUCmOAbG0XmgZnKG7UiLKZPdB9pRovE/Nc2PxbclrzT0ZHFW4iermU7ant/GJjTHq + 1EITQdRvsTa0UDP5Qx04GlRXgNoRBA4KzDneuplWXSMxGZh0++ngwSkapbTqKmNkBX3p10gzSRWq + FckDJLYtWhZD7IZoMrUBBRGqLla0zO+Ah7giVMJabfuEwluL0zknekwLCptKJid0PRBTLCXwesj8 + 8unt2V+3u5+r0wDTA6ROO/xwoK+rl2+Wnz8nu1+q01e789lFNRX3fuwIQLYAHg88AVXkWciN76Yb + FTG4B07kdnWPs9J7F+092xIbHTcbb6USljFn/Wh9zkBIkmMJq9At6b/WXLPDbk3LNMkLHMsjMx0r + TGvGt0+lJcTGIT6OkuxvyvG4nLaqZxrvKiB+X16++cmk6lU/PV3JveKqHqlEOEnq4sAZyj0qPJyB + WiCtqYMlxZkAR/xD1RpSmAgUx+6VWXDlgXd1SzWUurqS3mKupE+NhQ1uZz637y+BS+hab9qoGyTu + m7r+CTJ6Dal609Oz2QfNrFv9/tfJiW1LxKpO1mjNTffF90DD9dfOTsG5uRP5DSv58w9b1CiPFfPv + 9Y1z3GjNLXYshJe1Uh8XoVH/SQi9DdiktNODoSmu36z14sgUkxN6aQeZ14fOvoM6e2yeddromQXj + 7e8JAdkGeWbRDNt2Qii2k75vKBcHv2EN+ntCKLblnlkoQyEIhnKi/6r/AJI1m7vbFwAA + headers: + Accept-Ranges: + - bytes + Access-Control-Allow-Origin: + - '*' + Cache-Control: + - max-age=300 + Connection: + - keep-alive + Content-Encoding: + - gzip + Content-Length: + - '1077' + Content-Security-Policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + Content-Type: + - text/plain; charset=utf-8 + Cross-Origin-Resource-Policy: + - cross-origin + Date: + - Tue, 07 Jan 2025 15:07:11 GMT + ETag: + - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" + Expires: + - Tue, 07 Jan 2025 15:12:11 GMT + Source-Age: + - '211' + Strict-Transport-Security: + - max-age=31536000 + Vary: + - Authorization,Accept-Encoding,Origin + Via: + - 1.1 varnish + X-Cache: + - HIT + X-Cache-Hits: + - '1' + X-Content-Type-Options: + - nosniff + X-Fastly-Request-ID: + - c8ad346415746971657c4264ff45671cb535a606 + X-Frame-Options: + - deny + X-GitHub-Request-Id: + - 621E:3D6372:91347C:971B5F:677D3A45 + X-Served-By: + - cache-par-lfpg1960072-PAR X-Timer: - - S1733913069.432015,VS0,VE1 + - S1736262431.293366,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/extensions/cassettes/test_monty/MontyTest.test_validates_reference_event.yaml b/tests/extensions/cassettes/test_monty/MontyTest.test_validates_reference_event.yaml index eedc824..0877e8b 100644 --- a/tests/extensions/cassettes/test_monty/MontyTest.test_validates_reference_event.yaml +++ b/tests/extensions/cassettes/test_monty/MontyTest.test_validates_reference_event.yaml @@ -63,7 +63,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Wed, 11 Dec 2024 10:28:48 GMT + - Tue, 07 Jan 2025 15:05:37 GMT Location: - https://raw.githubusercontent.com/IFRCGo/monty-stac-extension/refs/heads/main/examples/reference-events/20241027T150000-ESP-HM-FLOOD-001-GCDB.json Referrer-Policy: @@ -80,7 +80,7 @@ interactions: X-Frame-Options: - deny X-GitHub-Request-Id: - - 9A4C:3EC87D:3D1E89:3E292A:67596960 + - C988:1725B:3A53467:3BBBA31:677D431F X-XSS-Protection: - '0' status: @@ -132,13 +132,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:48 GMT + - Tue, 07 Jan 2025 15:07:11 GMT ETag: - W/"9ea00a9c7f61dc2525a639d3eb02e28ad07aa9640d8cd88adb98221401aced31" Expires: - - Wed, 11 Dec 2024 10:33:48 GMT + - Tue, 07 Jan 2025 15:12:11 GMT Source-Age: - - '0' + - '93' Strict-Transport-Security: - max-age=31536000 Vary: @@ -152,15 +152,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 00f334dc65568232306d268a9b47669843f81d16 + - 9ee5bb896d6ad2e2a75a2cd2cb8e6118856655c2 X-Frame-Options: - deny X-GitHub-Request-Id: - - D381:3EC48E:54748:57985:675966CA + - F1BA:515C:9C5629:A27884:677D42C1 X-Served-By: - - cache-par-lfpg1960050-PAR + - cache-par-lfpg1960034-PAR X-Timer: - - S1733912929.639399,VS0,VE328 + - S1736262432.539603,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -221,13 +221,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Wed, 11 Dec 2024 10:28:49 GMT + - Tue, 07 Jan 2025 15:07:11 GMT ETag: - W/"5f6e1f3230195359862218fdea20141106751a1f1764da100ee01a376ddd4589" Expires: - - Wed, 11 Dec 2024 10:33:49 GMT + - Tue, 07 Jan 2025 15:12:11 GMT Source-Age: - - '22' + - '211' Strict-Transport-Security: - max-age=31536000 Vary: @@ -241,15 +241,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 05707bc1a8f5af4c77f7fa3f90fc0911f1c4593a + - 374bdddd554d02a925d6d59a4469a2c73667adfd X-Frame-Options: - deny X-GitHub-Request-Id: - - 3C00:03EC:6F11F:7364E:6759694A + - 621E:3D6372:91347C:971B5F:677D3A45 X-Served-By: - - cache-par-lfpg1960060-PAR + - cache-par-lfpg1960061-PAR X-Timer: - - S1733912929.057148,VS0,VE1 + - S1736262432.636414,VS0,VE1 X-XSS-Protection: - 1; mode=block status: