Skip to content

Commit

Permalink
Update README.md (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixalytics authored Aug 11, 2023
1 parent 1a0a478 commit d796f3f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ The environment will not be activated, so to activate run:

Install pystac with the validation optional requirement (e.g. pip install pystac[validation]) as these schemas are used

### Install pygeometa from the Pixalytics repository, so the updates implemented for this activity are accessible
### Install pygeometa

This implementation uses the version from the Pixalytics forked repository, so the that specific version needs to be installed:

`python -m pip install git+https://github.com/pixalytics-ltd/pygeometa.git@t17-rcatalog`

Expand All @@ -28,6 +30,12 @@ OR if you want to further edit the code, setup pygeometa in develop mode:

<b>Note:</b> pygeometa was updated to include a Record to describe a 'dataset', see https://github.com/cholmes/ogc-collection/blob/main/ogc-dataset-record-spec.md

### Install pytdml

As this implementation uses updated code, found in the Pixalytics forked repository, the modified version needs to be installed:

`python -m pip install git+https://github.com/pixalytics-ltd/pytdml.git@develop`

## Clone this repository

`git clone https://github.com/opengeospatial/T17-API-D168.git`
Expand Down

0 comments on commit d796f3f

Please sign in to comment.