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

https://github.com/jluispcardenas/image2geojson

Image 2 GeoJSON
https://github.com/jluispcardenas/image2geojson

geojson image-processing opencv opencv-python python3

Last synced: 2 months ago
JSON representation

Image 2 GeoJSON

Awesome Lists containing this project

README

        

# IMAGE 2 GeoJSON

Converts an image file to GeoJSON.

## Installing

`pip install image2geojson`

## Usage

~~~
usage: image2geojson [-h]
file output lat lng

positional arguments:
file source image
output output GeoJSON file
lat latitude of the center point
lng longitude of the center point

~~~

## Example

~~~
$ image2geojson screen.png output.json -103.3034325 20.5254661
~~~