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
- Host: GitHub
- URL: https://github.com/jluispcardenas/image2geojson
- Owner: jluispcardenas
- License: mit
- Created: 2020-10-15T05:17:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T17:12:28.000Z (about 3 years ago)
- Last Synced: 2025-01-15T11:11:19.343Z (4 months ago)
- Topics: geojson, image-processing, opencv, opencv-python, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 lngpositional 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
~~~