favyen commited on
Commit
125ea46
·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +60 -0
  2. README.md +153 -0
  3. example_images/README.md +1 -0
  4. example_images/combined.png +3 -0
  5. example_images/landsat.png +3 -0
  6. example_images/naip.png +3 -0
  7. example_images/oldnaip.png +3 -0
  8. example_images/openstreetmap.png +3 -0
  9. example_images/sentinel1.png +3 -0
  10. example_images/sentinel2.png +3 -0
  11. example_images/worldcover.png +3 -0
  12. landsat.csv +3 -0
  13. landsat_32610/32610_18_-217.tar +3 -0
  14. landsat_32610/32610_18_-218.tar +3 -0
  15. landsat_32610/32610_18_-219.tar +3 -0
  16. landsat_32610/32610_18_-220.tar +3 -0
  17. landsat_32610/32610_18_-228.tar +3 -0
  18. landsat_32610/32610_18_-229.tar +3 -0
  19. landsat_32610/32610_18_-230.tar +3 -0
  20. landsat_32610/32610_18_-231.tar +3 -0
  21. landsat_32610/32610_18_-232.tar +3 -0
  22. landsat_32610/32610_18_-233.tar +3 -0
  23. landsat_32610/32610_18_-234.tar +3 -0
  24. landsat_32610/32610_18_-235.tar +3 -0
  25. landsat_32610/32610_18_-258.tar +3 -0
  26. landsat_32610/32610_18_-259.tar +3 -0
  27. landsat_32610/32610_18_-260.tar +3 -0
  28. landsat_32610/32610_18_-261.tar +3 -0
  29. landsat_32610/32610_18_-262.tar +3 -0
  30. landsat_32610/32610_19_-216.tar +3 -0
  31. landsat_32610/32610_19_-217.tar +3 -0
  32. landsat_32610/32610_19_-218.tar +3 -0
  33. landsat_32610/32610_19_-219.tar +3 -0
  34. landsat_32610/32610_19_-220.tar +3 -0
  35. landsat_32610/32610_19_-221.tar +3 -0
  36. landsat_32610/32610_19_-222.tar +3 -0
  37. landsat_32610/32610_19_-223.tar +3 -0
  38. landsat_32610/32610_19_-224.tar +3 -0
  39. landsat_32610/32610_19_-225.tar +3 -0
  40. landsat_32610/32610_19_-226.tar +3 -0
  41. landsat_32610/32610_19_-227.tar +3 -0
  42. landsat_32610/32610_19_-228.tar +3 -0
  43. landsat_32610/32610_19_-229.tar +3 -0
  44. landsat_32610/32610_19_-230.tar +3 -0
  45. landsat_32610/32610_19_-231.tar +3 -0
  46. landsat_32610/32610_19_-232.tar +3 -0
  47. landsat_32610/32610_19_-233.tar +3 -0
  48. landsat_32610/32610_19_-234.tar +3 -0
  49. landsat_32610/32610_19_-235.tar +3 -0
  50. landsat_32610/32610_19_-236.tar +3 -0
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
56
+ naip.csv filter=lfs diff=lfs merge=lfs -text
57
+ sentinel2.csv filter=lfs diff=lfs merge=lfs -text
58
+ oldnaip.csv filter=lfs diff=lfs merge=lfs -text
59
+ sentinel1.csv filter=lfs diff=lfs merge=lfs -text
60
+ landsat.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ AI2-S2-NAIP is a remote sensing dataset consisting of aligned NAIP, Sentinel-2, Sentinel-1, and Landsat images spanning the entire continental US.
6
+
7
+ Data is divided into tiles.
8
+ Each tile spans 512x512 pixels at 1.25 m/pixel in one of the 10 UTM projections covering the continental US.
9
+ At each tile, the following data is available:
10
+
11
+ - [National Agriculture Imagery Program (NAIP)](https://www.usgs.gov/centers/eros/science/usgs-eros-archive-aerial-photography-national-agriculture-imagery-program-naip): an image from 2019-2021 at 1.25 m/pixel (512x512).
12
+ - [Sentinel-2 (L1C)](https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-2): between 16 and 32 images captured within a few months of the NAIP image at 10 m/pixel (64x64).
13
+ - [Sentinel-1](https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-1): between 2 and 8 images captured within a few months of the NAIP image at 10 m/pixel (64x64).
14
+ - [Landsat-8/9](https://www.usgs.gov/landsat-missions/landsat-8): 4 images captured in the same year as the NAIP image at 10 m/pixel (64x64).
15
+ - [OpenStreetMap](https://www.openstreetmap.org): a GeoJSON containing buildings, roads, and 30 other categories. It uses pixel coordinates relative to the 512x512 NAIP image.
16
+ - [WorldCover](https://worldcover2021.esa.int/): the 2021 land cover image at 10 m/pixel (64x64).
17
+
18
+ AI2-S2-NAIP is applicable to several supervised and unsupervised tasks in remote sensing, including super-resolution (e.g. NAIP -> Sentinel-2), segmentation and detection (e.g. NAIP or Sentinel-2 -> OpenStreetMap or WorldCover), and multi-modal masked autoencoder pre-training.
19
+
20
+ For questions or feedback about AI2-S2-NAIP, please open an issue on Github at https://github.com/allenai/satlas.
21
+
22
+ ![Example images for one tile in the dataset.](example_images/combined.png)
23
+
24
+
25
+ Structure
26
+ ---------
27
+
28
+ Once extracted, the dataset contains the different data types in different folders.
29
+ Each folder contains files named by a tile ID, which consists of the UTM projection, column, and row.
30
+ The column and row are based on tiles that are 512x512 pixels with pixel coordinates at 1.25 m/pixel, e.g. `32612_960_-6049.png` spans (614400, -3871360) to (615040, -3870720) in EPSG:32612 projection units.
31
+
32
+ Here is an example of NAIP data:
33
+
34
+ ```
35
+ naip/
36
+ 32612_960_-6049.png
37
+ 32612_960_-6050.png
38
+ 32612_960_-6051.png
39
+ ...
40
+ ```
41
+
42
+ And an example of Sentinel-2 data:
43
+
44
+ ```
45
+ sentinel2/
46
+ 32612_960_-6049_16.tif
47
+ 32612_960_-6049_32.tif
48
+ 32612_960_-6049_8.tif
49
+ 32612_960_-6050_16.tif
50
+ ...
51
+ ```
52
+
53
+ The Sentinel-2, Sentinel-1, and Landsat images are GeoTIFFS so they contain georeference metadata.
54
+ Other data does not have georeference metadata, but data at each tile is aligned, so the georeference metadata from the above images is applicable to the other data as well with only a resolution shift.
55
+
56
+
57
+ Mapping Longitude and Latitude to Tile
58
+ --------------------------------------
59
+
60
+ Here is an example of mapping longitude and latitude to a tile.
61
+
62
+ First install packages:
63
+
64
+ pip install rasterio shapely utm
65
+
66
+ Then launch Python shell:
67
+
68
+ from rasterio.crs import CRS
69
+ from rasterio.warp import transform_geom
70
+ import shapely
71
+ import utm
72
+ # Define source location.
73
+ src_crs = CRS.from_epsg(4326)
74
+ src_point = shapely.Point(-122.331711, 47.648450)
75
+ # Get UTM zone.
76
+ _, _, zone_suffix, _ = utm.from_latlon(src_point.y, src_point.x)
77
+ epsg_code = 32600 + zone_suffix
78
+ dst_crs = CRS.from_epsg(epsg_code)
79
+ # Transform to UTM CRS.
80
+ dst_point = transform_geom(src_crs, dst_crs, src_point)
81
+ dst_point = shapely.geometry.shape(dst_point)
82
+ # dst_point is in projection coordinates (meters).
83
+ # Now convert to pixel coordinates at 1.25 m/pixel.
84
+ col = int(dst_point.x/1.25)
85
+ row = int(dst_point.y/-1.25)
86
+ # Print the prefix for the image filenames.
87
+ print(f"{epsg_code}_{col//512}_{row//512}")
88
+ # Print the prefix for the tar filenames to know which one to download.
89
+ # These group together many 1.25 m/pixel 512x512 tiles into one tar file.
90
+ print(f"{epsg_code}_{col//512//32}_{row//512//32}")
91
+
92
+ So then you would download the tar file from the second prefix, extract it, and look at the file with name matching the first prefix.
93
+
94
+ See visualize_tile.py for example of visualizing the data at a particular tile.
95
+
96
+
97
+ Sentinel-2
98
+ ----------
99
+
100
+ The 10 m/pixel (`_8.tif`), 20 m/pixel (`_16.tif`), and 60 m/pixel (`_32.tif`) bands are stored separately.
101
+ Pixel values are the L1C 16-bit values.
102
+
103
+ The band order is as follows:
104
+ - _8.tif (64x64): B02, B03, B04, B08
105
+ - _16.tif (32x32): B05, B06, B07, B8A, B11, B12
106
+ - _32.tif (16x16): B01, B09, B10
107
+
108
+ The GeoTIFFs contain multiple images concatenated along the channel axis.
109
+ The CSV shows the original Sentinel-2 scene ID of each image.
110
+
111
+
112
+ Sentinel-1
113
+ ----------
114
+
115
+ The Sentinel-1 bands are 10 m/pixel and ordered VV then VH.
116
+
117
+ Only IW VV+VH scenes are used.
118
+
119
+ The pixel values are 32-bit floating point values representing decibels 10*log10(x).
120
+ We obtain the radiometric-calibrated and terrain-corrected images from Google Earth Engine so see
121
+ https://developers.google.com/earth-engine/datasets/catalog/COPERNICUS_S1_GRD for details.
122
+
123
+ The GeoTIFFs contain multiple images concatenated along the channel axis.
124
+ The CSV shows the original Sentinel-1 scene ID of each image.
125
+
126
+
127
+ NAIP
128
+ ----
129
+
130
+ The NAIP image is 512x512 with four 8-bit bands: R, G, B, IR.
131
+
132
+ It is encoded as PNG but the IR is alpha mask so cannot be visualized correctly in image viewer without removing the alpha mask.
133
+
134
+ There are two NAIP images available, one under "naip" (2019-2022) and one under "oldnaip" (2015-2018).
135
+ The CSV shows the original NAIP scene ID of each image.
136
+
137
+
138
+ Landsat
139
+ -------
140
+
141
+ We include OLI-TIRS images from Landsat-8 and Landsat-9.
142
+ As with Sentinel-2, we select Landsat images that were captured within a few months of the NAIP image.
143
+
144
+ We store the 15 m/pixel bands (i.e. B8) at 10 m/pixel, and the 30 m/pixel bands (all the others) at 20 m/pixel.
145
+ There are separate GeoTIFFs for the 10 m/pixel (`_8.tif`) and 20 m/pixel (`_16.tif`).
146
+ All pixel values are 16-bit.
147
+
148
+ The band order is as follows:
149
+ - _8.tif (64x64): B8
150
+ - _16.tif (32x32): B1, B2, B3, B4, B5, B6, B7, B9, B10, B11
151
+
152
+ The GeoTIFFS contain multiple images concatenated along the channel axis.
153
+ The CSV shows the original Landsat scene ID of each image.
example_images/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ These examples are at tile 32610_859_-8247 which corresponds to (-122.3317, 47.6485).
example_images/combined.png ADDED

Git LFS Details

  • SHA256: 4140c6bf328282475198a5dfa1bdf648393217c8de7eba9b4b166b9343cd6b7b
  • Pointer size: 131 Bytes
  • Size of remote file: 744 kB
example_images/landsat.png ADDED

Git LFS Details

  • SHA256: 071081318a4777efbb208e7544f50ce302a0f1ad69726dc16e5c0725c36e818a
  • Pointer size: 129 Bytes
  • Size of remote file: 6.45 kB
example_images/naip.png ADDED

Git LFS Details

  • SHA256: 460400cdf0e530735e6c2dc64d7f678e111b4027632c29e453a6c5084576fe37
  • Pointer size: 131 Bytes
  • Size of remote file: 529 kB
example_images/oldnaip.png ADDED

Git LFS Details

  • SHA256: 62bb3317d4edf7195d42495672c71d11611261fc86c2a312b41ca0e3e18b46b6
  • Pointer size: 131 Bytes
  • Size of remote file: 547 kB
example_images/openstreetmap.png ADDED

Git LFS Details

  • SHA256: 717010c9beaba9f54c80e8eee07496fb41f6a8ffc2fde31716fc157097cc9e40
  • Pointer size: 130 Bytes
  • Size of remote file: 15.6 kB
example_images/sentinel1.png ADDED

Git LFS Details

  • SHA256: 676fb70fdcabe08fdb913a14273b7bd7fff85a93c8e87b2b62d3a965693d8c11
  • Pointer size: 129 Bytes
  • Size of remote file: 8.16 kB
example_images/sentinel2.png ADDED

Git LFS Details

  • SHA256: 0a41800acdb98ee594e2410c1e0a8ff07cdff37d34bc223b28ac0eb11941c294
  • Pointer size: 130 Bytes
  • Size of remote file: 18.7 kB
example_images/worldcover.png ADDED

Git LFS Details

  • SHA256: 808685cfa852f196afecb8c8edf147297362f4af3daa46734a0fe41549b86644
  • Pointer size: 129 Bytes
  • Size of remote file: 3.5 kB
landsat.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc25d26b310979e07e917a9d29cbf6ab17b8f973779391f3aacdb2f02e2e422
3
+ size 20157153046
landsat_32610/32610_18_-217.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53df29e62126cc89fda9364d010dbc1b85670d179cef88a145edd34febf6b1e
3
+ size 2826240
landsat_32610/32610_18_-218.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf09d32eebe6833f8d3ba4f4c1befc8aa4919748f8e1b7a538f14e7359cc8613
3
+ size 94515200
landsat_32610/32610_18_-219.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d297219dee3bf25126c8b10e274869c7e9524bc137b48b84bba5dc1483aaf1
3
+ size 114882560
landsat_32610/32610_18_-220.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b3377efefd1c9eed2de3ef8e6c19ec9c0511f72d06914dc01d963c1ddebad8
3
+ size 44093440
landsat_32610/32610_18_-228.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4eb2ef40b59bb8b55525b87f8b84fde46849e55527a6287857ca87ff8dcc740
3
+ size 70174720
landsat_32610/32610_18_-229.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1239946da265b2740f7fa26af8e842e5a5c69a15e8cc8e9b525083293fbfe0
3
+ size 420014080
landsat_32610/32610_18_-230.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcc30cd62e4ee8cd0fb05aa81038275557b75479c81faaf6879fe90e4ad7f70
3
+ size 421355520
landsat_32610/32610_18_-231.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d36bc135cf43058c008971a1464f152f866f4e9cf9cd8f3f867cda765b5a7e0
3
+ size 629166080
landsat_32610/32610_18_-232.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f987b943995a4b3c960bd36c78d25a459832a6e3bbdb1a3bb0c6ac5cb99fe7e1
3
+ size 697937920
landsat_32610/32610_18_-233.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7929332e18e92a8ef83db3ae3c7904bcec9c34a56b1353c24bdf370a90ed76f7
3
+ size 358860800
landsat_32610/32610_18_-234.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c3c3ee445057e73544668180831ae46fc2b0b072aaf8a61a3431d2d31af7695
3
+ size 155064320
landsat_32610/32610_18_-235.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4729c8ca12216b8402e961ff293f0f82f479603a43d5d02bc86f682638b4e5b5
3
+ size 26746880
landsat_32610/32610_18_-258.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa36b2a9cf7632df58f5ca0d5725c9e22679f0b6ec83935be4a0beeb03427fb
3
+ size 37406720
landsat_32610/32610_18_-259.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf06ef05398f333a0b70ea3b817925c78b39f262a975e99938164831013d385
3
+ size 178206720
landsat_32610/32610_18_-260.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c75cdd4fdecfb5ae3f4ef31f099e225d8c5a39d5131ae249ec36f229ddf130
3
+ size 382494720
landsat_32610/32610_18_-261.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f633c4fc1a8669b56395c0d138afcdd784de7a6940032ee982a7f2c4b60969
3
+ size 692582400
landsat_32610/32610_18_-262.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c02c078ccded78d9b90f04960361bf2b4125c0ea574a7f05ec8b8acdac1c10
3
+ size 234874880
landsat_32610/32610_19_-216.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746a7b4aba3b489f1070f47963da487b14471c2a575500144ff06ef6d9d7d5a4
3
+ size 1863680
landsat_32610/32610_19_-217.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91458b89c7087e72419857d6e75900dea420742543c51663e45c2755790f2309
3
+ size 155228160
landsat_32610/32610_19_-218.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3642dc28f9d27c5a8fc5e46cbb2342506af7d7a8ed699962d8f6f2da4444fc71
3
+ size 363397120
landsat_32610/32610_19_-219.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df312fabf30e6b06dc3cc30666476965e119aaf3f7d469ac098aed6680647af0
3
+ size 365957120
landsat_32610/32610_19_-220.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15895b16d07361413acabb4221e15b8b1804cbc14e1bfd0b7e490eabf488bff0
3
+ size 340920320
landsat_32610/32610_19_-221.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e6d3e527ff5146563d05877c1444ac47127c9d963836bcb3d49c43bfc3fef4
3
+ size 185681920
landsat_32610/32610_19_-222.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4949a7df45d453d0a9d35075f1b0683e260ada0c17bd49d98c2a5f7d8e5d3d
3
+ size 340910080
landsat_32610/32610_19_-223.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cbdaad380ed29dcc3f9de94d61efc015e151481d048120ac4767efbe9b874e5
3
+ size 261068800
landsat_32610/32610_19_-224.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8b9124ef4857ae52dd538bbb756788c9f409635bf7b1bc422a7feace0530bc
3
+ size 80957440
landsat_32610/32610_19_-225.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e81fc003005208f72e9c3ff0687be66e2cbdeb197fff711d9a701aaedece6e7
3
+ size 69754880
landsat_32610/32610_19_-226.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:408cef549be24bde8b6f9fe3d3ee3c83f2e87bb7c9fd8289d9b0cc32c176754d
3
+ size 231608320
landsat_32610/32610_19_-227.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17eea94ab163918d85d5c07a0429602132cdaffd9a50b83bc907f2b93306fc06
3
+ size 341268480
landsat_32610/32610_19_-228.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3924a5a2ec723de5c61df8e546eefeef7ab4e062977592aea4ee05aa45d4ed7
3
+ size 684247040
landsat_32610/32610_19_-229.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fd435b2d73e1c1acea700f0b13ebae20a45cd35be4a27e54114f542097c2e8
3
+ size 1071482880
landsat_32610/32610_19_-230.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46c6df16043bc3d9d950cde2a6da6222d71fa61ea9081fb68ecadefef9bb9be
3
+ size 1102909440
landsat_32610/32610_19_-231.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8edc107cc89f6b974ddc0a203615942079dc92dba8cfe0dd1be3ef1e349226b
3
+ size 1099847680
landsat_32610/32610_19_-232.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15a3a81eedf02dc71263e1883ae4c8b4b66ed270adffb5c49f1d37606286bbb
3
+ size 771563520
landsat_32610/32610_19_-233.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccf950ff258a5f19c732b4b1a4eaed6b41b30860601e2db8c47c5b6e9f637a40
3
+ size 758261760
landsat_32610/32610_19_-234.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c6cde2b89e43b944fdbddab4f7d2d080054e1b6c14753da7be712495a5b45e
3
+ size 759869440
landsat_32610/32610_19_-235.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d478704757c75b8727a4bc3a7e96dee776f48af084735a7c3cd2b1bddd6fef4a
3
+ size 679936000
landsat_32610/32610_19_-236.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fc43a42e9f85faf2e487e2c933a05300c5cb8336ace43d431b7b86661c9c13
3
+ size 274780160