Data Transformation and Management
This section allows you to process and refine uploaded datasets for analysis.
Calculator:
Write your formula (e.g., "PET - Precipitation" for water deficit)
Name your output variable and run the calculation

Convert CSV to NetCDF:
Upload your CSV file.
Select the column names that you want to convert.
Name your output file.

Clip NC with SHP:
Start Clipping: Click the "Start Cliping" button.
Save Output: Choose "Save NetCDF File" to save the cropped NetCDF file.

Find Missing Time Steps in NetCDF:
Select Frequency: Choose daily/monthly/yearly.
Run Analysis: Click "Find & Fill Missing Time Steps" → auto-detects gaps.
Download:
CSV
(missing dates log)NetCDF
(with identified time steps)

Interpolate Missing Values:
Fill NaNs Along One Dimension
Select Method: Choose (Linear, Cubic, Nearest).
Pick Dimension: Time/Latitude/Longitude.
Run: Click "Fill NaNs Along Selected Dimension".
Output: Interpolated NetCDF file.
Fill NaNs Across All Dimensions
Select Method: Choose (Linear, Cubic, Nearest).
Run: Click "Fill NaNs Across All Dimensions".
Output: Fully interpolated NetCDF file.


Merge NetCDF Files:
Option 1: Concatenate (Along time/variables)
Select Method: Choose "Concatenate".
Pick Dimension: Time/Latitude/Longitude.
Upload Files: Select all NetCDFs to combine.
Download: Single merged file (
.nc
).
Option 2: Merge (Grid-based merging)
Select Method: Choose "Merge" (for overlapping grids).
Upload Files: Add spatially compatible NetCDFs.
Download: Single merged file (
.nc
).
Option 3: Smart Merge (Advanced concatenation with handling for overlapping data)
Select Method: Choose "Smart Merge".
Pick Dimension: Time/Latitude/Longitude.
Upload Files: Select all NetCDFs to combine.
Download: Single merged file (
.nc
).



Resample Resolution (Select Resample Method)
Option 1: Interpolation (For Higher resolution)
Set Target: Enter resolution (e.g.,
0.25°
).Select Interpolation Method: Choose (Linear, Nearest, Cubic).
Run: Click "Resample via Interpolation".
Download: Download resampled NetCDF.
Option 2: Coarsening (For Lower resolution)
Set Factors: Enter lat/lon coarsening (e.g.,
2x2
).Aggregate: Pick function (Mean, Sum).
Run: Click "Resample via Coarsening".
Download: Download resampled NetCDF.


Split NetCDF file (Select Splitting Method)
Option 1: Index-Based Splitting (Fixed-size chunks)
Select Dimension: Time/Latitude/Longitude.
Set Chunk Size: Enter number of steps (e.g.,
12
for monthly splits).Run: Click "Split Dataset".
Download: ZIP of split files (e.g.,
file_001.nc
,file_002.nc
).
Option 2: Label-Based Splitting (Custom ranges)
Select Coordinate: Time/Latitude/Longitude.
Set Range: Enter start/end values.
Run: Click "Split Dataset".
Download: ZIP of sliced files.


Last updated