All Downloads are FREE. Search and download functionalities are using the official Maven repository.

isky.ais-parquet.0.6.3.source-code.fixes.avsc Maven / Gradle / Ivy

Go to download

Convert AIS NMEA to Apach Parquet format for hadoop consumption (or via AWS Athena)

There is a newer version: 0.6.19
Show newest version
{
    "type": "record", 
    "namespace": "au.gov.amsa.risky",
    "name": "FixWithMmsi",
    "fields": [
        {"name":"mmsi" , "type": "int"},
        {"name":"lat" , "type": "float"},
        {"name":"lon" , "type": "float"},        
        {"name":"timeEpochMs" , "type": "long"},
        {"name":"latencySeconds", "type":"int"}, 
        {"name":"source" , "type": ["int", "null"]},
        {"name":"navigationalStatus" , "type": ["int", "null"]},
        {"name":"rateOfTurn" , "type": ["int", "null"]},
        {"name":"speedOverGroundKnots" , "type": ["float", "null"]},
        {"name":"courseOverGroundDegrees" , "type": ["float", "null"]},
        {"name":"headingDegrees" , "type": ["float", "null"]},
        {"name":"aisClass" , "type": "boolean"}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy