mapbox / geobuf

A compact binary encoding for geographic data.
ISC License
967 stars 84 forks source link

How to: Incremental parsing/partial read #120

Open nems808 opened 2 years ago

nems808 commented 2 years ago

The documentation says that it should be easy to do incremental parsing or partial reads. Can someone please post an example on how to do this? For example, let's say I have a geobuf that I am trying to decode, how would I get all the features that have property.id = 1?