Major-TOM
Major-TOM copied to clipboard
Expandable Datasets for Earth Observation
I downloaded some data and noticed that some S2 data is completely black, e.g., grid cell `207D_1378R` or `438U_1009R`. The S1 data looks fine. I used the `filter_download` function that...
Hi! Thanks a lot for releasing the dataset! I have a question about matching S1 and S2 data. > Based on the current processing, we estimate around 75% of the...
Please include python code to recompute thumbnails and also how to compute full scale True Color Images from the three RGB bands, perhaps along the lines of https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-2-msi/definitions. In practice,...
Do you think you could provide a demo of filtering/query speed at different levels of image/request granularity?
- Fix error in get_bounded_footprint what was wrongly indexing by row instead of row_idx ``` Traceback (most recent call last): File "/home/fran/repos/Major-TOM/src/grid.py", line 318, in bbox = grid.get_bounded_footprint(point, buffer_ratio=0.1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
I downloaded the **Core-S2L2A** data and found that there are **7197 repeated grid cells** in the metadata. Some of the rows with the same grid cells are totally the same...
**Made Changes to _grid.py_ file, setup.py and added a notebook _grid_functionality_demo.ipynb_ in /extras** Problem: The grid generation process in grid.py generates points but the footprints or grid polygons generated do...
- Added missing dependencies `torchgeo` and `open_clip_torch` to `setup.py`, which caused import errors. - Fixed an `IndentationError` in `Major-TOM\src\embedder\models\SSL4EO_S2L1C.py` caused by one less space.
@geospatial-jeff has opened an issue on the EG own repo: https://github.com/earth-genome/majortom/issues/4 and it highlights how the official code is not exactly reflecting the formulation presented in the paper. It's up...
Ideally this would include an updated `README.md` with more specific usage examples covering some of the core functionality expected by users (building a grid, finding a cell that overlaps a...