Merge pull request #43 from mjanez/master
Add README.md to log/ and metadata/
This commit is contained in:
commit
0e727962bd
|
@ -9,8 +9,10 @@ _src/*
|
||||||
local/*
|
local/*
|
||||||
.vscode
|
.vscode
|
||||||
__pycache__
|
__pycache__
|
||||||
log
|
log/*
|
||||||
metadata
|
!log/README.md
|
||||||
|
metadata/*
|
||||||
|
!metadata/README.md
|
||||||
|
|
||||||
# environment
|
# environment
|
||||||
.env
|
.env
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Log folder
|
||||||
|
This folder is used to store logs generated by `ckan2pycsw` script.
|
|
@ -0,0 +1,5 @@
|
||||||
|
# ISO19139 Metadata files
|
||||||
|
This folder is used to store ISO19139 metadata files (`XML`).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
`ckan2pycsw` save your ISO19139 metadata files in this folder by identifier as filename. Each file should correspond to a dataset and its distributions (resources).
|
Loading…
Reference in New Issue