-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
138 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 108 additions & 0 deletions
108
src/DotNetStac.Test/Resources/Item/ItemTests_EmptyGeometry.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/version/v1.0.0/schema.json", | ||
"https://terradue.github.io/disaster/v1.0.0/schema.json" | ||
], | ||
"type": "Feature", | ||
"id": "act-2", | ||
"geometry": null, | ||
"properties": { | ||
"disaster:class": "Activation", | ||
"cpe:status": { | ||
"stage": "notificationNew", | ||
"message": null, | ||
"link": null | ||
}, | ||
"updated": "2022-06-23T12:31:13.5064407Z", | ||
"title": "[Act-2/Call-2] ONF Fires Monitoring", | ||
"disaster:activation_id": 2, | ||
"disaster:call_ids": [ | ||
2 | ||
], | ||
"cpe:pm_user_id": "fpacini", | ||
"disaster:type": [ | ||
"Fire" | ||
], | ||
"disaster:region": [ | ||
"South France" | ||
], | ||
"disaster:country": "FRA", | ||
"datetime": "2022-06-21T07:30:00Z", | ||
"cpe:cos2_xml": "<?xml version=\"1.0\" encoding=\"utf-16\"?>\n<disaster xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n <callId>2</callId>\n <provider>gdaonf</provider>\n <disasterDate>2022-06-21T07:30:00Z</disasterDate>\n <recordUpdated>2022-06-21T07:55:39Z</recordUpdated>\n <title language=\"en\">ONF Fires Monitoring</title>\n <description language=\"en\">desc</description>\n <activationId>2</activationId>\n <pmUserId>fpacini</pmUserId>\n <type>fire</type>\n <webPageUrl>https://www.terradue.com</webPageUrl>\n <country>FRA</country>\n <region language=\"en\">South France</region>\n <area>\n <isAreaPrivate>false</isAreaPrivate>\n <kmlFileUrl>s3://mcube-catalog/activations/act-2/act-2.kml</kmlFileUrl>\n </area>\n <location>\n <latitude>43.192</latitude>\n <longitude>3.009</longitude>\n </location>\n <isClosed>false</isClosed>\n</disaster>", | ||
"created": "2022-06-21T07:30:00Z", | ||
"cpe:activation_status": "open", | ||
"description": "<div style=\"float: left; width: 80px;\"><img src=\"https://store.terradue.com/api/cos2/various/icons/fire.png\" /></div>\n\n## [Act-2/Call-2] ONF Fires Monitoring\n\n**21/06/2022 07:30:00**\n\n[Link on disastercharter.org](https://www.terradue.com/)\n\n<div>desc</div>", | ||
"providers": [ | ||
{ | ||
"name": "gdaonf", | ||
"roles": [ | ||
"producer" | ||
] | ||
} | ||
], | ||
"cpe:notified": [ | ||
"2022-06-21T15:08:45.7088154Z", | ||
"2022-06-23T12:30:21.3505743Z" | ||
], | ||
"cpe:notification_source": "cos2", | ||
"version": "6" | ||
}, | ||
"bbox": [ | ||
3.009, | ||
43.192, | ||
3.009, | ||
43.192 | ||
], | ||
"assets": { | ||
"icon": { | ||
"type": "image/png", | ||
"roles": [ | ||
"thumbnail" | ||
], | ||
"title": "placemark", | ||
"href": "s3://mcube-catalog/activations/act-2/fire.png", | ||
"file:size": 11452 | ||
}, | ||
"area1": { | ||
"type": "application/vnd.google-earth.kml+xml", | ||
"roles": [ | ||
"area", | ||
"metadata" | ||
], | ||
"title": "Area 1", | ||
"href": "s3://mcube-catalog/activations/act-2/act-2.kml", | ||
"file:size": 1591 | ||
} | ||
}, | ||
"links": [ | ||
{ | ||
"type": "text/html", | ||
"rel": "about", | ||
"title": "Disaster Charter Web Page", | ||
"href": "https://www.terradue.com" | ||
}, | ||
{ | ||
"type": "application/geo+json", | ||
"rel": "item", | ||
"title": "[Area] South of France", | ||
"href": "areas/South_of_France.json" | ||
}, | ||
{ | ||
"type": "application/geo+json", | ||
"rel": "item", | ||
"title": "[Area] Corse", | ||
"href": "areas/Corse.json" | ||
}, | ||
{ | ||
"type": "application/geo+json", | ||
"rel": "self", | ||
"href": "s3://mcube-catalog/activations/act-2/act-2.json" | ||
}, | ||
{ | ||
"type": "application/json", | ||
"rel": "root", | ||
"href": "s3://mcube-catalog/catalog.json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters