Skip to content
Minh Pham edited this page May 13, 2020 · 11 revisions

Welcome to the MINT-Transformation wiki!

A framework to construct a transformation pipeline based on a given specifications

Our framework can incoporate general transformation libraries (e.g. GDAL, xarray) in form of wrapper functions and perform these implemented transformation operations. For instance, we already imported Topoflow transformation notebook in our system.

Our framework also allows users to write format-independent transformation functions using our data representation D-REPR. MINT-Transformation takes care of reading and writing data from/to different data formats while users can implement the transformations using our graph-like internal representation.

List of currently supported adapters can be found here.

Clone this wiki locally