https://github.com/opendronemap/images2geojson
Convert OpenDroneMap's images.json image database to GeoJSON point collections.
https://github.com/opendronemap/images2geojson
Last synced: 9 days ago
JSON representation
Convert OpenDroneMap's images.json image database to GeoJSON point collections.
- Host: GitHub
- URL: https://github.com/opendronemap/images2geojson
- Owner: OpenDroneMap
- Created: 2019-05-29T13:33:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T13:37:02.000Z (about 6 years ago)
- Last Synced: 2025-06-21T22:25:03.050Z (13 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# images2geojson
Convert OpenDroneMap's images.json image database to GeoJSON point collections.
## Dependencies
NodeJS/npm are the only dependencies.
## Building
```bash
npm install
```## Running
```bash
node index.js -i /path/to/images.json -o output.geojson -v
```