forked from COATnor/coat2pycsw
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ pycsw.conf | |
.vscode | ||
__pycache__ | ||
log/* | ||
!log/README.md | ||
metadata/* | ||
!metadata/README.md | ||
samples | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |