Application Guide#

The main interface for this project will be a desktop application, although it’s still a work in progress. Soon this will be packaged into more convenient platform-specific builds, but for now it must be installed and launched from the command line.

To launch, run:

python -m naturtag.app.app

Image Selection and Tagging#

The Photos tab is the main interface for selecting and tagging images:

Screenshot

  1. Select images:

    • Drag & drop images or folders into the window

    • Or, select files via the file browser (from the toolbar, or Ctrl+O)

  2. Select iNaturalist metadata:

    • Enter an iNaturalist observation ID or taxon ID

    • Or paste an iNaturalist URLs with Ctrl+V

    • Or search for a species from the Species tab (see details below)

    • Coming soon: search for observations from the Observations tab

  3. Click the Run (▶️) button in the top right (or Ctrl+R) to tag the selected images

Mouse actions:

  • Left-click an image for a fullscreen view

  • Middle-click an image to remove it

  • Right-click an image for a context menu with more actions:

Screenshot

Keyboard Shortcuts#

Some keyboard shortcuts are included for convenience:

Key(s)

Action

Tab/Screen

Ctrl+O

Open file browser

Photos

Ctrl+V

Paste photos or iNat URLs

Photos

Ctrl+R

Run image tagger

Photos

Ctrl+Shift+X

Clear selected images

Photos

F5

Refresh photo metadata

Photos

Ctrl+Enter

Run search

Species

Alt+Left

View previous taxon

Species

Alt+Right

View next taxon

Species

Alt+Up

View parent taxon

Species

Left

View previous image

Fullscreen image (local photo or taxon)

Right

View next image

Fullscreen image (local photo or taxon)

Escape

Exit fullscreen view

Fullscreen image (local photo or taxon)

Del

Remove image from selection

Fullscreen image (local photo)

Ctrl+Tab

Cycle through tabs

All

Ctrl+Shift+F

Add a directory to favorites

All

Ctrl+Shift+T

Toggle toolbar visibility

All

F11

Toggle fullscreen

All

Ctrl+Q

Quit

All