export of site collections with collection identifier selection
when querying the list of sites for a specific collection, like this:
#!bash
curl -k -XGET 'https://felyx.cersat.fr/services/csv/?type=static&collections=GHRSST'
you get the list of sites correctly, except for each site the list of related collections contains also the other collections related to this site. Example :
#!bash
tao030;TAO_51014;Buoy Station 51014;POLYGON ((-141.0000000000000000 -6.0000000000000000, -139.0000000000000000 -6.0000000000000000, -139.0000000000000000 -
4.0000000000000000, -141.0000000000000000 -4.0000000000000000, -141.0000000000000000 -6.0000000000000000));{GHRSST,GlobWave};{};felyx
instead of
#!bash
tao030;TAO_51014;Buoy Station 51014;POLYGON ((-141.0000000000000000 -6.0000000000000000, -139.0000000000000000 -6.0000000000000000, -139.0000000000000000 -
4.0000000000000000, -141.0000000000000000 -4.0000000000000000, -141.0000000000000000 -6.0000000000000000));{GHRSST};{};felyx
The import/export mechanism is meant to exchange collections of sites. By re-importing above collection ("GHRSST") I would actually create two collections ("GlobWave" and "GHRSST").