Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdale committed Mar 28, 2024
1 parent 13437ad commit 67b600d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,25 @@ The CLI is envisaged mainly as a tool to help users with issues such as selectin

## Useful commands

Show all tables in the database:
Show all features in the database:

`viewser tables list`
`viewser features list <loa>`

Show columns in a particular table:

`viewser tables show table-name`
with <loa> being one of ['pgm', 'cm', 'pgy', 'cy', 'pg', 'c', 'am', 'a', 'ay', 'm', 'y']

Show all transforms sorted by level of analysis:

`viewser transforms list`

Show docstring for a particular transform:
Show all transforms available at a particular level of analysis:

`viewser transforms at_loa <loa>`

`viewser transforms show transform-name`
with <loa> being one of ['any', 'country_month', 'priogrid_month', 'priogrid_year']

Show docstring for a particular transform:

(note that the transform name should be the full name, e.g. 'any/temporal.entropy')
`viewser transforms show <transform-name>`

## Via API

Expand Down

0 comments on commit 67b600d

Please sign in to comment.