question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prototype image overlay for sentinel 2 and landsat images

See original GitHub issue

This 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:closed
  • Created 7 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ddohlercommented, Nov 4, 2016

I played around with Sentinel2 on the example a bit and noticed a couple further things:

  1. The Sentinel2 images are in UTM, which means that we will need to ingest or determine the UTM zone of the thumbnail and provide it to the frontend in order to transform the coordinates, because the zone will be different depending on what part of the world the scene is from.
  2. At least with Sentinel2, there seem to be mismatches between the thumbnails and map tiles as you get further from the equator, see below (for reference, this is http://sentinel-s2-l1c.s3-website.eu-central-1.amazonaws.com/#tiles/19/V/EF/2016/8/2/0/ and it is from Ungava Bay which is in the northern part of Newfoundland and Labrador): rfthumbnails
0reactions
jisantuccommented, Nov 4, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found