Skip to content

Geoalert/mapflow-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapflow SDK

Python library for easy acceess to Mapflow API.

You can find it useful, if

  • If you are a GIS researchers, you can use it in Jupyter notebooks or scripts
  • If you are a Python developer and want to access Mapflow API from your application

You can use Mapflow API directly, but this SDK provides easier access from your Python code.

Requirements

  • Python 3.8+
  • python-requests
  • registration at Mapflow.ai

Installation

pip install mapflow-sdk

Obtain API token

Visit account/API section and get token to use it with API

Basic usage

See example

cd example
python3 example.py <YOUR_MAPFLOW_TOKEN>

The example will create file output.geojson

About

Python library for easy acceess to Mapflow API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages