-
It looks like the ways to access the resources are currently:
- `DataPackage.resources`, which returns a list of `Resource` objects
- `DataPackage.get_resources()`, which returns a dictionary (but I'm…
-
Hi @jbenet and @maxogden! Thank you so much for the time you took to meet with @mlovci and me this weekend. Here's an overview of our current data management situation and what our ideal case would be…
-
Gives an ugly Varnish 503 error when trying to download https://data.gov.uk/dataset/anonymised_mot_test/datepackage.zip which is 8Gb.
morty updated
8 years ago
-
Over on the mailing list for the nipy project, we need stuff for installing data packages locally, and providing an API to find them. I'm wondering if y'all would be interested in this going into `da…
-
Consider the following datapackage:
``` json
{
"name": "foo",
"resources": [
{"path": "inexistent-file.csv"},
{"path": "valid-file.csv"}
]
}
```
The current process of im…
-
- [x] Add UI for importing
- [x] Import the Data Package's metadata
- [x] Import the resources, including their metadata
- [x] Upload local resources
- [ ] Upload inline resources
- [x] Make sure ther…
-
because we've had a few user comments that they can't find it
-
I was testing out the Data Packager locally. The first couple of steps go fine, but as soon as I enter a "name" for the data package, the app stops doing anything further. In the console there is this…
-
This is a suggestion by @psychemedia on the old datapackage library repository. Check https://github.com/trickvi/datapackage/issues/22 for more info.
-
CI need to be fixed.
A `dev-requirements.txt` file is missing.