Thanks for letting us know @jdh -- I've asked the team to see how we can change our reader to include AWS credentials.
Thank you for the information, @jdh!
Could this have a massive impact to the free, full and open data policy of Copernicus/Sentinel, @daleatsafe? Could you or the team suggest another workaround to get Sentinel data?
Thank you for the information, @jdh!
Could this have a massive impact to the free, full and open data policy of Copernicus/Sentinel, @daleatsafe? Could you or the team suggest another workaround to get Sentinel data?
As far as I am aware, the copernicus scihub has no intention of becoming pay to play.
You can access sentinel data for free from
https://scihub.copernicus.eu/.
Use the open hub for an interactive session, and the api hub if you want to script your data access.
Both require a free registration.
As far as I am aware, the copernicus scihub has no intention of becoming pay to play.
You can access sentinel data for free from
https://scihub.copernicus.eu/.
Use the open hub for an interactive session, and the api hub if you want to script your data access.
Both require a free registration.
Has anyone any experience with using for instance the httpcaller transformer for downloading from scihub via FME? And wants to share it?
Thank you for the information, @jdh!
Could this have a massive impact to the free, full and open data policy of Copernicus/Sentinel, @daleatsafe? Could you or the team suggest another workaround to get Sentinel data?
Hey @andeh, I'm currently working on this thing. I will share my solution within next week!
Hey @andeh, I'm currently working on this thing. I will share my solution within next week!
Many thanks @abal! Excited to see what you come up with:-)
Thanks for letting us know @jdh -- I've asked the team to see how we can change our reader to include AWS credentials.
Just saw that a fix will be put into FME 2018.1.x shortly -- will be available by early Sept. latest.
Hey @andeh, I'm currently working on this thing. I will share my solution within next week!
Same issue, would love to see a scihub x FME workflow solution.
So I had a bit of time today and decided to put together a scihub custom transformer for downloading Sentinel-2 imagery. sentinel2querier.fmx
This is a beta version, and I don't guarantee it will work in all circumstances, feedback is welcome.
This transformer does not immediately download the data, it creates footprints for all images that intersect the area of interest (trigger polygon) that meet the criteria (date range and cloud cover).
These footprints contain all the metadata available for the image as well as an explicit url to download the full version of the data (_data_URL).
@andeh , @harijsijabs , @abal
Update: The Sentinal-2 AWS reader now allows user to supply s3 credentials for access. The updated feature can be found in our latest 2018.1.0.2 available here.
Just arrived in the FME Hub: The SentinelDownloader Transformer:
https://hub.safe.com/transformers/sentineldownloader
This looks like a pretty good alternative to the SentinelQuerier since it outputs the data bandwise and let you automate upcoming processes.