CNES DATA CUBE ERWANN poupart

Slides:



Advertisements
Similar presentations
Lab for Remote Sensing Hydrology and Spatial Modeling Dept. of Bioenvironmental Systems Engineering, NTU Satellite Remote Sensing for Land-Use/Land-Cover.
Advertisements

Prof. Natalia Kussul, PhD. Andrey Shelestov, Lobunets A., Korbakov M., Kravchenko A.
Fabric Management at CERN BT July 16 th 2002 CERN.ch.
The wilderness weather system
5th ESA Advanced Training Course on Land Remote Sensing
Selected results of FoodSat research … Food: what’s where and how much is there? 2 Topics: Exploring a New Approach to Prepare Small-Scale Land Use Maps.
1 | Program Name or Ancillary Texteere.energy.gov Water Power Peer Review Water Use Optimization: Hydrologic Forecasting Presenter: Mark Wigmosta Organization:
Visual Solution to High Performance Computing Computer and Automation Research Institute Laboratory of Parallel and Distributed Systems
Abstract In the case of the application of the Soil Moisture and Ocean Salinity (SMOS) mission to the field of hydrology, the question asked is the following:
Can we use microwave satellite data to monitor inundation at high spatial resolution? Competing issues Passive (high repeat) data have poor (50km) spatial.
Historical Flood Mapping from Satellite Imagery Norman Mueller National Earth Observation Group.
Exploding Earth Observation Data Example: New Zealand is about 270,00 km Landsat Path/Rows – TM/ETM+ – 30m resolution – ~220 images each – ~30 years.
Coupling Climate and Hydrological Models Interoperability Through Web Services Kathy Saint/SGI – NESII Jon Goodall/University of South Carolina Richard.
Chapter 2 Computer Clusters Lecture 2.2 Computer Cluster Architectures.
110/14/2015 User Education, Training & Outreach NOAA’s Changing Landscape Linking Satellite Program to Evolving Operations Anthony Mostek NOAA - NWS –
Application of remote sensed precipitation for landslide hazard assessment Dalia Kirschbaum, NASA GSFC, Code The increasing availability of remotely.
Network UAV C3 Stage 1 Final Briefing Timothy X Brown University of Colorado at Boulder Interdisciplinary Telecommunications Program Electrical and Computer.
Weekly Presentation Fabricio Teles Dutra Goncalves 05/22/2015.
1 Critical Water Information for Floods to Droughts NOAA’s Hydrology Program January 4, 2006 Responsive to Natural Disasters Forecasts for Hazard Risk.
Near Real-Time Verification At The Forecast Systems Laboratory: An Operational Perspective Michael P. Kay (CIRES/FSL/NOAA) Jennifer L. Mahoney (FSL/NOAA)
An Update on COLA’s Software Development Jennifer M. Adams and Brian Doty.
Eric Minner & James Pittman. Outline Project Statement / Motivation Concept overview Quick computer vision overview Demo Lessons Learned Future Work.
INTRODUCTION TO HADOOP. OUTLINE  What is Hadoop  The core of Hadoop  Structure of Hadoop Distributed File System  Structure of MapReduce Framework.
Leverage Big Data With Hadoop Analytics Presentation by Ravi Namboori Visit
Petr Škoda, Jakub Koza Astronomical Institute Academy of Sciences
Overview of research topics
Future Data Access and Analysis Architectures – Discussion
Development of Flood Forecasting for the Ganges and the Brahmaputra Basins using satellite based precipitation, ensemble weather forecasts, and remotely-sensed.
Big Data is a Big Deal!.
Andrew White, Brian Freitag, Udaysankar Nair, and Arastoo Pour Biazar
Brian Johnson and Doug Young
Sushant Ahuja, Cassio Cristovao, Sameep Mohta
Machine Learning Library for Apache Ignite
Joint Research Centre (JRC)
Data Analytics and CERN IT Hadoop Service
Machine Learning & Earth Observation
16th CAA Cross-calibration Workshop
Status and Challenges: January 2017
Distributed Network Traffic Feature Extraction for a Real-time IDS
Assurance Scoring: Using Machine Learning and Analytics to Reduce Risk in the Public Sector Matt Thomson 17/11/2016.
Spark Presentation.
Platform as a Service.
AOGEOSS Task 11. Develop Regional GEOSS Data set.
SDCG Support to Colombia
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Hadoop Clusters Tess Fulkerson.
Graduation Project Kick-off presentation - SET
Coding in the Cloud This slide deck includes recorded video demonstrations of content from the live presentation. Joon-Yee.
Bringing processing Close to the data Richard MORENO CEOS - WGISS
NSF : CIF21 DIBBs: Middleware and High Performance Analytics Libraries for Scalable Data Science PI: Geoffrey C. Fox Software: MIDAS HPC-ABDS.
Monitoring Surface Area Change in Iowa's Water Bodies
DEPT OF CIVIL ENGINEERING, TEXAS A&M UNIVERSITY MAY 03, 2004
What is Pattern Recognition?
Open Data Cubes Cloud Services Experiences and Lessons Learned
Space Climate Observatory
Nathalie Voisin, Andy W. Wood and Dennis P. Lettenmaier
CS110: Discussion about Spark
Introduction to Apache
PEPS and data processing
Andy Wood and Dennis P. Lettenmaier
Lecture 16 (Intro to MapReduce and Hadoop)
Department of Intelligent Systems Engineering
Presented by Derek Bistline
Update on SAR, EO & Disaster Trainings in Vietnam
CNES Capacity Building Activities
2019 VAST-VNSC CEOS Chair initiatives
A Survey of Interactive Execution Environments
VIFI : Virtual Information Fabric for Data-Driven Discovery from Distributed Fragmented Repositories PI: Dr. Ashit Talukder Bank of America Endowed Chair.
Open Data Cube Demo and FDA Interfaces
Presentation transcript:

