Skip to content

Commit

Permalink
🚚 Rename shapefile demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrubioa committed Jan 18, 2024
1 parent ebd2446 commit 79cbfa5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ConfigSettings(BaseModel):
ROI_CROPPED_COLOR_DATASET_PATH: Path = DATASET_PATH / "roi_cropped_color_dataset"
ROI_CROPPED_BINARY_DATASET_PATH: Path = DATASET_PATH / "roi_cropped_binary_dataset"
# Files
SHAPEFILE_SHP_FILE: str = "Demo.shp"
SHAPEFILE_SHP_FILE: str = "demo.shp"
ORIGINAL_DATASET_METADATA_FILE: str = "landsat_images_data.json"
# Extra
ORIGINAL_DATASET_IMAGE_EXTENSION: str = "TIF"
Expand Down

0 comments on commit 79cbfa5

Please sign in to comment.