Input/Output

The GeoIO.jl package can be used to load/save mesh data in various different formats, including VTK, GIS, PLY and many other formats. The package provides two functions GeoIO.load and GeoIO.save, which are self-explanatory:

geotable = GeoIO.load("data.vtr")
GeoIO.save("data.vtu", geotable)

Please check the Geospatial Data Science with Julia book for more information.