Skip to content

Loop3D/LoopProjectFile

Folders and files

NameName
Last commit message
Last commit date
Dec 16, 2024
Dec 16, 2024
Dec 16, 2024
Sep 25, 2024
Jan 18, 2023
May 8, 2024
Dec 16, 2024
Dec 16, 2024
Mar 13, 2021
May 21, 2023
Feb 5, 2024
Mar 16, 2021
Dec 13, 2024
Dec 13, 2024
Oct 2, 2024
Aug 11, 2022
Dec 13, 2024

Repository files navigation

Loop Project File Documentation {#mainpage}

Loop Project Loop Project Website

What is Loop?

The Loop platform is an open source 3D probabilistic geological and geophysical modelling platform, initiated by Geoscience Australia and the OneGeology consortium. The project is funded by Australian territory, State and Federal Geological Surveys, the Australian Research Council and the MinEx Collaborative Research Centre.

What is a Loop Project File?

A Loop Project File encapsulates all the data and models used or created in a Loop workflow. This includes the ability to create meta-data which provides provenance of the data and the methodology and history of how models are used and produced. The Loop Project File is based on netCDF and has APIs for C/C++ and Python (with the intention of creating a Fortran API in the future).

Why use a project file?

There are several benefits to using a single project file. These include encapsulating the information in a single place, server storage and retrieval enabling batching of model creation over multiple servers, easily shared workflows, and storage efficiency among many more.

Why use netCDF?

netCDF enables multi-dimensional data structure storage in a highly compressed format as well as data attribution for meta-data all within a single data file.

Licencing

The Loop Project File python repository is under the MIT license