{"id":24696748,"url":"https://github.com/raythurman2386/gis-playground","last_synced_at":"2026-02-11T05:03:02.145Z","repository":{"id":273159734,"uuid":"918485376","full_name":"raythurman2386/gis-playground","owner":"raythurman2386","description":"GIS Playground is a comprehensive web-based GIS application that combines multiple data sources and provides advanced spatial data visualization and analysis capabilities. The application features real-time wildfire data integration, intelligent spatial data processing, and interactive mapping functionality.","archived":false,"fork":false,"pushed_at":"2025-01-28T15:42:26.000Z","size":1703,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T02:06:03.592Z","etag":null,"topics":["flask","gdal","geopandas","leaflet","nltk","scikit-learn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raythurman2386.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-18T03:48:29.000Z","updated_at":"2025-01-28T16:13:40.000Z","dependencies_parsed_at":"2025-01-26T17:20:20.285Z","dependency_job_id":null,"html_url":"https://github.com/raythurman2386/gis-playground","commit_stats":null,"previous_names":["raythurman2386/gis-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raythurman2386%2Fgis-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raythurman2386%2Fgis-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raythurman2386%2Fgis-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raythurman2386%2Fgis-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raythurman2386","download_url":"https://codeload.github.com/raythurman2386/gis-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244901085,"owners_count":20528856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","gdal","geopandas","leaflet","nltk","scikit-learn"],"created_at":"2025-01-27T02:03:10.967Z","updated_at":"2026-02-11T05:03:02.133Z","avatar_url":"https://github.com/raythurman2386.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GIS Playground\n\nGIS Playground is a comprehensive web-based GIS application that combines multiple data sources and provides advanced spatial data visualization and analysis capabilities. The application features real-time wildfire data integration, intelligent spatial data processing, and interactive mapping functionality, making it a versatile tool for geographic data exploration and analysis.\n\n![GIS Playground](app/static/images/gis_playground.png)\n\n## Features\n\n### Data Integration\n- Real-time wildfire data from ESRI's feature services\n- Support for multiple spatial file formats:\n    - Shapefiles\n    - GeoJSON\n    - CSV (with spatial coordinates)\n    - GeoPackage\n- Custom Layer visualization\n- Multiple base map options\n\n### Intelligent Processing\n- AI-assisted layer naming and description generation\n- Automated data quality analysis\n- Spatial clustering for large datasets\n- Smart attribute analysis and validation\n\n### Data Management\n- Automated CRS standardization\n- Geometry validation and repair\n- Multi-layer GeoPackage support\n- Comprehensive error handling and validation\n\n### Visualization\n- Interactive map interface\n- Dynamic layer toggling\n- Feature property inspection\n- Custom styling options\n\n## Prerequisites\n\n- Python 3.8+\n- PostgreSQL with PostGIS extension\n- GDAL/OGR libraries\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/gis-playground.git\ncd gis-playground\n```\n\n2. Create and activate a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install required packages:\n```bash\npip install -r requirements.txt\n```\n\n## Project Structure\n\n- `app/`: Source code directory\n    - `database/`: Data processing and management\n    - `models/`: API interaction\n    - `routes/`: API interaction\n    - `static/`: Static files (CSS, JS, Images)\n    - `templates/`: HTML templates\n    - __init__.py: Package initialization\n- `config/`: Configuration files\n- `data/`: Raw and processed data storage\n- `logs/`: Log files\n- `processors/`: Data processing scripts\n    - File type-specific processors (Shapefile, CSV, GeoJSON, GeoPackage)\n- `tools/`: Geoprocessing tools\n    - `validation/`: Geometry and attribute validation\n    - `conversion/`: CRS and format conversion\n    - `analysis/`: Spatial analysis tools\n    - `ai/`: AI-assisted processing tools\n- `utils/`: Utility functions\n- `requirements.txt`: List of dependencies\n- `README.md`: Project documentation\n- `manage.py`: Database management commands\n- `run.py`: Main Flask application\n\n## Key Components\n\n### Data Processors\n- Shapefile Processor: Handles ESRI Shapefile processing\n- CSV Processor: Processes CSV files with spatial coordinates\n- GeoJSON Processor: Manages GeoJSON file processing\n- GeoPackage Processor: Handles multi-layer GeoPackage files\n\n### Tools\n- Geometry Validation: Ensures spatial data integrity\n- CRS Conversion: Standardizes coordinate reference systems\n- Smart Processing: AI-assisted data analysis and naming\n\n## Usage\n\n1. Start the Flask development server:\n```bash\npython run.py\n```\n\n2. Open your web browser and navigate to `http://localhost:5000`\n\n3. Upload spatial data through the interface:\n    - Supports multiple file formats\n    - Automatic processing and validation\n    - AI-assisted naming and description\n    - Quality analysis reporting\n\n## Future Enhancements\n\n- Census data integration\n- Advanced spatial analysis tools\n- Custom styling interface\n- Batch processing capabilities\n- Enhanced AI features\n\n## Acknowledgments\n\n- ESRI for real-time wildfire data\n- OpenStreetMap contributors\n- Leaflet.js community\n- GDAL/OGR project\n\n## Additional Resources\n\n- [Leaflet Documentation](https://leafletjs.com/reference.html)\n- [PostGIS Documentation](https://postgis.net/documentation/)\n- [GDAL/OGR Documentation](https://gdal.org/api/index.html)\n- [Leaflet Providers](https://leaflet-extras.github.io/leaflet-providers/preview/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraythurman2386%2Fgis-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraythurman2386%2Fgis-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraythurman2386%2Fgis-playground/lists"}