Giter Site home page Giter Site logo

Comments (10)

DavidGeeraerts avatar DavidGeeraerts commented on August 25, 2024

Yes that's me [jumping up and down]!

from coronadatascraper.

DavidGeeraerts avatar DavidGeeraerts commented on August 25, 2024

I'm looking into whether to make this an ISO 19115:2013 metadata record or use metadata-json.
This is after all, Vector Spatial Data --> ISO 19115:2013

from coronadatascraper.

lazd avatar lazd commented on August 25, 2024

@hyperknot, thoughts on this?

from coronadatascraper.

DavidGeeraerts avatar DavidGeeraerts commented on August 25, 2024

I'm heavily swayed by data.gov Open Data Standards:
Project Open Data Metadata Schema v1.1

I'm somewhat spinning my wheels trying to find a good metadata-json editor. I'd rather not have to edit in raw. I'm looking...

from coronadatascraper.

DavidGeeraerts avatar DavidGeeraerts commented on August 25, 2024

This is exactly what I was looking for and need!
mdEditor
Let's just say it's in the works after being stalled for the day. :-(

from coronadatascraper.

DavidGeeraerts avatar DavidGeeraerts commented on August 25, 2024

@lazd I've validated the workflow with mdEditor:

  1. Import the mdeditor metadata file
  2. merge
  3. edit
  4. export
    Think this workflow will work as a collaborative metadata project.

My question: should I upload the metadata.json file to the coronadatascraper repository?
I would think so, just want to check with you, since that's not exactly where the data is.
Should another repository be created just for the data?
(organization: CoronaVirusDataTeam)

from coronadatascraper.

lazd avatar lazd commented on August 25, 2024

@DavidGeeraerts how often will this metadata file change, what does it look like, and how should we provide it?

from coronadatascraper.

DavidGeeraerts avatar DavidGeeraerts commented on August 25, 2024

Getting an official metadata record for data.gov is going to take (me) a while. Went back to creating the metadata.md file so you can post on [your] website. I've started a Github organization called "CoronaVirusDataTeam" --that was before the whole Coronavirus Response Data Team)-- and have a repo for docs. In there is the draft for metadata.md. This is a lot of work and I can only do it in chunks as time permits.

Can you provide me with (or update the document):

featureId:
description:

aggregate:
description:

I think I can do the rest of the CSV entries in the format I've laid out. Not sure about the JSON files, haven't looked closely at them.

from coronadatascraper.

lazd avatar lazd commented on August 25, 2024
  • featureId - The ID of the feature this location references (index in features.json's FeatureCOllection)
  • aggregate - Whether this data source provides aggregate information (i.e. this county-level data was scraped from a state-level source)

from coronadatascraper.

hyperknot avatar hyperknot commented on August 25, 2024

I recommend keeping this simple for now, that's the key for adaptation and future contributors.

I think the ideal timeseries would look like this:

{
  "id2:ITX": {
    "dates": {
      "2020-03-17": {
        "cases": 2,
        "deaths": 0,
        "recovered": 0
      },
      "2020-03-18": {
        "cases": 2,
        "deaths": 0,
        "recovered": 0
      }
    },
    "source_url": "https://github.com/CSSEGISandData/COVID-19",
    "population": 68414135
  }
}

Where each date string is a ISO 8601 date and each id is a Country Level ID.

Addressing counties, etc with an id is not a simple task, but I'll think about it. Maybe we can do something like id4:"US-CA-ABCDE" or something. I don't think there is a consistent system for county short codes.

from coronadatascraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.