Level Compiler (LC) is an integrated stratigraphic management software capable of creating and managing correlation models of sedimentary sequences. The system enables the management of multiple sediment cores on a unified depth or age scale. It also incorporates a "divider" that reprojects actual stratigraphic samples onto modelled depths, facilitating precise correlation across different researchers.
- Windows11
- macOS (+Apple silicon)
- Download installer (*.exe) from the right panel "Releases".
- Run downloaded exe file. If Windows displays a “Windows protected your PC” or “Unknown publisher” message, click More info and then Run anyway to proceed with installation.
- Download installer (*.dmg) from the right panel "Releases".
- Run downloaded "*.dmg" file and install Level Compiler.
The detailed usage will be uploaded by this summer.
-
- About Level Compiler
- 1.1. Load correlation and age models 'Load models' (English / 日本語)
- 1.2. Load section images 'Load section images' (English / 日本語)
- 1.3. Plot data -Plotter-
- 1.4. Batch depth conversion -Converter-
- 1.5. Calc sampling depth -Divider- 'Divider Usage (English / 日本語)'
- 2.1. Description on core image -Labeler- 'Labeler Usage (English / 日本語)'
- 2.2. Make model from GUI 'Make model by GUI (English / 日本語)'
- 2.3. Make model from spreadsheet 'Make model by csv (English / 日本語)'
This section is optional. If it is not necessary, please proceed to the next section.
This step explains how to build the application from the source code.
- Windows11 & Mac (+Apple silicon)
-
Download and install Python3 from official site.
-
Download and install Node.js form official site.
-
Download and this repository from right upper green "Code" > "Download Zip".
-
Unzip the downloaded Zip file.
-
Start terminanl and move to the unzipped directory using change directory command("cd") and list segments command("ls").
-
Run the following code into the terminal to Install requirement packages.
npm install npm list
-
Run the following code into the terminal to build executable file.
- Windows11
npm run build:win
- Mac (+Apple silicon)
npm run build:mac
-
Signing to the application (more optional)
- Install Command line developper tools.
- Generate Certificate Signing Request(CSR) file from Keychain.
- Enroll in the Apple Developer Program.
- Generate the Developer ID Application certificate(*.cer) from ADP using CSR.
- Download and install CER file.
- Download Apple PKI file.
- Check “Trust" the certificate.
- The app will be automatically signed during the build process.
-
Move to next section.