GlobalFishingWatch / gpsdio

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

Use a schema validation library? #154

Closed geowurster closed 8 years ago

geowurster commented 9 years ago

Concerned about performance implications, so explain in readme how schema registration is not permanently supported and may change:

geowurster commented 8 years ago

Chose voluptuous but it proved to be far too slow. Now we brew our own in gpsdio.validate. See #162.