ICARE Data and Services Center and other collaborators tools
ICARE developed a variety of tools to help users manipulate, analyse and visualise many data sets in many data formats.
If you have questions, please contact our technical support team.
20 match(es)
Written in : IDL
Anapol, is an IDL graphic interface for POLDER and PARASOL data visualization and analysis.
The functionalities of the program are:
Selection of the region of interest, Visualization of parameters, pixels extraction, composites creation, histograms plots, etc
Written in : Python
This tool processes the average of multiple products and computes some additional statistics like the standard deviation, maximum and minimum per pixel. The input files and the output files are in HDF format.
More...Written in : C,C++,FORTRAN
Cookie-cutter is a LMD/Icare project whose purpose is to emulate an heliosynchronous satellite with SEVIRI acquisitions. The user defines her heliosynchronous satellite by giving some orbital and swath parameters. The tool then builds an HDF file with SEVIRI data as if they had been viewed by this fictive satellite.
More...Written in : Technologies used : Python, HDF
This page contains the code of a tool for giving informations on correlations between two variables or two images.
More...Written in : C
The FIS format is a data format provided in particular by the SATMOS Archivage Center, at Lannion (MSG data at Lannion are archived this way). The program fis2raw converts the FIS format into a raw, headerless, binary file. The number of values and their type may be retrieved while performing the conversion.
More...Written in : C, FORTRAN
A set of routines to compute latitudes, longitudes, azimutal and zenithal angles from rows and columns in the satellite grid (and the reverse)
More...Written in : C++
This tool compress the datasets of a source HDF4 file using a gzip algorithm to a destination one. It also duplicates the SDS and file attributes.
More...Written in : C
This package contains some tools for manipulating HDF4 files :
- hdf2raw : write a HDF4 SDS to a binary file
- raw2hdf : write a 2D binary data to a HDF4 file
- ncf2hdf : convert a NETCDF file to an HDF one
Written in : Python
This application creates an image of a 2D HDF4 SDS. It supports different colormaps, min/max thresholding, scaling, fill value filtering...
Many output image formats are also supported.
Written in : IDL
This application reads IR or VIS channels in the native MSG format and dump them into a HDF file. It can also compute brightness temperatures for IR channels.
More...Written in : C, FORTRAN, IDL
It contains a list of tools for :
- mapping (lat,lon) coordinates to (i,j) pixel indexes and vice-versa
- data extraction
- data visualisation
Written in : IDL
Tool for comparing visually the POLDER2 and the MODIS coincident data
More...Written in : C
Displays the data from the PARASOL ( and POLDER ) binary files in plain text. You specify the data you want to be displayed, in the order you wish, and they will be extracted into columns (separated by tabulations) in this very order. You are then free to redirect the data into the tool of your choice (a plotter, a data filter, or an hand-made program). Of course, calls to parasolascii are scriptable
More...Written in : python, HDF4
This tool compares the structure of two HDF4 files (and netcdf3 if the HDF4 library is compiled with the netcdf support enabled). Its shows difference of datasets and metadata (global and dataset ones). For different datasets, it displays some statistics on it (mean difference, standard deviation and min/max values)
More...Written in : Python, Numpy
This tool is a generic reading Python module for all binary files consisting in some headers followed by records with the same pattern.
Headers and record patterns are described in text files. Datasets are returned as Numpy arrays.
Written in : C,C++
Remap is a tool designed to reproject geolocated data (i.e. data with at least known latitudes, longitudes, and expectedly, time).
The tool can read various products and reprojects one (or several ones) into another, using a nearest pixel search.
This tool is SID (still in development) but may be used as is for the supported products (each version documents its supported products).
At this time, CALIPSO IIR, SEVIRI, MODIS and PARASOL are supported.
Written in : IDL
Tool for visualising several CALIOP data products through a graphic interface. Allows geographical selection, thresholding, export to images...
More...Written in : IDL
Tool for visualising several GLAS ( Geoscience Laser Altimeter System ) data products through a graphic interface. Allows geographical selection, thresholding, export to images...
More...Written in : IDL
A tool to provide coincidences between aeronet measurements and satellite aerosol products.
More...Written in : C
xrit2raw is a simple tool designed above the libxrit library, in order to convert the XRIT format into a raw format, for people who don't want to bother themselves with programming. The output will be a simple, headerless binary file, with 3712x3712 values of radiances for the low resolution channels, or with 11136x11136 values for the high resolution channel HRV (in native 16-bit integer, or scaled simple or double precision floating point values, depending on the options set by the user).
More...Source codes are distributed as compressed archives (.tar.Z or .tar.gz). To uncompress them, you can use :
- "uncompress" : .Z files
- "gunzip" : .gz files
- "tar xzf" : tar.gz and .tgz files
- "tar xjf" : tar.bz2 files
For IDL tools, both the source code (.pro) and the compiled version (.sav) are provided. The use of source codes may require a proper IDL licence, while the compiled version can be used through the IDL virtual machine that can be downloaded from the IDL website : www.ittvis.com