Stefan Kasberger
Stefan Kasberger
after executing the installation as stated in [README.md](https://github.com/mapnik/python-mapnik/blob/master/README.md), the module can not be imported into python, throwing the following error. ``` python -c "import mapnik" Traceback (most recent call last):...
i pressed random and after the random article names got showed, i pressed the go buttons consecutaveliy for several times. then for every time i pressed it, a new graph...
Just a question: would it make sense, to mention pyDataverse somewhere in the README?
Add CLI functionality. ## Prepare * [ ] Evaluate, if CLI functionality should be added to pyDataverse or wrapped around in another project * [ ] Research * [x] https://www.youtube.com/watch?v=Hn-syMunNy8...
Check out if usage of async / await for requests is reasonable. Especially check testing, mocking and Python dependencies. ## Prepare * [ ] Research * [ ] Read https://lucumr.pocoo.org/2020/1/1/async-pressure/...
Integrate OAI-PMH endpoint and data conversion. **Requirements** * Mapping of data from OAI-PMH endpoint (DDI XML and/or DC) * Import of data * Export of data * XML schema *...
Implement mapping from and to DDI XML. **Requirements** * DDI XML from NESSTAR mapping * DDI XML from OAI-PMH endpoint mapping * DDI XML from frontend download mapping * import...
Implement mapping from and to DSpace JSON. **Requirements** * default dataset download JSON mapping * custom dataset metadata download JSON mapping * import DSpace JSON: dataset and datafile metadata *...
Implement mapping from and to custom JSON. **Requirements** * custom JSON mapping: Dataverse, Dataset, Datafile * import from custom JSON * export to custom JSON * JSON schema * validate...
Purpose: * make easy data and file exchange between bagit and pyDataverse Functionalities: * validate * from_bagit() * to_bagit() Resources * [OAI-ORE and BagIT](https://github.com/IQSS/dataverse/issues/4706)