Related Github Repos and tickets
...
Code Block raise Exception('Could not determine a suitable burst offset')
There must only be one track in your SLC inputs
correct facet SLC inputs incorrect facet SLC inputs
...
Job Inputs:
Bbox (*required)
min_lat
max_lat
min_lon
max_lon
...
Link: http://b-ci.grfn.hysds.io:8080/job/ops-bcluster_container-builder_aria-jpl_topsstack_master/
WARNING: If rebuilding on the same branch (master), make sure to remove docker image so that it reloads when restarting the job:
docker rmi <topsStack docker image id>
...
Code Block |
---|
merged/ baselines/ 20190506/ 20190518/ 20190530/ 20190530 20190530.full.vrt 20190530.vrt 20190530.xml geom_master/ *.rdr.aux.xml *.rdr.full *.rdr.full.aux.xml *.rdr.full.vrt *.rdr.full.xml SLC/ 20190506/ 20190518/ 20190530/ 20190530.slc.full 20190530.slc.full.aux.xml 20190530.slc.full.vrt 20190530.slc.full.xml 20190530.slc.hdr |
Datasets.json entry
file located in
.sds/files/datasets.json
Code Block |
---|
{
"ipath": "ariamh::data/STACK",
"match_pattern": "/(?P<id>coregistered_slcs-(?P<year>\\d{4})(?P<month>\\d{2})(?P<day>\\d{2})(?P<time>\\d{6}).+)$",
"alt_match_pattern": null,
"extractor": null,
"level": "NA",
"type": "stack",
"publish": {
"s3-profile-name": "default",
"location": "s3://s3-us-west-2.amazonaws.com:80/##BUCKET##/datasets/{type}/{version}/{year}/{month}/{day}/{id}",
"urls": [
"http://##WEBDAV_URL##/datasets/{type}/{version}/{year}/{month}/{day}/{id}",
"s3://##S3_URL##:80/##BUCKET##/datasets/{type}/{version}/{year}/{month}/{day}/{id}"
]
},
"browse": {
"location": "davs://##WEBDAV_USER##@##WEBDAV USER##/browse/{type}/{version}/{year}/{month}/{day}/{id}",
"urls": [
"https://##WEBDAV##/browse/{type}/{version}/{year}/{month}/{day}/{id}"
],
}
} |
STILL TODO:
Publish the contents from
merged/
into a datasets directory (testing)Create dataset file name template (testing)
Add regex and entry to
etc/_datasets.json
(testing)