Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openstreetmap/airs
Aerial Imagery Request System
https://github.com/openstreetmap/airs
aerial-imagery imagery openstreetmap
Last synced: about 1 month ago
JSON representation
Aerial Imagery Request System
- Host: GitHub
- URL: https://github.com/openstreetmap/airs
- Owner: openstreetmap
- License: cc0-1.0
- Created: 2024-05-14T19:05:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T19:26:48.000Z (6 months ago)
- Last Synced: 2024-09-30T10:20:44.126Z (about 1 month ago)
- Topics: aerial-imagery, imagery, openstreetmap
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aerial Imagery Request System (AIRS)
AIRS is an issue tracker designed to streamline the requesting of aerial imagery for OpenStreetMap contributors.
It verifies requests against existing imagery, ensuring there are no overlaps with current data.
## Features
- **Polygon Submission**: Users submit requests using GeoJSON to specify the area of interest - which can be as simple as a box or as detailed as a country's border.
- **Imagery Quality Criteria**: Users indicate the desired resolution and time box for imagery requests.
- **Automated Validation**: Automated checks for overlap with existing aerial imagery.## Getting Started
### Prerequisites
- GitHub Account
- Basic understanding of GeoJSON format### Submitting an Imagery Request
1. **Navigate to the Issues tab** of the AIRS GitHub repository.
2. **Click on 'New Issue'** and choose the Aerial Imagery Request template.
3. **Fill out the form**:
- **Title**: Provide a concise title for your imagery request.
- **Location Polygon (GeoJSON)**: Use [geojson.io](http://geojson.io/) to draw your area or download pre-defined poly files from [Geofabrik](http://downloads.geofabrik.de) and upload them there. Save the geojson file and attach it to your issue.
- **Resolution**: Select the desired resolution (High, Medium, Low).
- **Time Box**: Specify the timeframe for which the imagery is relevant.
4. **Submit the issue**. Your request will be automatically validated, and be available for imagery providers to answer.### Receiving Feedback
- Once your request is automatically validated, you will receive a comment detailing the results.
- If an imagery provider is interested in providing imagery, they will comment on your issue.## Contributing imagery
If you are an imagery provider, contributions to AIRS are welcome! Here’s how you can help:
- **Locking an issue**: To avoid double work, comment on an issue if you are working on it.
- **Adding imagery to indexes**: Add your imagery to the indexes at [ELI](https://github.com/osmlab/editor-layer-index/) and [JOSM](https://josm.openstreetmap.de/wiki/Maps).
- **Comment on issue**: If your new imagery covers some or all of a request, comment on the issue.