EnglishFrenchSpanish

OnWorks favicon

ncoffsets - Online in the Cloud

Run ncoffsets in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ncoffsets that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ncoffsets - print the starting/ending file offsets for netCDF variables

SYNOPSIS


ncoffsets [-h] | [-x] | [-sgr] [-v var1[,...]] file

DESCRIPTION


ncoffsets prints the file offsets information of variables defined in a given netCDF file.
The ending offsets reported is an exclusive offset, i.e. 1 byte more than the last byte
occupied by the variable. In other words, the ending offset is equal to the sum of
starting offset and the variable size. For record variables, only the offsets of first
record are printed. Add option -r to print the offsets of all records.

If no argument is given, command usage information is printed.

OPTIONS


-v var1[,...]
The output will include data values for the specified variables. One or more
variables must be specified by name in the comma-delimited list following this
option. The list must be a single argument to the command, hence cannot contain
blanks or other white space characters. The named variables must be valid netCDF
variables in the input-file. The default, without this option is to include data
values for all variables in the output.

-s Print the variable size in bytes. For record variables, only the size of one record
is printed.

-g Print the gap in bytes from the previous variable. For the first defined variable,
print the gap from the end of file header. For record variables, there is no gap
between records.

-r Output the offset information for all records of the selected record variables.
Without this option, only the offsets of first record are printed.

-x Check all fixed-size variable for file space gaps in between any two immediately
adjacent variables. It prints "1" on stdout if gaps are found, "0" for otherwise.
This option disables all other options.

-h Print the available command-line options

EXAMPLES


Print the file offset information for all variables in a netCDF file.

% ncoffsets -sg testfile.nc
netcdf test_double.nc {
//file format: CDF-1

file header:
size = 340 bytes
extent = 340 bytes

dimensions:
x = 100
y = 100
z = 100
time = UNLIMITED // (100 currently)

fixed-size variables:
double square(x, y):
start file offset = 340
end file offset = 80340
size in bytes = 80000
gap from prev var = 0
double cube(x, y, z):
start file offset = 80340
end file offset = 8080340
size in bytes = 8000000
gap from prev var = 0

record variables:
double time(time):
start file offset = 8080340 (record 0)
end file offset = 8081140 (record 0)
size in bytes = 8 (of one record)
gap from prev var = 0
double xytime(time, x, y):
start file offset = 8080348 (record 0)
end file offset = 16080348 (record 0)
size in bytes = 80000 (of one record)
gap from prev var = 0
}

Check if there are gaps in between two adjacent fixed-size variables.

% ncoffsets -x testfile.nc
0

Use ncoffsets online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 2
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 3
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 4
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 5
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 6
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • More »

Linux commands

Ad