-
Scooping through the nmea parser I think this codeline
https://github.com/diydrones/ardupilot/blob/master/libraries/AP_GPS/AP_GPS_NMEA.cpp#L224
frac_min += (*q++ - '0') \* frac_scale;
would be nice…
-
Currently, it seems like the preference is for loading remote datapackages (i.e. from http), rather than local datapackages. As such, `urlparse` / `urllib.parse` is used for joining paths. However, fo…
-
Ideally, a BIAB project should be a whole site, with subpages for each data package and dataset.
Right now there is a single "view" page for the whole project which just displays all visualizations i…
-
I'm exploring using gists as a way for novices to group small numbers of simple data files together. Creating the datapackage file is a pain, so I wondered whether the datapackage.json creator could a…
-
"install" (download/import) a data package onto disk (note integration in other apps is outside of scope here).
Motivating user story: I'm building an app, doing some analysis etc and I want to get a…
-
While creating two datapackages, I encountered the need for two extra JSON table schema properties: `unit` and `web`. Not sure these are general and useful enough to add these to the JSON table schema…
-
We need to provide a standard approach to flatten structured JSON data into tabular data. This should:
- Allow a round-trip of data from JSON into CSV / [Data Package](http://dataprotocols.org/data-pa…
-
We could describe the model schema using [JSON schema](http://json-schema.org/) and a validator (e.g [z-schema](http://json-schema.org/))
-
Would it be possible to use this on datapackages hosted on GitHub?
Currently I get an `Internal Server Error` if I try:
http://datapackageproxy.appspot.com/metadata?url=https://github.com/datasets/b…
-
The @OKFN is actively propagating the [data package standard](http://data.okfn.org/standards/data-package). Since a lot of the data put into data packages could also be published at community portals …