Some next steps
Closed this issue · 2 comments
-
all
.json
catalog entries should be converted into.R
versions that generate (and validate) them. (see examplecatalog.R
) -
base URLs of all
href
values in links section need to be mapped to usehttps://github.com/eco4cast/neon4cast-catalog/raw/main/stac/
instead ofhttps://projects.ecoforecast.org/neon4cast-catalog/stac
path. Note: it would probably be good to do this in the R code so that the base URL is set as a variable once and re-used, rather than having the base URL always repeated. -
Any links to asset parquet should adopt the
s3://
notation shown inneon4cast-catalog/stac/aquatics/models/models.R
Lines 50 to 53 in 2df8259
-
Flush out collection JSON files with descriptions, metadata on tables, etc
-
create
scores.R
/scores.json
stac item JSON (similar to models template likecb_prophet.json
), with asset element pointing tos3://
scores notation
Example directory layout
stac
├── aquatics
│ ├── forecasts
│ │ ├── aquatics.json
│ │ └── models
│ │ ├── asset-description.Rmd
│ │ ├── cb_prophet.json
│ │ └── models.R
│ └── scores
│ ├── scores.json
│ └── scores.R
├── beetles
│ └── beetles.json
├── catalog.json
├── catalog.R
├── noaa
│ └── noaa.json
├── phenology
│ └── phenology.json
└── terrestrial
└── terrestrial.json
I think we want https://raw.githubusercontent.com/eco4cast/neon4cast-catalog/main/stac/catalog.json
as the raw GitHub address.
I think we're all good here so I'll close.