:py:mod:`gnome.outputters.geo_json` =================================== .. py:module:: gnome.outputters.geo_json .. autoapi-nested-parse:: GeoJson outputter Does not contain a schema for persistence yet Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: gnome.outputters.geo_json.TrajectoryGeoJsonOutput gnome.outputters.geo_json.IceGeoJsonOutput .. py:class:: TrajectoryGeoJsonOutput(round_data=True, round_to=4, output_dir=None, **kwargs) Bases: :py:obj:`gnome.outputters.outputter.Outputter` class that outputs GNOME results in a geojson format. The output is a collection of Features. Each Feature contains a Point object with associated properties. Following is the format for a particle - the data in <> are the results for each element. :: { "type": "FeatureCollection", "features": [ { "geometry": { "type": "Point", "coordinates": [ , ] }, "type": "Feature", "id": , "properties": { "current_time":