ocean-SR-data-preprocess

Convert NetCDF ocean data to NPY arrays for SR model training.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lkun45598-lgtm/Ocean-Agent-Auto-Research --skill ocean-sr-data-preprocess
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocean-SR-data-preprocess
Source: https://github.com/lkun45598-lgtm/Ocean-Agent-Auto-Research/tree/main/.skills/ocean-SR-data-preprocess
Command: npx skills add https://github.com/lkun45598-lgtm/Ocean-Agent-Auto-Research --skill ocean-sr-data-preprocess

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates converting NetCDF ocean data into NPY arrays, enabling efficient downstream SR workflows.

Core Features & Use Cases

  • NC→NPY conversion for high-resolution ocean datasets
  • Optional handling of dynamic and static variables, masks, and naming conventions
  • Use case: preprocess data from NC files into a deterministic, split-ready dataset for model training

Quick Start

Convert NC files in the input directory to NPY arrays while preserving time and spatial structure.

Frequently Asked Questions about ocean-SR-data-preprocess

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert NetCDF ocean data to NPY arrays for model training?

Converting NetCDF to NPY involves transforming high-resolution ocean NC files into split-ready NPY arrays. The pipeline preserves time and spatial structure, handling dynamic and static variables to prepare deterministic datasets for SR model training.

Can I configure dynamic variables and masks during NetCDF to NPY conversion?

Yes, the NC to NPY conversion supports configurable dynamic variables (dyn_vars), mask variables (mask_vars), and statistical variables (stat_vars), allowing precise control over extracted ocean data features for SR model training.

Does the ocean data preprocessing pipeline support deterministic dataset splits?

Yes, the preprocessing pipeline supports deterministic dataset splits, ensuring converted NPY arrays divide consistently and reproducibly for reliable downstream SR model training and evaluation.

What is the best way to inspect high-resolution ocean NetCDF files before full preprocessing?

Use the quick data inspection scenario to examine static and dynamic variables in high-resolution ocean NetCDF files before committing to the full NC to NPY preprocessing pipeline.

How do I ensure reproducible preprocessing when converting ocean NC files to NPY?

Ensure reproducible preprocessing by utilizing the pipeline's deterministic dataset splits and optional date-naming conventions, which maintain consistent NPY output arrays across multiple runs.