Skip to content

sashimi not accepting volume #23

@sfisher

Description

@sfisher

I'm not sure if this is a bug or else just a feature we're not implementing until later. I can leave it out of our reports for now if it's not something being accepted yet. Related: I also wondered if DataCite wanted country-volume just like we're sending country-counts.

When I include volume in the "instance" statistics like in the snippet below I get rejected submissions.

"instance": [
            {
              "access-method": "regular",
              "metric-type": "total-dataset-requests",
              "count": 349,
              "volume": 2108483700,
              "country-counts": {
                "au": 154,
                "ca": 5,
                "dk": 30,
                "ie": 5,
                "us": 155
              }
            },
            {
              "access-method": "regular",
              "metric-type": "unique-dataset-requests",
              "count": 27,
              "volume": 2102323316,
              "country-counts": {
                "au": 9,
                "ca": 4,
                "dk": 2,
                "ie": 3,
                "us": 9
              }
            },
            {
              "access-method": "regular",
              "metric-type": "total-dataset-investigations",
              "count": 8,
              "country-counts": {
                "de": 4,
                "ie": 2,
                "ru": 2
              }
            },
            {
              "access-method": "regular",
              "metric-type": "unique-dataset-investigations",
              "count": 8,
              "country-counts": {
                "de": 4,
                "ie": 2,
                "ru": 2
              }
            }
          ]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions