Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

pnorman/osmdifffetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for use in your project (assuming you're using git)

git submodule add git://github.com/pnorman/osmdifffetcher.git osmdifffetcher

then from your python file

include osmdifffetcher

myfetcher = osmdifffetcher.DiffFetcher()

myfetcher.init_latest()

then myfetcher.next() to get the latest diff or return none if there isn't one ready yet.

About

Fetches OSM Replication Diffs

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages