JuliaVTK / ReadVTK.jl

Julia package for reading VTK XML files
https://juliavtk.github.io/ReadVTK.jl
MIT License
30 stars 9 forks source link

Support RectilinearGrid files #16

Closed boriskaus closed 1 year ago

boriskaus commented 1 year ago

This adds support for RectilinearGrid (*.vtr) files, and includes routines to retrieve 1D coordinate vectors. It also includes get_data_reshaped which reshapes the structured data in the appropriate formatfor ImageData and RectilinearGrid.

boriskaus commented 1 year ago

thanks a lot for the quick review! I've added the requested changes.

coveralls commented 1 year ago

Coverage Status

Coverage: 93.846% (+0.7%) from 93.191% when pulling 9ed6fbf3b9586ce86bf22403d6c55dbe76c09832 on boriskaus:bk-support-vtr into 082c072587f83706c71b4644a1be31b49ff5f8a0 on trixi-framework:main.