Skip to main content

GeoJSON from image metadata

Project description

im2geojson

Unittests codecov

im2geojson is a python package for parsing GeoJSON from image metadata.


Installation

The recommended way to install im2geojson is via pip:

pip install im2geojson

Usage

Simply set the input_directory to the path to your image folders:

python -m im2geojson <path-to-image-folders>
  • Image folders are parsed to GeoJSON FeatureCollections

  • Images are parsed to GeoJSON Features.

  • GeoJSON files are saved to output_directory in a folder named geojson

  • The default is ./assets/geojson


Options

Save Images

--save_images or -s will save images stripped of metadata:

python -m im2geojson <path-to-image-folders> -s
  • Images are saved to output_directory in a folder named images

  • The default is ./assets/images/


Save Thumbnails

--save_thumbanails or -t will save image thumbnails:

python -m im2geojson <path-to-image-folders> -t
  • Thumbnails are saved to output_directory in a folder named images

  • The default is ./assets/images/


Output Directory

-o or --output_directory will set the output_directory:

python -m im2geojson <path-to-image-folders> -o <output_directory>

For example, to set the output_directory to ./output:

python -m im2geojson <path-to-image-folders> -o ./output

API Documentation

Take a look at the API Documentation if you would like to use im2geojson in your own code.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

im2geojson-0.1.9.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

im2geojson-0.1.9-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page