European Ground Motion Cloud Native Data

This repository contains data converted from the original Copernicus European Ground Motion Service datasets. The source data was provided as zipped CSV files and has been transformed into cloud native geospatial formats.
Product Details
Visibility
Public
Created
28 Feb 2025
Last Updated
3 Apr 2025
Product Contents
root
README

European Ground Motion Service Data Conversion

This repository contains data converted from the original Copernicus European Ground Motion Service datasets. The source data was provided as zipped CSV files and has been transformed into cloud native geospatial formats.

Data Sources

Conversion Process

  1. Extraction: Unzipping and parsing CSV files.
  2. Transformation: Converting CSV data into geospatial datasets.
  3. Output: Generating Parquet Geo files for analysis and PMTiles(with only pid and geom and filename) for mapping.

Usage

  • Parquet Geo: Use with cloud-based analytics platforms for fast querying. Example using DuckDB:
1SELECT * FROM read_parquet('https://data.source.coop/youssef-harby/egms-copernicus/L2a/parquet/CY/EGMS_L2a_087_0205_IW2_VV_2019_2023_1.parquet') LIMIT 10;
1SELECT * FROM read_parquet('https://data.source.coop/youssef-harby/egms-copernicus/L2a/parquet/CY/EGMS_L2a_087_0205_IW2_VV_2019_2023_1.parquet') LIMIT 10;
  • PMTiles: Serve directly to web maps or GIS applications for interactive visualization like here.

License & Acknowledgements

Please refer to the original data license provided by Copernicus for usage terms. This conversion project builds on the high-quality datasets provided by the European Ground Motion Service.

Source Cooperative is a Radiant Earth project