1
0
Fork
You've already forked libosmaccess
0
A simple library to access OSM PBF files
  • C 99.5%
  • Makefile 0.5%
Find a file
2014年09月19日 09:44:14 +02:00
benchmarking.c (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
fileformat.pb-c.c (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
fileformat.pb-c.h (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
fileformat.pb-c.o (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
libosmaccess.a (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
libosmaccess.c (split)Commit pre-split (I am making this a solitary project) 2014年09月19日 08:42:20 +02:00
libosmaccess.o (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
libosmpbf.a (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
LICENSE Initial commit 2014年09月19日 08:50:30 +02:00
Makefile (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
osmaccess.h (split)Commit pre-split (I am making this a solitary project) 2014年09月19日 08:42:20 +02:00
osmformat.pb-c.c (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
osmformat.pb-c.h (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
osmformat.pb-c.o (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
README.md Readme improved 2014年09月19日 09:44:14 +02:00
testosmaccess (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00
testosmaccess.c (split)von der struktur her sollte das jetzt so ok sein 2013年07月14日 22:40:49 +02:00

libosmaccess

A simple library to access OSM PBF files

This should have become similar to osmium. Currently it simply may serve as an example how to access OSM PBF from C. The lib is at the point where the file is parsed and could be accessed.