parquet-converter commited on
Commit
369f0f9
1 Parent(s): 48d4b1b

Update parquet files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +0 -75
  2. embeddings/part_00151-00200.parquet → default/partial-train/0000.parquet +2 -2
  3. embeddings/part_00001-00050.parquet +0 -3
  4. embeddings/part_00051-00100.parquet +0 -3
  5. embeddings/part_00101-00150.parquet +0 -3
  6. embeddings/part_00201-00250.parquet +0 -3
  7. embeddings/part_00251-00300.parquet +0 -3
  8. embeddings/part_00301-00350.parquet +0 -3
  9. embeddings/part_00351-00400.parquet +0 -3
  10. embeddings/part_00401-00450.parquet +0 -3
  11. embeddings/part_00451-00500.parquet +0 -3
  12. embeddings/part_00501-00550.parquet +0 -3
  13. embeddings/part_00551-00600.parquet +0 -3
  14. embeddings/part_00601-00650.parquet +0 -3
  15. embeddings/part_00651-00700.parquet +0 -3
  16. embeddings/part_00701-00750.parquet +0 -3
  17. embeddings/part_00751-00800.parquet +0 -3
  18. embeddings/part_00801-00850.parquet +0 -3
  19. embeddings/part_00851-00900.parquet +0 -3
  20. embeddings/part_00901-00950.parquet +0 -3
  21. embeddings/part_00951-01000.parquet +0 -3
  22. embeddings/part_01001-01050.parquet +0 -3
  23. embeddings/part_01051-01100.parquet +0 -3
  24. embeddings/part_01101-01150.parquet +0 -3
  25. embeddings/part_01151-01200.parquet +0 -3
  26. embeddings/part_01201-01250.parquet +0 -3
  27. embeddings/part_01251-01300.parquet +0 -3
  28. embeddings/part_01301-01350.parquet +0 -3
  29. embeddings/part_01351-01400.parquet +0 -3
  30. embeddings/part_01401-01450.parquet +0 -3
  31. embeddings/part_01451-01500.parquet +0 -3
  32. embeddings/part_01501-01550.parquet +0 -3
  33. embeddings/part_01551-01600.parquet +0 -3
  34. embeddings/part_01601-01650.parquet +0 -3
  35. embeddings/part_01651-01700.parquet +0 -3
  36. embeddings/part_01701-01750.parquet +0 -3
  37. embeddings/part_01751-01800.parquet +0 -3
  38. embeddings/part_01801-01850.parquet +0 -3
  39. embeddings/part_01851-01900.parquet +0 -3
  40. embeddings/part_01901-01950.parquet +0 -3
  41. embeddings/part_01951-02000.parquet +0 -3
  42. embeddings/part_02001-02050.parquet +0 -3
  43. embeddings/part_02051-02100.parquet +0 -3
  44. embeddings/part_02101-02150.parquet +0 -3
  45. embeddings/part_02151-02200.parquet +0 -3
  46. embeddings/part_02201-02250.parquet +0 -3
  47. embeddings/part_02251-02300.parquet +0 -3
  48. embeddings/part_02301-02350.parquet +0 -3
  49. embeddings/part_02351-02400.parquet +0 -3
  50. embeddings/part_02401-02450.parquet +0 -3
