-
Notifications
You must be signed in to change notification settings - Fork 2
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
sam-laptop-vm
committed
Dec 23, 2022
1 parent
8eac151
commit d9f92db
Showing
3 changed files
with
96 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
dataset_type: EOTrainingDataset | ||
id: spacenet_7 | ||
name: SpaceNet 7 Multi-Temporal Urban Development Challenge | ||
description: The SpaceNet 7 Multi-Temporal Urban Development Challenge aims to help address this deficit and develop novel computer vision methods for non-video time series data. | ||
version: 1.0 | ||
created_time: 2020 | ||
updated_time: 2020 | ||
license: CC-BY-SA-4.0 | ||
providers: | ||
- SpaceNet LLC | ||
keywords: | ||
- Building Footprints | ||
classes: | ||
- Building | ||
tasks: | ||
- description: Track buildings in satellite imagery time series | ||
task_type: Building Object Change Detection | ||
data_sources: | ||
- id: mosaic-image | ||
data_type: Optical Image | ||
format: tif | ||
bands: | ||
- red | ||
- green | ||
- blue | ||
image_size: 1024x1023 | ||
data: | ||
task_type: ObjectDetection | ||
label_type: ObjectLabel | ||
data_path: | ||
- type: image | ||
format: stac | ||
root_path: D:\TrainingDatasets\SpaceNet7\sn7_train_source | ||
- type: label | ||
format: stac | ||
root_path: D:\TrainingDatasets\SpaceNet7\sn7_train_labels |
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 |
---|---|---|
@@ -1,18 +1,35 @@ | ||
|
||
# Testing url | ||
url: "https://pixalytics-ogc-api.s3.eu-west-2.amazonaws.com/TDS/input/20200831T101156_rgb_classification.tif" | ||
|
||
# Output director. | ||
output_dir: "./ogcapi/CATALOG" | ||
|
||
# Catalog Id | ||
catalog_id: "tds-catalog" | ||
|
||
# Catalog description | ||
catalog_title: "TDS Catalog" | ||
|
||
# Catalog description | ||
catalog_desc: "TDS catalog" | ||
|
||
# TDS url | ||
url: "https://pixalytics-ogc-api.s3.eu-west-2.amazonaws.com/TDS/input/" | ||
|
||
# TDS data files to include in catalog | ||
files: "tile49_rgb.tif" | ||
|
||
# TDS label files to include in catalog | ||
label_files: "tile49_label.tif" | ||
|
||
# Image Id | ||
image_id: "image_id" | ||
|
||
# Spatial resolution | ||
gsd: "10.0" | ||
|
||
# Output director. | ||
output_dir: "./ogcapi/CATALOG" | ||
|
||
# YAML for API Records | ||
yaml_file: "./tds-record.yml" | ||
yaml_file: "./tds-record.yml" | ||
|
||
# Provider details | ||
provider_name: "Pixalytics Ltd" | ||
provider_url: "https://www.pixalytics.com/" | ||
|
||
|
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