Install
Download the build for your platform from the releases page. One install covers every export, in any workspace.- macOS
- Linux
- Windows
Download a folder
Point the tool at a folder using anikafs:// address:
--output is the parent directory. The folder structure from Nika Planet
is recreated inside it, so --output ~/Downloads saves the example above to
~/Downloads/stac/cogs. Passing --output ~/Downloads/stac would give you
~/Downloads/stac/stac.Finding the address
Thenikafs:// address is your project id followed by the folder path:
- Project id — the UUID in the workspace URL while the project is open
- Folder path — right-click the folder in File Storage and choose
Copy Path, which gives you something like
/data/stac/cogs/
nikafs://<project-id>/data/stac/cogs
Addresses do not expire. Keep one in a script or runbook and it will keep working
for as long as you have access to that folder.
Several folders at once
Pass as many addresses as you like. They may span different projects.Starting from the web app
If you select folders in File Storage and choose Download, anything too large for the browser collapses into a single row in Active Operations. Click Download via CLI for a dialog with the exact command already filled in — copy it and run it.Options
The flags above are the ones you are likely to reach for; run
nika-planet-downloader export --help for the full list.Resuming
Press Ctrl-C at any point. Partly-transferred files are kept as.nikapart
files, and re-running the identical command picks up where it stopped. Files that
already finished are skipped after a size check, so repeating a command is cheap
and safe.
Other commands
Access and privacy
The tool signs in as you. It can only download what your own Nika Planet account is already allowed to download, and that permission is re-checked on every request — so if your workspace access changes, an in-progress download stops. Read access is granted one hour at a time and can be revoked. Your session is stored in your operating system’s keychain, never in a file.If something goes wrong
'no folders given, and nothing is waiting on this account'
'no folders given, and nothing is waiting on this account'
You ran
export with no address. Pass a nikafs:// address, or start a
download from the web app and use Download via CLI.'No files found under …'
'No files found under …'
The path is wrong or the folder is empty. Re-copy it with Copy Path and
check the project id matches the workspace the folder is in.
'You do not have permission to download from this workspace'
'You do not have permission to download from this workspace'
Your access to that project changed. Ask a workspace owner to confirm you
are still a contributor or above.
Some files failed
Some files failed
Re-run the identical command. Only the files that failed are retried;
everything already downloaded is skipped.