Prototype image overlay for sentinel 2 and landsat images
See original GitHub issueThis task is to prototype image overlays using sentinel 2 and landsat 8 thumbnails. The goal here is to see how difficult it is using information we already have, if there is information available (e.g. tile footprint vs data footprints) that we can use to make this possible.
The output of this should be a simple index.html
page with an accompanying index.js
and any other required assets that can be served via a simple fileserver to show thumbnails on the map.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Sentinel-2A MSI and Landsat 8 OLI Provide Data ... - MDPI
This paper aims at evaluating Sentinel-2A MSI band ratio products that are relevant for geological remote sensing. A Sentinel-2A MSI and a Landsat...
Read more >Sentinel-2 cropland mapping using pixel-based and object ...
In this study, Sentinel-2 time series served as data input for cropland mapping using the TWDTW method. The analysis was applied on pixels...
Read more >Examples of a Sentinel-2 100 ? 100 km 2 images (tile 33UXP ...
Examples of a Sentinel-2 100 ? 100 km 2 images (tile 33UXP, covering the region between Vienna and Bratislava, acquired on 6 May...
Read more >Fusion of Landsat and Sentinel Data to Offer More ... - USGS.gov
Harmonized Landsat-Sentinel (HLS) data will be available through the Land ... two people taking a picture of a stop sign from 50 yards...
Read more >Loading Sentinel-2 data into Google Earth Engine - YouTube
Getting started with using GEE for analysing earth observation data doesn't have to be painful! In this video I'll show you how to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I played around with Sentinel2 on the example a bit and noticed a couple further things:
On the landsat tiles, the .MTL metadat file had both lat/lon and some other coordinate system available, so I opted to send lat/lon. @Lknechtli had already demonstrated reprojecting before displaying on the Sentinel-2 data, so I picked the easier numbers to find and deal with.