Skip to content

ENH: .gpx output in addition to geoJSON #4

Description

@KCollins

Description

Might be useful to be able to convert geoCSVs to gpx (works on Google MyMaps, where geoJSON does not).

Potential impact

Not critical; potential nice-to-have.

Potential solution(s)

Could either convert geoCSV to gpx or geoJSON to gpx.

For the latter, this might work but I'm running into bugs.

import geopandas as gpd
gdf = gpd.read_file('tmp/AMAT01RR_1min.geoJSON')
gdf.to_file('tmp/AMAT01RR_1min.gpx', 'GPX')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions