Merge pull request #43 from mjanez/master

Add README.md to log/ and metadata/
This commit is contained in:
mjanez 2023-04-22 22:00:47 +02:00 committed by GitHub
commit 0e727962bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

6
.gitignore vendored
View File

@ -9,8 +9,10 @@ _src/*
local/*
.vscode
__pycache__
log
metadata
log/*
!log/README.md
metadata/*
!metadata/README.md
# environment
.env

2
log/README.md Normal file
View File

@ -0,0 +1,2 @@
# Log folder
This folder is used to store logs generated by `ckan2pycsw` script.

5
metadata/README.md Normal file
View File

@ -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).