Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
felyx_server
felyx_server
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 19
    • Issues 19
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • felyx
  • felyx_serverfelyx_server
  • Issues
  • #5

Closed
Open
Opened Aug 18, 2015 by Jeff Piollé@jfpiolle
  • Report abuse
  • New issue
Report abuse New issue

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").

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
1
Labels
bitbucket2gitlab
Assign labels
  • View project labels
Reference: felyx/felyx_server#5