Skip to content

Commit

Permalink
Add README.md to log/ and metadata/
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez authored Apr 21, 2023
1 parent 1d37898 commit fc4ee51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pycsw.conf
.vscode
__pycache__
log/*
!log/README.md
metadata/*
!metadata/README.md
samples
.env
2 changes: 2 additions & 0 deletions log/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Log folder
This folder is used to store logs generated by `ckan2pycsw` script. Logs are essential for debugging and tracing the execution of the code. By keeping logs, you can track the behavior of your code over time, identify errors and performance issues, and improve the overall quality of your code.
5 changes: 5 additions & 0 deletions metadata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ISO19139 Metadata files
This folder is used to store ISO19139 metadata files (`XML`). Metadata is essential for describing and providing context to your data. By keeping metadata files, you can ensure that your data is properly documented, discoverable, and reusable.

## Usage
`ckan2pycsw` save your ISO19139 metadata files in this folder. Each file should correspond to a dataset or resource that you want to describe. The filename should be descriptive and unique to the dataset or resource.

0 comments on commit fc4ee51

Please sign in to comment.