Skip to content
Binh Vu edited this page May 14, 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 with the help of D-REPR. MINT-Transformation takes care of reading and writing data from/to different data formats while users can implement the transformations using a common graph-like representation.

List of currently supported adapters can be found here.

The stream version of the framework is coming soon. This update allows the pipeline to be run against large datasets of multiple TBs

Clone this wiki locally