AstroGeoStats is an open-source computational framework designed for archaeoastronomical research.
The project combines:
- astronomical simulations,
- spatial geometry,
- statistical inference,
- Monte Carlo analysis,
- and historical sky reconstruction
to evaluate potential correlations between ancient monuments and celestial patterns.
The framework aims to provide reproducible and scientifically grounded methodologies for studying possible astronomical alignments in ancient architecture.
AstroGeoStats/ │ ├── data/ │ ├── giza_coordinates/ │ ├── astronomical_catalogs/ │ └── simulations/ │ ├── notebooks/ │ ├── sky_reconstruction.ipynb │ ├── monte_carlo_analysis.ipynb │ └── geometry_alignment.ipynb │ ├── src/ │ ├── astronomy/ │ ├── geometry/ │ ├── statistics/ │ └── visualization/ │ ├── results/ │ ├── docs/ │ ├── tests/ │ ├── README.md ├── requirements.txt ├── LICENSE └── .gitignore