Geometric operations for geoprocessing in Julia
Daniel Malafaia
0:00 / 0:00
Geometric operations for geoprocessing in Julia
705 просмотров · 3 года назад
Daniel Malafaia
382 подписчика
705 просмотров · 3 года назад
In this tutorial we will learn how to represent a polygon, do geometrical calculations, Boolean operations between polygons and geometrical set operations between polygons in Julia. We are going to use LibGEOS operations as difference, union and intersection. We are also going to generate the territorial sea of a country based on its shoreline defined in a GeoJSON file. We will plot such territorial sea map and export it also to GeoJSON using Geodesy and ArchGDAL.
Julia Code (Github):
Tutorial 1 : https://github.com/DiracM/JuliaTutori...
Tutorial 2 : https://github.com/DiracM/JuliaTutori...
Julia Code (Mirror):
Julia code code tutorial 1: https://pastebin.com/4jnCMV2J
Julia code code tutorial 2: https://pastebin.com/zv9qiENS
Timecodes:
00:00 – Introduction
03:32 – Simple tutorial for Geometric operations
11:22 – Advanced tutorial to generate the territorial sea map