Forked from deepstate-map-data by cyterat
Modified and extended by Zsolt Lazar
This repository collects daily GeoJSON data from DeepStateMap.Live, representing current Russian-occupied areas in Ukraine.
This fork introduces automation enhancements and adds a cumulative CSV aggregation feature, making the data more accessible for OSINT workflows and time-series analysis.
The data/ folder contains up-to-date Multipolygons in GeoJSON format.
- Filename format:
deepstatemap_data_<update_date>.geojson - Update frequency: Daily, at 03:00 UTC via GitHub Actions
Note: The Kaggle dataset upload process creates a temporary
kaggle_datasetfolder inside the GitHub Actions runner environment to prepare files for upload. This folder is not created or committed inside GitHub repository and does not affect repo structure.
- Added automatic daily CSV aggregation across all GeoJSON files
- Ensures a continuously growing CSV file for easier analysis
- Automatic upload of the updated dataset to Kaggle for easy access and sharing
- Structured for OSINT dashboards and geospatial workflows
- Improved code readability and modularity
This project is based on the work by Original Author.
All original licensing terms apply and are retained.
This fork is maintained for educational, analytical, and academic purposes.