Datasets:

License:
csaybar commited on
Commit
79e9346
1 Parent(s): e279582

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -2,6 +2,18 @@
2
  license: cc-by-4.0
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  <center>
6
  <img src="demo/logo.png" width=95%>
7
  </center>
@@ -116,4 +128,19 @@ plt.show()
116
 
117
  # CITATION
118
 
119
- TODO!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  ---
4
 
5
+ # 🚨 New Dataset Version Released!
6
+
7
+ ## We are excited to announce the release of **Version [2.0]** of our dataset!
8
+ ## This update includes:
9
+ - **[More data]**.
10
+ - **[Harmonization model retrained with more data]**.
11
+ - **[Temporal support]**.
12
+ - **[Check the data without downloading (Cloud-optimized properties)]**.
13
+
14
+ # 📥 Go to: https://huggingface.co/datasets/tacofoundation/SEN2NAIPv2 and follow the instructions in colab
15
+
16
+
17
  <center>
18
  <img src="demo/logo.png" width=95%>
19
  </center>
 
128
 
129
  # CITATION
130
 
131
+
132
+ ```
133
+ @article{aybar2025sen2naipv2,
134
+ author = {Aybar, Cesar and Montero, David and Contreras, Julio and Donike, Simon and Kalaitzis, Freddie and Gómez-Chova, Luis},
135
+ title = {SEN2NAIP: A large-scale dataset for Sentinel-2 Image Super-Resolution},
136
+ journal = {Scientific Data},
137
+ year = {2024},
138
+ volume = {11},
139
+ number = {1},
140
+ pages = {1389},
141
+ doi = {10.1038/s41597-024-04214-y},
142
+ url = {https://doi.org/10.1038/s41597-024-04214-y},
143
+ abstract = {The increasing demand for high spatial resolution in remote sensing has underscored the need for super-resolution (SR) algorithms that can upscale low-resolution (LR) images to high-resolution (HR) ones. To address this, we present SEN2NAIP, a novel and extensive dataset explicitly developed to support SR model training. SEN2NAIP comprises two main components. The first is a set of 2,851 LR-HR image pairs, each covering 1.46 square kilometers. These pairs are produced using LR images from Sentinel-2 (S2) and corresponding HR images from the National Agriculture Imagery Program (NAIP). Using this cross-sensor dataset, we developed a degradation model capable of converting NAIP images to match the characteristics of S2 imagery ($S_{2-like}$). This led to the creation of a second subset, consisting of 35,314 NAIP images and their corresponding $S_{2-like}$ counterparts, generated using the degradation model. With the SEN2NAIP dataset, we aim to provide a valuable resource that facilitates the exploration of new techniques for enhancing the spatial resolution of Sentinel-2 imagery.},
144
+ issn = {2052-4463}
145
+ }
146
+ ```