CNES DATA CUBE ERWANN poupart software ground system ENGINEER at CNES, Toulouse, France Responsible for CNES COPERNICUS DATA processing architecture

outline First data cube experimentations Lessons learnt perspectives

First datacube experimentation in 2016 Flood detection and Flood prevision in India: Australian Geoscience Data Cube V1 Integration of CESBIO algorithms into AGDC framework Experimentation of machine learning (apache spark) algorithm for the flood prevision use case Five Data Cube ingesters were built: S1 IW GRD data (res = 25m) NOAA precipitation forecasts Actual SMOS L3 moisture data (res = 25 km), percentile precipitation and percentile moisture statistic data (Colorado University)

First data cube experimentation in 2016 Flood detection with data cube: One reference image has to be defined Automatic thresholds computation for each image in the time series Recognition of permanent water areas, flooded/dried areas, permanent dried areas Lessons learnt: interesting results

First data cube experimentation in 2016 Flood risk forecasting with data cube: Precipitation risk computation Soil moisture flood risk computation Result : 5-class probability of a flood event (worldwide) no risk, low, medium, high, very high risk At SMOS resolution (25 km) Machine learning experimentation (Spark, MLLib library) comparing previsions with observations Lessons learnt: Further developments are necessary Difficulties to handle heterogeneous resolutions from SMOS and Sentinel1 data

First data cube experimentation in 2016 Lessons learnt summary: Very interesting concept. However, how to ease the use of heterogeneous data with heterogeneous resolutions ? What size of data cube tiles ? Some other points about performance that came out the study: May be deprecated now ? File access parallelisation ? Python HDF5 vs Python GDAL binding, compression methods, etc. BIDS’16 conference: Flood forecasting and monitoring using Sentinel-1 and SMOS satellites: A supervised and predictive modeling David Bastide (Capgemini), Jérôme Gasperi (CNES), Yann Kerr (CESBIO), Richard Moreno (CNES), Pierre Villard (Capgemini)

second data cube experimentation in 2017 Jupyter notebook experimentation and comparative study: AGDC V2. Using Sentinel-2 data Main goal : Focus on jupyter notebook to show prototyping capabilities using Sentinel-2 data. Comparison with some Google Earth Engine capabilities, etc. A prototype has been built: AGDC V2 installed natively on one physical node of CNES HPC cluster, Jupyter notebook server « docker-installed » on one frontal processing linux server Possible demonstration … but it takes some time This prototype is currently being used to study how to use CNES Orfeo ToolBox (opensource processing library of remote sensing images) in the AGDC framework

second data cube experimentation in 2017 Jupyter notebook screenshot:

perspective Future use of Data cube: Data Cube concept is a good concept, What about the idea of a Pyramidal Data Cube concept ? Goal : To ease the processing of multi-resolution data This concept does already exist in Google Earth Engine and is called “scale of analysis” which is the resolution used for the data processing. The scale at which to request inputs to a computation is determined from the output CNES has planned a study on this topic that should start at the beginning of 2018 Machine learning in the area of image data classification is also in our plans

perspective Data Cube server Data Cube consumer process CNES COPERNICUS DATA processing architecture