This repository contains a Python script that generates a folder structure for land cover classification. It organizes different land cover classes and their subfolders, making it easier to manage and categorize data related to environmental features.
-
Clone this repository to your local machine:
-
Navigate to the root directory:
-
Modify the
land_cover_classes
dictionary in thefolders.py
script to include additional land cover classes and their subfolders. -
Specify the root directory where you want to create the folders by updating the
root_directory
variable in the script. -
Run the script:
python folders.py
-
Check your specified root directory to find the newly created folders and subfolders.
The generated folder structure will look like this:
- Water
- SAS
- OAO
- Aggregate
- AA
- AI
- Wetlands
- SWT
- MAS
- MAM
- BOO
- BOT
- SAF
- SAM
- Agriculture
- IAG
- NAG
- ... (other land cover classes)
This project is licensed under the MIT License - see the LICENSE file for details.🌿🌲🌊