parquet-converter commited on
Commit
e7a006b
1 Parent(s): d8a9e0a

Update parquet files

Browse files
Files changed (46) hide show
  1. README.md +0 -79
  2. embeddings/part_00301-00400.parquet → default/partial-train/0000.parquet +2 -2
  3. embeddings/part_00001-00100.parquet → default/partial-train/0001.parquet +2 -2
  4. embeddings/part_00101-00200.parquet +0 -3
  5. embeddings/part_00201-00300.parquet +0 -3
  6. embeddings/part_00401-00500.parquet +0 -3
  7. embeddings/part_00501-00600.parquet +0 -3
  8. embeddings/part_00601-00700.parquet +0 -3
  9. embeddings/part_00701-00800.parquet +0 -3
  10. embeddings/part_00801-00900.parquet +0 -3
  11. embeddings/part_00901-01000.parquet +0 -3
  12. embeddings/part_01001-01100.parquet +0 -3
  13. embeddings/part_01101-01200.parquet +0 -3
  14. embeddings/part_01201-01300.parquet +0 -3
  15. embeddings/part_01301-01400.parquet +0 -3
  16. embeddings/part_01401-01500.parquet +0 -3
  17. embeddings/part_01501-01600.parquet +0 -3
  18. embeddings/part_01601-01700.parquet +0 -3
  19. embeddings/part_01701-01800.parquet +0 -3
  20. embeddings/part_01801-01900.parquet +0 -3
  21. embeddings/part_01901-02000.parquet +0 -3
  22. embeddings/part_02001-02100.parquet +0 -3
  23. embeddings/part_02101-02200.parquet +0 -3
  24. embeddings/part_02201-02300.parquet +0 -3
  25. embeddings/part_02301-02400.parquet +0 -3
  26. embeddings/part_02401-02500.parquet +0 -3
  27. embeddings/part_02501-02600.parquet +0 -3
  28. embeddings/part_02601-02700.parquet +0 -3
  29. embeddings/part_02701-02800.parquet +0 -3
  30. embeddings/part_02801-02900.parquet +0 -3
  31. embeddings/part_02901-03000.parquet +0 -3
  32. embeddings/part_03001-03100.parquet +0 -3
  33. embeddings/part_03101-03200.parquet +0 -3
  34. embeddings/part_03201-03300.parquet +0 -3
  35. embeddings/part_03301-03400.parquet +0 -3
  36. embeddings/part_03401-03500.parquet +0 -3
  37. embeddings/part_03501-03600.parquet +0 -3
  38. embeddings/part_03601-03700.parquet +0 -3
  39. embeddings/part_03701-03800.parquet +0 -3
  40. embeddings/part_03801-03900.parquet +0 -3
  41. embeddings/part_03901-04000.parquet +0 -3
  42. embeddings/part_04001-04100.parquet +0 -3
  43. embeddings/part_04101-04200.parquet +0 -3
  44. embeddings/part_04201-04300.parquet +0 -3
  45. embeddings/part_04301-04400.parquet +0 -3
  46. embeddings/part_04401-04492.parquet +0 -3
