fedric95 commited on
Commit
de55494
·
verified ·
1 Parent(s): a37f9bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -64,4 +64,21 @@ dataset_info:
64
 
65
  **AGPL-3.0 License**: This OSI-approved open-source license is for research only activities. See the LICENSE file for more details.
66
 
67
- **Enterprise License**: Designed for commercial use, this license permits integration of AI models derived from this dataset into commercial goods and services, bypassing the open-source requirements of AGPL-3.0. If your scenario involves embedding this dataset into a commercial offering, contact me.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  **AGPL-3.0 License**: This OSI-approved open-source license is for research only activities. See the LICENSE file for more details.
66
 
67
+ **Enterprise License**: Designed for commercial use, this license permits integration of AI models derived from this dataset into commercial goods and services, bypassing the open-source requirements of AGPL-3.0. If your scenario involves embedding this dataset into a commercial offering, contact me.
68
+
69
+
70
+
71
+ # Download json data (Last extraction 08/12/2024)
72
+ ```
73
+ python extract.py
74
+ ```
75
+
76
+ # Download the GEC images and create an excel file with some metadata
77
+ ```
78
+ python download.py
79
+ ```
80
+
81
+ # Download the label images from ESA WorldCover 2021
82
+ ```
83
+ python label.py
84
+ ```