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

https://github.com/cleder/osmoapi

OsmOApi is short for OpenStreetMap OAuth API. Create OSM Features when you are logged in with the OSM OAuth protocol
https://github.com/cleder/osmoapi

Last synced: 5 months ago
JSON representation

OsmOApi is short for OpenStreetMap OAuth API. Create OSM Features when you are logged in with the OSM OAuth protocol

Awesome Lists containing this project

README

        

Introduction
=============

OsmOApi is short for OpenStreetMap_ OAuth_ API.

The authorization is not in the scope of this package, you can use python-social-auth_ for this

It takes a geo_interface_ compatible dictionary to create OSM Features.

Usage
=====

see: https://github.com/cleder/os-opendata-edubase/blob/master/osschooldata/schools/views.py

.. image:: https://travis-ci.org/cleder/osmoapi.svg?branch=master
:target: https://travis-ci.org/cleder/osmoapi
:alt: Tests

.. image:: https://coveralls.io/repos/github/cleder/osmoapi/badge.svg?branch=master
:target: https://coveralls.io/github/cleder/osmoapi?branch=master
:alt: coverage

.. image:: https://readthedocs.org/projects/openstreetmap-oauth-api/badge/?version=latest
:target: http://openstreetmap-oauth-api.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. _python-social-auth: https://pypi.python.org/pypi/python-social-auth
.. _geo_interface: https://gist.github.com/2217756
.. _OpenStreetMap: https://www.openstreetmap.org/
.. _OAuth: http://oauth.net/