README.md DELETED
@@ -1,79 +0,0 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- tags:
4
- - embeddings
5
- - earth-observation
6
- - remote-sensing
7
- - Sentinel-2
8
- - geospatial
9
- - satellite
10
- - satellite-imagery
11
- ---
12
-
13
-
14
-
15
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/Z46c9v4OhCO_e7yc-d4KS.png)
16
-
17
- # Core-S2RGB-DINOv2 🔴🟢🔵
18
- | Dataset | Modality | Number of Embeddings | Sensing Type | Total Comments | Source Dataset | Source Model | Size |
19
- |:--------:|:--------------:|:-------------------:|:------------:|:--------------:|:--------------:|:--------------:|:--------------:|
20
- |Core-S2RGB-SigLIP|Sentinel-2 Level 2A (RGB)|56,147,150|True Colour (RGB)|General-Purpose Global|[Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A)|[DINOv2](https://huggingface.co/docs/transformers/en/model_doc/dinov2)|223.1 GB|
21
-
22
-
23
- ## Content
24
- | Field | Type | Description |
25
- |:-----------------:|:--------:|-----------------------------------------------------------------------------|
26
- | unique_id | string | hash generated from geometry, time, product_id, and embedding model |
27
- | embedding | array | raw embedding array |
28
- | grid_cell | string | Major TOM cell |
29
- | grid_row_u | int | Major TOM cell row |
30
- | grid_col_r | int | Major TOM cell col |
31
- | product_id | string | ID of the original product |
32
- | timestamp | string | Timestamp of the sample |
33
- | centre_lat | float | Centre of the fragment latitude |
34
- | centre_lon | float | Centre of the fragment longitude |
35
- | geometry | geometry | Polygon footprint (WGS84) of the fragment |
36
- | utm_footprint | string | Polygon footprint (image UTM) of the fragment |
37
- | utm_crs | string | CRS of the original product |
38
- | pixel_bbox | bbox | Boundary box of the fragment (pixels)
39
-
40
-
41
- ## Input Data
42
- * Sentinel-2 (Level 2A) RGB reflectance multiplied by 2.5 and clipped between 0 and 1 to resemble images in the training data
43
- * All samples from [**MajorTOM Core-S2LA**](https://huggingface.co/datasets/Major-TOM/Core-S2L2A)
44
- * Image input size: **224 x 224** pixels, target overlap: 10%, border_shift: True
45
-
46
- ## Model
47
- The image encoder of the [**DINOv2 model**](https://huggingface.co/docs/transformers/en/model_doc/dinov) was used to extract embeddings.
48
-
49
- ## Example Use
50
- Interface scripts are available at
51
-
52
- ```python
53
- from datasets import load_dataset
54
- dataset = load_dataset("Major-TOM/Core-S2RGB-DINOv2")
55
- ```
56
-
57
- ## Generate Your Own Embeddings
58
-
59
- The [**embedder**](https://github.com/ESA-PhiLab/Major-TOM/tree/main/src/embedder) subpackage of Major TOM provides tools for generating embeddings like this ones. You can see an example of this in a dedicated notebook at (link).
60
- [![GitHub](https://img.shields.io/badge/GitHub-Generate%20Your%20Own%20Embeddings-blue?logo=github&style=flat-square)](https://github.com/ESA-PhiLab/Major-TOM/tree/main/src/embedder)
61
-
62
- ---
63
- ## Major TOM Global Embeddings Project 🏭
64
- This dataset is a result of a collaboration between [**CloudFerro**](https://cloudferro.com/) 🔶 and [**Φ-lab, European Space Agency (ESA)**](https://philab.esa.int/) 🛰️ set up in order to provide open and free vectorised expansions of Major TOM datasets and define a standardised manner for releasing Major TOM embedding expansions.
65
-
66
- The embeddings extracted from common AI models make it possible to browse and navigate large datasets like Major TOM with reduced storage and computational demand.
67
-
68
- The datasets were computed on the [**GPU-accelerated instances**](https://cloudferro.com/ai/ai-computing-services/)⚡ provided by [**CloudFerro**](https://cloudferro.com/) 🔶 on the [**CREODIAS**](https://creodias.eu/) cloud service platform 💻☁️.
69
- Discover more at [**CloudFerro AI services**](https://cloudferro.com/ai/).
70
-
71
- ## Authors
72
- [**Marcin Kluczek (CloudFerro)**](https://www.linkedin.com/in/marcin-kluczek-03852a1a8/), [**Mikolaj Czerkawski (Φ-lab, European Space Agency)**](https://mikonvergence.github.io), [**Jędrzej S. Bojanowski (CloudFerro)**](https://www.linkedin.com/in/j%C4%99drzej-s-bojanowski-a5059872/)
73
-
74
- # Cite
75
- [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/)
76
-
77
-
78
- Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://philab.esa.int/) in collaboration with [CloudFerro 🔶](https://cloudferro.com/)
79
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
embeddings/part_00301-00400.parquet → default/partial-train/0000.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a5f8bc81a3280831916c5f9e46a0cf26e68f3988274fe10f317a31e9022cde2
3
- size 5294058342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c3686de76bfdb489db7cf3c40030847e02ddf5fe38348e7f1cf3fbd6ef5f03
3
+ size 4500390967
embeddings/part_00001-00100.parquet → default/partial-train/0001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:612359501dc9fef4661a5b5f96d46a3568430261a01f3e9dafd3b9f605e43ae9
3
- size 5319691214
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442f62c9d5dee824759d345731eb2b7ba4b3a79a4a122414a17d1f2f69a55851
3
+ size 897200882
embeddings/part_00101-00200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0a79e47e4060ebd14a67bb14572a81df8db7ab368bc54a45480ad6f5dacc60c
3
- size 5342067141
 
 
 
 
embeddings/part_00201-00300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:63bbec53bb51f18edc1000ac9c52b84175b1d528fd4ad11bcef15c3ca8b57b97
3
- size 5300483539
 
 
 
 
embeddings/part_00401-00500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d3a9a081d6f683d038e183305f53c2831e6d002f02ff7de329d14ca8dfec219
3
- size 5325249178
 
 
 
 
embeddings/part_00501-00600.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdc813121e7c1efbbec4b9474b404c77908df69b7c53418ba83e7a27394a252c
3
- size 5332283141
 
 
 
 
embeddings/part_00601-00700.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d77a4fcb975a4098a42c4c2a61f2b419342dbd894f1b347fef918e80df7761f4
3
- size 5333564699
 
 
 
 
embeddings/part_00701-00800.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:09972250f77d91205c3bd54b8cfcc9eb3ace1051e4dcc2286561b18f325948ba
3
- size 5331066803
 
 
 
 
embeddings/part_00801-00900.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e063fabe9ec3eba02ff887b622d1540f2289737fbf4c0061d93b4c8671b3001b
3
- size 5339535695
 
 
 
 
embeddings/part_00901-01000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:88d1242699d492a9f7e4c82bb8d9f52cd35cb5192a26a2d8cf4c4faf37a64b46
3
- size 5328194852
 
 
 
 
embeddings/part_01001-01100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eabb27ae18f65a17e23ca105798e4e9aadc28b6d8acab7b2d3ffecbc47d7616c
3
- size 5332725127
 
 
 
 
embeddings/part_01101-01200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7afb712709dc767e034460d0a447d9a4891ce165d228dfa447ec780843045712
3
- size 5340993313
 
 
 
 
embeddings/part_01201-01300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7733bdb729e1c8b7078bbbefdd822a4a74e7e4a93da721aacc977ccb62bb5bc
3
- size 5334638396
 
 
 
 
embeddings/part_01301-01400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1679324fd4a0f0f45147a19df5c14801ddbc90ad3a7a02cd9d3eec9a9a08f8ab
3
- size 5341920791
 
 
 
 
embeddings/part_01401-01500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:be1fe91271e0ffa1f2655ab6e1186f0856d096796586bc4269e3c3e7c24c4f55
3
- size 5329253482
 
 
 
 
embeddings/part_01501-01600.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b35c9bff3063e3cc347693811eae8d23a3de0e220e51cfd92c42df407ca861c
3
- size 5327464643
 
 
 
 
embeddings/part_01601-01700.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba1907d83e3461ade3799ba72f52755f39ee5dd5e43febef98b61b8e28688251
3
- size 5317897793
 
 
 
 
embeddings/part_01701-01800.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cd85fa12bfc6415bf9fdb328bf9ee25546845d288cd269d7acd13ed65456a83
3
- size 5337120399
 
 
 
 
embeddings/part_01801-01900.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf4c50d4102d428215e8aa2bd5edb970caa34e80a2a3ea6b4fd7916ae18b1048
3
- size 5337923710
 
 
 
 
embeddings/part_01901-02000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fabdb06e55fa1d916d135f01e3538be563bb87a6992f78a451617b02217b6b96
3
- size 5344945904
 
 
 
 
embeddings/part_02001-02100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a519b90fbe569132103bf35dd91948c89614e5ef0d184078b7d1085e100c0ee1
3
- size 5336917896
 
 
 
 
embeddings/part_02101-02200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a81374074f6ef80cc0a04a76873ca834275dc7f3129a6ca5d6acd272b5539e85
3
- size 5342021931
 
 
 
 
embeddings/part_02201-02300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0ebca9f927b379ffb8e1133a054c7c3c60465f3aee9b333c480fcf8ca117fe5
3
- size 5344565746
 
 
 
 
embeddings/part_02301-02400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ea63ea35a07a4b96e3dfa5456c8d9fa667b837d11bce1315fde7e0833153642
3
- size 5345975164
 
 
 
 
embeddings/part_02401-02500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f95b392c5a956cb3df71618f3df1e6f1f35a4b892eaa49083a27913cb8c205d7
3
- size 5351996950
 
 
 
 
embeddings/part_02501-02600.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f89ebf2a9c7d9ece443289c6732fde162a1a1b21dddf28190a1574889a64bc72
3
- size 5349838655
 
 
 
 
embeddings/part_02601-02700.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca78564b13092a83f5630a17e435e81ffd27fe078a23b2a60329b01b3d50d16f
3
- size 5346176253
 
 
 
 
embeddings/part_02701-02800.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e45d9d60fd113d01a7c395968a0d3f00d45e3e3a2a9f61da7ca6f3dab85aa5bc
3
- size 5345190787
 
 
 
 
embeddings/part_02801-02900.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:09d0b37899c3ef019ed86e18e6bdc19ecfba164b635d62ed4cb3eee039cc76ad
3
- size 5348824884
 
 
 
 
embeddings/part_02901-03000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2f4df5d3fc190bc55afaf32e6a051c2e57774df012fd780f79277fe73f36d7a
3
- size 5343611633
 
 
 
 
embeddings/part_03001-03100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:def1454149332ba89d0e08c1917b91664cc4dd0486fb35cb85c385242543498d
3
- size 5335351943
 
 
 
 
embeddings/part_03101-03200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c7fe65c4ea90c4bf1ecf8a6f8d505330122f23cc9a387544dd34bf4df9182bf
3
- size 5334944297
 
 
 
 
embeddings/part_03201-03300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:97a4ed7f5a5925e15c36ac317e86fe71e441097c98b84b4612321e60887f3ac6
3
- size 5340948328
 
 
 
 
embeddings/part_03301-03400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:39603cc1c21c2475cd5829860e0103c9c97cf777a5589ce1c4b69e63dab2145d
3
- size 5346706374
 
 
 
 
embeddings/part_03401-03500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffa94de935be2edc92701e1a53138534f69dd5c71fbb7c083a5b442a5a241ea7
3
- size 5345277016
 
 
 
 
embeddings/part_03501-03600.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:90f630258f813e44b9b9586717630aae9f3b02afe48607600cc2efdc22f363c7
3
- size 5343149614
 
 
 
 
embeddings/part_03601-03700.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c19dd03789ae6be1d0d6053ebf3b5bbaa1b3ba470322971c6208e9a224a862f
3
- size 5342884592
 
 
 
 
embeddings/part_03701-03800.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bb29796713a648417fd50adcc9cd5065fa9ab9dfe987d5f9dfc9df677200afd
3
- size 5337582582
 
 
 
 
embeddings/part_03801-03900.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b94dfc886a284ff7ecb58b4b3380dfc4ff94e72cf0e65f54aada39ab941cc44
3
- size 5331341026
 
 
 
 
embeddings/part_03901-04000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5acdadfa81f5a88a1ff0883649fedaebe6d563b23a81d03fb97ed02ec81ab2e3
3
- size 5339640535
 
 
 
 
embeddings/part_04001-04100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:43366dd131eaa003952378d03186a6470c61f68f52874e6aaea2e5dc48e99b0d
3
- size 5330840956
 
 
 
 
embeddings/part_04101-04200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:39f5fa302b1f055afd593c93371e9eca90fb42653e375013674881796470c0d6
3
- size 5320604091
 
 
 
 
embeddings/part_04201-04300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddf8df440e7b942e098657a8f7a502365cfd92faf4bb74a82eba76306d2073fa
3
- size 5320688527
 
 
 
 
embeddings/part_04301-04400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a53ff8e8bbf9aaeeacc1d0949db583f71ebe63897320dfb8e5870d361c1dcf8
3
- size 5312042436
 
 
 
 
embeddings/part_04401-04492.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a658a8f5192dfee9dcbad2f219d5fd7c3c71eeb870c2c4a04204b6e36bae7ba
3
- size 4811759069