An open API service indexing awesome lists of open source software.

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.

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
```