Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pwfdf-api 1.0.0
Logo
pwfdf-api 1.0.0

Documentation

  • Introduction
  • Installation
  • User Guide
    • Getting Started
    • Search the Collection
    • Download Assessments
    • Assessment Metadata
  • Advanced Topics
    • Auxiliary Commands
    • Command Line vs Python
    • Geometry File IO
    • Logging
    • Low Level API
    • Persisting Sessions
    • sbJSON
  • API
    • Command Line
      • assessments
      • browse
      • catalog
        • browse
          • catalog
          • extents
          • item
          • parent
          • search
          • status
        • url
          • catalog
          • extents
          • item
          • parent
          • search
          • status
      • data-spec
      • docs
      • download
      • extents
        • all
        • canadian-provinces
        • continents
        • countries
        • hawaiian-islands
        • huc2
        • huc4
        • huc6
        • huc8
        • hucs
        • id
        • mexican-states
        • named
        • national-parks
        • types
        • us-counties
        • us-regions
        • us-states
      • item
        • browse
        • sbjson
        • url
      • metadata
      • parent
        • browse
        • id
        • sbjson
        • url
      • query
      • sbjson
      • url
    • Python
      • catalog package
        • browse module
        • url module
      • extents module
      • item module
      • logging package
        • console module
        • file module
      • parent module
      • pwfdf_api
    • Errors

Resources

  • Contributing
    • Developer Guide
  • Citation
  • Legal

Releases

  • Release Notes
    • 1.0.0
  • Latest Release
Back to top

pwfdf catalog browse search¶

Synopsis¶

pwfdf catalog browse search [options]

Description¶

Opens the catalog search page in a web browser.

Example:

pwfdf catalog browse search

Options¶

-h, --help¶

Displays the command’s help text and exits.

-t, --show-traceback¶

Shows the full traceback when an error occurs.

Web Page¶

Options that control how the web page is opened.

--new NEW¶

Indicates where to open the page. Options are:

NEW

Description

0

Open in the current window.

1

Open in a new window.

2

Open in a new tab

Note

Many web browsers ignore this option.

--no-autoraise¶

Does not raise the opened browser page.

Note

Many web browsers ignore this option.

Next
pwfdf catalog browse status
Previous
pwfdf catalog browse parent
Copyright ©
Made with Sphinx and @pradyunsg's Furo
On this page
  • pwfdf catalog browse search
    • Synopsis
    • Description
    • Options
      • Web Page