You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first question is, whether downloadURLs should go to the search or the data sub commands.
dcat data -l id yields a link to the cache, so dcat data -url could yield the link to the appropriate url w.r.t. encoding and format. In fact, the data sub command is concerned with conneg, so the url part fits there best
dcat search --url could return a simplified json, but it is rather a small quality of life improvement - the jq expression could be simplified to e.g. .[].downloadURL[].
The text was updated successfully, but these errors were encountered:
dcat search --jq datasetid
yields a json description of the matches, and all downloadURLs can be obtained usingThe first question is, whether downloadURLs should go to the
search
or thedata
sub commands.dcat data -l id
yields a link to the cache, sodcat data -url
could yield the link to the appropriate url w.r.t. encoding and format. In fact, thedata
sub command is concerned with conneg, so the url part fits there bestdcat search --url
could return a simplified json, but it is rather a small quality of life improvement - the jq expression could be simplified to e.g..[].downloadURL[]
.The text was updated successfully, but these errors were encountered: