Skip to content

iamaleksandra/Gaia-SDSS-Extinction-Forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaia–SDSS Extinction Forecasting Pipeline

Data pipeline that integrates Gaia DR3 and SDSS DR13 catalogs using ADQL and Python to model and forecast interstellar extinction and generate large-scale sky maps.

This project demonstrates SQL-based data extraction, ETL workflows, feature engineering, supervised regression modeling, and visualization of astrophysical data at scale.


Project overview

The goal of this project is to predict interstellar extinction using astrometric and photometric measurements from Gaia, cross-matched with SDSS extinction measurements.

The pipeline includes:

  • ADQL query to extract cross-matched Gaia and SDSS sources
  • Data extraction using astroquery TAP interface
  • ETL workflow: raw data extraction and transformation
  • Feature engineering using astrometric quality and photometric parameters
  • Supervised machine learning regression model
  • Statistically calibrated confidence intervals estimation
  • Visualization of predicted extinction

Data sources

  • Gaia DR3 — astrometry and photometry
  • SDSS DR13 — extinction measurements (extinction_u)
  • Cross-match: gaiadr3.sdssdr13_best_neighbour

Access via ESA Gaia Archive TAP service.


About

ETL and machine learning pipeline using Gaia and SDSS data to predict and map interstellar extinction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages