https://github.com/alleninstitute/cirrocumulus-archive

https://github.com/alleninstitute/cirrocumulus-archive

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AllenInstitute
  • Language: Python
  • Default Branch: main
  • Size: 1.04 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

Overview

The shell commands in archive_cirro.sh exports the data stored in the Cirrocumulus MongoDB instance to a JSON file in a directory named with the export date. Then json_to_csv.py is used to write that JSON file to a CSV file.

The code presented in json_to_csv.py takes in a JSON file from MongoDB, cleans the JSON objects, and writes it out to a CSV file. The CSV file will be written to the same directory containing the JSON file. The default output filename is 'cirro_datasets.csv'.

Usage (jsontocsv.py)

python3 json_to_csv.py --input ${out_folder}

or

python3 json_to_csv.py -i ${out_folder}

Owner

  • Name: Allen Institute
  • Login: AllenInstitute
  • Kind: organization
  • Location: Seattle, WA

Please visit http://alleninstitute.github.io/ for more information.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 3
  • Total pull requests: 2
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dana-rocha (3)
Pull Request Authors
  • dana-rocha (1)
Top Labels
Issue Labels
documentation (1) enhancement (1)
Pull Request Labels