Skip to content

evetion/MDAL.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Dev CI Codecov

[WIP] MDAL.jl

Wraps the MDAL (Mesh Data Abstraction Library) in Julia and enables conversion to the GeometryTypes.jl library.

This is a very early work in progress

Install

]add https://github.com/evetion/MDAL.jl

Abstraction

MDAL defines a Mesh as vertices and faces, including Dataset(s), which have a name and define data on either vertices or faces.

Examples

Read in a mesh and retrieve all vertices.

using MDAL

fn = "test/data/test.nc"
mesh = MDAL.load(fn)
collect(coords(mesh))

Releases

No releases published

Packages

No packages published

Languages