Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding platform_name and platform_type #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ See [sample.json](sample.json)

## Specification Description

| element | type | name | description |
|-------------------|--------|-------------------------|---------------------------------------------------------------------------------------------|
| uuid | string | File | unique URI to file |
| projection | string | Projection | CRS of the datasource in full WKT format |
| bbox | array | Bounding Box | Pair of min and max coordinates in CRS units, (min_x, min_y, max_x, max_y) |
| footprint | string | Datasource footprint | WKT format, describing the actual footprint of the imagery |
| gsd | number | Ground Spatial Distance | Average ground spatial distance (resolution) of the datasource imagery, expressed in meters |
| file_size | number | File Size | File size on disk in bytes |
| acquisition_start | string | Acquisition Date Start | First date of acquisition in UTC (Combined date and time representation) |
| acquisition_end | string | Acquisition Date End | Last date of acquisition in UTC (Combined date and time representation) (optional) |
| title | string | Title | Human friendly title of the image |
| platform | string | Type of imagery | List of possible platform sources limited to satellite, aircraft, UAV, balloon, kite |
| provider | string | Imagery Provider | Provider/owner of the OIN bucket |
| contact | string | Contact | Name and email address of the data provider |
| properties | object | Properties | Additional properties about the image (optional) |
| element | type | name | description |
| --- | --- | --- | --- |
| uuid | string | File | unique URI to file |
| projection | string | Projection | CRS of the datasource in full WKT format |
| bbox | array | Bounding Box | Pair of min and max coordinates in CRS units, (min_x, min_y, max_x, max_y) |
| footprint | string | Datasource footprint | WKT format, describing the actual footprint of the imagery |
| gsd | number | Ground Spatial Distance | Average ground spatial distance (resolution) of the datasource imagery, expressed in meters |
| file_size | number | File Size | File size on disk in bytes |
| acquisition_start | string | Acquisition Date Start | First date of acquisition in UTC (Combined date and time representation) |
| acquisition_end | string | Acquisition Date End | Last date of acquisition in UTC (Combined date and time representation) (optional) |
| title | string | Title | Human friendly title of the image |
| platform_name | string | Name of platform | Examples: WorldView 3 or eBee RTK |
| platform_type | string | Type of platform | List of possible platform sources limited to satellite, aircraft, UAV, balloon, kite |
| provider | string | Imagery Provider | Provider/owner of the OIN bucket |
| contact | string | Contact | Name and email address of the data provider |
| properties | object | Properties | Additional properties about the image (optional) |