Skip to content

Commit

Permalink
Update stac populator refactor (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Jan 9, 2024
2 parents a93f533 + a1faa53 commit 98abd7a
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 168 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 from NCML using `STACpopulator==0.5.0` to employ all latest fixes.

[0.2.0](https://github.com/crim-ca/ncml2stac/tree/0.2.0) (2023-10-02)
------------------------------------------------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ PIP_USE_FEATURE := `python -c '\
except ImportError: \
from distutils.version import LooseVersion as Version \
print(Version(pip.__version__) < Version("21.0"))'`
PIP_XARGS ?=
# when a repository must be cloned locally to build/install it, (w)ipe if path conflicts
PIP_XARGS ?= --exists-action=w
ifeq ("$(PIP_USE_FEATURE)", "True")
PIP_XARGS := --use-feature=2020-resolver $(PIP_XARGS)
endif
Expand Down
Loading

0 comments on commit 98abd7a

Please sign in to comment.