Skip to content

Commit

Permalink
update conversion logic to use STACpopulator classes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 29, 2023
1 parent 68f8cf4 commit 5f193b7
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 231 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ disable=C0111,missing-docstring,
# note: (C0412, ungrouped-imports) is managed via isort tool, ignore false positives

per-file-ignores =
notebooks/*:C0103,
tests/*:R1729

# Enable the message, report, category or checker with the given id(s). You can
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
[Unreleased](https://github.com/crim-ca/ncml2stac/tree/master) (latest)
------------------------------------------------------------------------------------------------------------------

<!-- list changes here, using '-' for each new entry, remove this when items are added -->
- Update STAC Item generation to transfer most NCML attribute parsing logic to `STACpopulator` implementation.
- Use changes in https://github.com/crim-ca/stac-populator/pull/23 to evaluate `STACpopulator` new conversion logic.

[0.1.0](https://github.com/crim-ca/ncml2stac/tree/0.1.0) (2023-09-29)
------------------------------------------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 5f193b7

Please sign in to comment.