The IDF specifications document provides details on the conventions that must be followed to create a valid IDF file, as well as guidelines to convert your own data.
Note that the idf-converter Python package already supports many data types, so be sure to check if your data are not already supported before writing your own conversion routine!
The first time SEAScope is started, the application creates a
configuration file named config.ini
that contains paths for
the colormaps
, custom
, annotations
,...
directories.
For each data collection, SEAScope expects the data
directory to contain:
.ini
extension.
When you have new IDF files that you want to visualise with SEAScope,
copy or move them to the directory that corresponds to the collection
they belong to while making sure that you respect the
data
/ collection
/ granule
/
IDF file
layout.
If the granule belongs to a collection which has no directory yet,
you first have to create the collection directory, then to copy/move
the granules inside it and to add a
configuration file (named after the collection directory, with a
.ini
extension) describing how SEAScope should render
this collection's granules. Without the configuration file
SEAScope will not detect the collection and will ignore its granules.
Next time you start SEAScope, the application should detect that new granules are available and prompt you to ask if the index should be rebuilt. Agree and SEAScope will rebuild its index: your new granules are now available for visualisation in SEAScope.
Please note that SEAScope will not detect the availability of new granules unless you restart the application!
Check out the tutorials for a step by step guide on how to add the sample data or a case study to SEAScope for your platform.
SEAScope is already able to display a lot of satellite, in-situ and model data coming from several providers.
A bundle containing samples for a large variety of data supported by SEAScope is available in
The content of the bundles is also available from the
samples repository where
the samples are sorted by data collection.
When you download an archive from this repository, please remember to:
data
directoryX.tar.gz
(or X.zip
), then
after extraction there should be a folder named X
as well as a X.ini
file directly under the
data
directory.If you need more data from these collections or if you want another type of data to be added to the list, please let us know!