Import CSV Product

Import CSV Product

The CSV product reader enables the Sentinel Toolbox to import simple CSV files into the SNAP product model. See here for a description of the expected data format.

Note that the CSV Product Reader interprets all columns as band if it has not the data type time or string. The following data types are supported for bands float, double, byte, short, integer. There is no support yet for metadata, tie-point grids, flag codings, or spectral attributes.

If the data contains columns for latitude values ("lat", "latitude", "northing") and for longitude values ("lon", "long", "longitude", "easting") a geo-coding will be created using this data.

If for one cell no data is present it can either be indicated by NaN or simply by leaving the cell empty.

There are a number of reserved properties which may be set within the file.The properties are written as comments into the CSV file. Normally at the beginning of the file. The general format to specify a property is as follows:
#PropertyName=PropertyValue