GlobalFishingWatch / gpsdio

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

gpsdio info command #86

Closed geowurster closed 9 years ago

geowurster commented 9 years ago

We need a better info command. The rio/fio info model works well, and allows the user to get serialized stats as JSON or individual members.

Needs to report:

The MMSI histogram could easily be thousands of lines long if run on a large chunk of data so it should be off by default. Need to decide if the types histogram should be off by default.

geowurster commented 9 years ago

Currently under development in an info branch.