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
- Host: GitHub
- URL: https://github.com/cleder/osmoapi
- Owner: cleder
- Created: 2016-05-12T09:23:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T23:19:42.000Z (10 months ago)
- Last Synced: 2024-11-08T09:13:13.927Z (6 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
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/