GlobalFishingWatch / gpsdio

AIS I/O with Python, dictionaries, and the GPSd AIVDM schema.
Other
6 stars 3 forks source link

Allow external schema registration #111

Closed geowurster closed 9 years ago

geowurster commented 9 years ago

This package is designed to operate in a data processing environment, which means that different users will want different fields. The built-in schema should probably only implement what is defined by the AIVDM protocol.

A setuptools entry-point will probably handle part of this.

geowurster commented 9 years ago

This is blocking #112