-
Thanks for this fab course. These notes work great to import and map geojson and csv files. Is there an extension to read and map gpx tracks and waypoints (read_gpx?) or do I have to convert them all to geojson - or geoparquet |
Beta Was this translation helpful? Give feedback.
Answered by
bouton
Oct 15, 2024
Replies: 2 comments
-
Got it - con.sql("SELECT * FROM ST_Read('myfile.gpx', layer='tracks');") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
-
Great to see that you figured it out on your own. Thank you for sharing the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it - con.sql("SELECT * FROM ST_Read('myfile.gpx', layer='tracks');")