README.md DELETED
@@ -1,75 +0,0 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- tags:
4
- - embeddings
5
- - earth-observation
6
- - remote-sensing
7
- - sentinel-2
8
- - satellite
9
- - geospatial
10
- - multi-spectral
11
- - satellite-imagery
12
- pretty_name: a
13
- ---
14
-
15
-
16
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/JDxneZWkFfnfz6r_32zuF.png)
17
-
18
- # Core-S2L1C-SSL4EO 🟥🟩🟦🟧🟨🟪 🛰️
19
- | Dataset | Modality | Number of Embeddings | Sensing Type | Total Comments | Source Dataset | Source Model | Size |
20
- |:--------:|:--------------:|:-------------------:|:------------:|:--------------:|:--------------:|:--------------:|:--------------:|
21
- |Core-S2L1C-SSL4EO|Sentinel-2 (Level 1C)|56,147,150|Multi-Spectral|General-Purpose Global|[Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C)|[SSL4EO-ResNet50-DINO](https://github.com/zhu-xlab/SSL4EO-S12)|252.9 GB|
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
- ## Input data
41
- * Sentinel-2 (Level 1C) multispectral dataset global coverage
42
- * All samples from [**MajorTOM Core-S2L1C**](https://huggingface.co/datasets/Major-TOM/Core-S2L1C)
43
- * Image input size: **224 x 224** pixels, target overlap: 10%, border_shift: True
44
-
45
- ## Model
46
- The image encoder of the [**SSL4EO-ResNet50-DINO model**](https://github.com/zhu-xlab/SSL4EO-S12) was used to extract embeddings.
47
-
48
- ## Example Use
49
- Interface scripts are available at
50
- ```python
51
- from datasets import load_dataset
52
- dataset = load_dataset("Major-TOM/Core-S2L1C-SSL4EO")
53
- ```
54
- ## Generate Your Own Embeddings
55
-
56
- 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).
57
- [![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)
58
-
59
- ---
60
- ## Major TOM Global Embeddings Project 🏭
61
- 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.
62
-
63
- 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.
64
-
65
- 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 💻☁️.
66
- Discover more at [**CloudFerro AI services**](https://cloudferro.com/ai/).
67
-
68
- ## Authors
69
- [**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/)
70
-
71
- # Cite
72
- [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/)
73
-
74
-
75
- Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://philab.esa.int/) in collaboration with [CloudFerro 🔶](https://cloudferro.com/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
embeddings/part_00151-00200.parquet → default/partial-train/0000.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3750d2621564f3c63a0f6935583788cbdadeea023cbb8d18886823cc24aa3e83
3
- size 3917175551
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d7e5dfc81bf5e59cf2273b52298d10afabb00f9db5651b3c87df024709fa22
3
+ size 2692207814
embeddings/part_00001-00050.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcb6f5cda07a16cd668b15faae0025a726e2a1c638b1bd05405b9176154a584b
3
- size 4024850332
 
 
 
 
embeddings/part_00051-00100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b18cb7f6d701c6c8eb82cd5a93d254d2b5ac25fafa2a47ac8e6c60144c9a75b7
3
- size 3860104211
 
 
 
 
embeddings/part_00101-00150.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b483df8a51054a7bab85ca92fd758ee2e8e91c47e1c223a47f77555ae050b0c5
3
- size 4038090035
 
 
 
 
embeddings/part_00201-00250.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4e6efcb5a7a1771fd01822a9227626d660c1ea1d47fac076ffc046288547bd2
3
- size 3941345248
 
 
 
 
embeddings/part_00251-00300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:859c033a13cd4de9d1e658043619fe69fa5cd27a83bcbfd462590a12f2ae1e16
3
- size 4030458309
 
 
 
 
embeddings/part_00301-00350.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e0a13404ae59db7f7923e15491c7847c79d26611fba83bbcfc201f08cee01c3
3
- size 3969583420
 
 
 
 
embeddings/part_00351-00400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a02baf729685fc5eb63c0522deb7f4ca9ef3af5766c63a041a4ae8bdda2c1d4b
3
- size 3899564226
 
 
 
 
embeddings/part_00401-00450.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b05a1d63a224f568db6f2132935076970fb87dd62dfead41317c7efc4a9eb3a6
3
- size 3970702978
 
 
 
 
embeddings/part_00451-00500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17c8d7dbd7caaf0040fdf9732117f8816a70fbccf59c9fd796a9827baaf8d519
3
- size 3901335696
 
 
 
 
embeddings/part_00501-00550.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f610fa31b8f2c59d73110a8735d38477cc24efc651dbbaca952c2f8bc9ea6b6
3
- size 4020744417
 
 
 
 
embeddings/part_00551-00600.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e738c5736f1f5d88389d7407913795b9167fde51d6d0e553359bca864733ec1b
3
- size 3890535501
 
 
 
 
embeddings/part_00601-00650.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:588b715f8b75d0d24dc448270a1019c5c89002135fc551c3eb5bbcf8c43ffffe
3
- size 4009331421
 
 
 
 
embeddings/part_00651-00700.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a56da8040917cf2d1dea7c140af94c1c01acc05fe6650b04df0dbcdc74b9165
3
- size 4020564904
 
 
 
 
embeddings/part_00701-00750.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e61802c4c9de6b014b14cbfde6fabfda0948c0380aba969ab663eed78f01ce99
3
- size 4074312636
 
 
 
 
embeddings/part_00751-00800.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0223e2236adfc7b0d940da5de728537c6a7abeafd95ee96f7433ec8155d9451
3
- size 4029665186
 
 
 
 
embeddings/part_00801-00850.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:803bf05b1d47f5743e52d59a0af3bb47c44986ab13056f3f00e956b7061f2aa4
3
- size 4104929490
 
 
 
 
embeddings/part_00851-00900.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:887905edc9f04c9ad9926a1a3fc5c9f9cf74ef30e3974ea2ad8d3193901be5b9
3
- size 3999422988
 
 
 
 
embeddings/part_00901-00950.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cded1ef1fc04a0c17bfa2c3b90ad7513f694eba3f195d15f42a5d04d40d09d1d
3
- size 3933302559
 
 
 
 
embeddings/part_00951-01000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:93530e9a2119e1211a6b228478ca3383ad00081f5e9694d956ac5d04a32bb42c
3
- size 4028473110
 
 
 
 
embeddings/part_01001-01050.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3683172b96c8f0b6c639f0dd4d25109ea068d960a35cd2b0f7e4fb7e36bc949
3
- size 4026403684
 
 
 
 
embeddings/part_01051-01100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cba501bddf95f57ff45e0f4f4797dea5caca358ecd91ce333d276dcf5b18c924
3
- size 3962598859
 
 
 
 
embeddings/part_01101-01150.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ae9c22c069857c47f603813477b043612d796c27a675d3b6d80c7ebc2ef6347
3
- size 4003939328
 
 
 
 
embeddings/part_01151-01200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:39cbc4fdda52e056035fe4710141f216d1cc1cf33261310e372c5926a3784a14
3
- size 3959644071
 
 
 
 
embeddings/part_01201-01250.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:de442a05467c846d8c7230c725987f54eddddfb3255f31ab2c62c2cdc5c017ce
3
- size 3964743063
 
 
 
 
embeddings/part_01251-01300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7a5a429c46635ed55eb2bbc896c012f1536248e0d15f6a690ab3cc1041ab942
3
- size 4111741904
 
 
 
 
embeddings/part_01301-01350.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f984ab269d920cbe242390d75d1b93e0d70b245dc6f47399d42c8cde1612c10
3
- size 3954827462
 
 
 
 
embeddings/part_01351-01400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c629cd6af5492d14c4c99fe141d2980e20126f3d5fa2ce25e13237bfaf74a5a3
3
- size 4000455533
 
 
 
 
embeddings/part_01401-01450.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d2ac80f3350624164c17bc91e68a38a49f1e4ce253c023d85e595e5bd9b462f
3
- size 3993349096
 
 
 
 
embeddings/part_01451-01500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b7c008fce21d74ac0292e39d56e5d62bbc099d59d948a3984abb572aa2d76ab
3
- size 3938033793
 
 
 
 
embeddings/part_01501-01550.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4e01e4a1eba7756b31885df5d0105237e059df05bfa3c18c3907f749361c887
3
- size 4025581484
 
 
 
 
embeddings/part_01551-01600.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1a63da4eacf1e24e09de88a6badb9eb732719c7c613df25633401867db382f4
3
- size 3983654786
 
 
 
 
embeddings/part_01601-01650.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4572a036232b6201041ecdaee5540d24b1c0cb8794cad51783e29e35f063a3cd
3
- size 3960233196
 
 
 
 
embeddings/part_01651-01700.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6ddc02adbe264d7ac0a7c7eb2f4769ec1940bdf1918cfd8256dc16b3566a839
3
- size 3999100862
 
 
 
 
embeddings/part_01701-01750.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcde4f26c11fead6241efa0cf8b66457ff638709a1f359fc69d9d20aae4de46a
3
- size 3975373665
 
 
 
 
embeddings/part_01751-01800.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b3667b92aeaa02d5da4c0d657e66f5d471437b13e166684c7ef2ed2d23c7671
3
- size 3970930545
 
 
 
 
embeddings/part_01801-01850.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:81d0dae6eec7d504a07186a6ce769ec038384f1aa1184b5247f7d71e82a332c9
3
- size 3992422293
 
 
 
 
embeddings/part_01851-01900.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3b2d6d7f4440e1e64cc60a7f6189e94a58acfbf891b8cd1535ad41a23e03efa
3
- size 4004490875
 
 
 
 
embeddings/part_01901-01950.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8c2aa87e5b63579a063fe1f2a768ce4d18429a89d886789b6103612de2718a8
3
- size 3998294201
 
 
 
 
embeddings/part_01951-02000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2787e5d24c709c3d90aab1d93fe46a57811c2a2c05ba5bd6d9166caa8e92d978
3
- size 3885637074
 
 
 
 
embeddings/part_02001-02050.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ca8d66f53f87b7e101bc70e897e54ac6270fec3a33fd3e5789623a6e64d3b47
3
- size 4009369729
 
 
 
 
embeddings/part_02051-02100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2cef8737bad8f0fc4e0a0cdf7515267320b1e514edd51f7063a2779632da60e
3
- size 3906136657
 
 
 
 
embeddings/part_02101-02150.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6652debf7799989029040fe18d5f2d5fa24b7f6bb4f10c297e888600b40a8b2
3
- size 3954656369
 
 
 
 
embeddings/part_02151-02200.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf9cc5da0fd297257820e3a0d692fb5d1bd0bb1b100b59cfeb237adb939284a9
3
- size 4048093370
 
 
 
 
embeddings/part_02201-02250.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:846704aff4c3159497601b9cbb470ee81d84535c55866246305c23fa2d6a23b8
3
- size 3968225894
 
 
 
 
embeddings/part_02251-02300.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdfe6d5e11635752efb8749f1980b7605f794a1e0d103be5082a23ddd88ed0be
3
- size 3981996838
 
 
 
 
embeddings/part_02301-02350.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e94f855f354ec7b6a201bf65507d636580074ee7780d66555b84c8b1123a3f1
3
- size 3956199717
 
 
 
 
embeddings/part_02351-02400.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:60a3ba1723b755767bc0e48a5a1bd97ef4be4f4095fa2cd64f817859a4bf2b37
3
- size 3924207132
 
 
 
 
embeddings/part_02401-02450.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:34de9d9541f125cbf97b6f9abdeba21d2b6969f891bc87f9e58daeeb624e5172
3
- size 4015569708