Introduction on Geospatial operations and how to use KML files in Julia

Опубликовано: 26 Июнь 2026
на канале: Daniel Malafaia
638
15

In this tutorial we will create and read KML files with polygons by using the Generic Mapping Tools (GMT) for GIS applications. Convert from KML to WGS84 and then to UTM by using Geodesy.jl from the JuliaGeo package. We will also import in Julia KML files generated by Google Earth and we will be using it and GMT to display the map results.

Julia code source (github): https://github.com/DiracM/JuliaTutori...
Julia code source (mirror): https://pastebin.com/kv3q2wjw

Timecodes
00:00 – Introduction
05:03 – Creating a lat/lon point in Julia and exporting to KML
10:38 – Import a polygon exported from Google Earth and transform it
21:05 – Create a polygon in Julia and export it to KML
29:50 – Plot polygons on a map with GMT