Skip to content

Commit

Permalink
Removed metadata processor specification in configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhafen committed May 25, 2024
1 parent 4811605 commit d702b44
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions configs/evaluate-registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ io_manager_train:
# data_splitter:
# max_raw_size: 10

# What metadata processor to use (based on metadata format)
metadata_processor:
version: fh135_metadata_processor

# Coordinate reference-system employed
crs:
# A standard CRS for cartesian coordinates
Expand Down
4 changes: 0 additions & 4 deletions configs/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ io_manager:
# with a new ID attached.
file_exists: overwrite

# What metadata processor to use (based on metadata format)
metadata_processor:
version: fh135_metadata_processor

# Coordinate reference-system employed
crs:
projparams: 'EPSG:3857' # The coordinate system used for google maps, this is a pretty good cartesian standard.
Expand Down
4 changes: 0 additions & 4 deletions configs/mosaic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ io_manager:
used_config: used-config.yaml
file_exists: new

# What metadata processor to use (based on metadata format)
metadata_processor:
version: fh135_metadata_processor

# Coordinate reference-system employed
crs:
projparams: 'EPSG:3857'
Expand Down
4 changes: 0 additions & 4 deletions configs/query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ query_processor:
(y_center < 4857700 + 1000) &
(y_center > 4857700 - 1000)
# What metadata processor to use (based on metadata format)
metadata_processor:
version: fh135_metadata_processor

# Coordinate reference-system employed
crs:
projparams: 'EPSG:3857'
Expand Down
4 changes: 0 additions & 4 deletions configs/sequential-mosaic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ io_manager: &default_io_settings
io_manager_train:
<<: *default_io_settings

# What metadata processor to use (based on metadata format)
metadata_processor:
version: fh135_metadata_processor

# Coordinate reference-system employed
crs:
# A standard CRS for cartesian coordinates
Expand Down

0 comments on commit d702b44

Please sign in to comment.