Skip to main content
Ctrl+K

Fetchez

  • User Guide
  • API Reference
  • Contributing
  • Module Catalog
  • GitHub
  • PyPI
  • User Guide
  • API Reference
  • Contributing
  • Module Catalog
  • GitHub
  • PyPI

Section Navigation

  • Developer API
  • Core API
  • Registry
  • Modules Base
  • Fetchez Hooks
  • Spatial & Regions
  • Recipe Engine
  • Schema Registry
  • Formats
  • FRED
  • API Reference

API Reference#

This section details the internal Python API for Fetchez, which is useful if you are building custom plugins, hooking Fetchez into an external application, or writing your own domain schemas.

  • Developer API
    • fetchez.api
    • list_modules()
    • list_hooks()
    • search_hooks()
    • list_recipes()
    • list_schemas()
    • list_presets()
    • list_profiles()
    • search_profiles()
    • search()
    • get()
    • run_recipe()
  • Core API
    • fetchez.core
    • fetches_callback()
    • urlencode_()
    • urlencode()
    • xml2py()
    • get_userpass()
    • get_credentials()
    • iso_xml
    • HttpFile
    • Fetch
    • run_fetchez()
    • FetchModule
    • HttpDataset
    • Scratch
  • Registry
    • fetchez.registry
    • PluginRegistry
    • YamlRegistry
    • ModuleRegistry
    • HookRegistry
    • SchemaRegistry
    • ReaderRegistry
    • RecipeRegistry
    • PresetRegistry
    • BundleRegistry
    • ProfileRegistry
  • Modules Base
    • fetchez.modules.base
    • FetchModule
    • HttpDataset
    • Scratch
  • Fetchez Hooks
    • fetchez.hooks.__init__
    • FetchHook
  • Spatial & Regions
    • fetchez.spatial
    • region_help_msg()
    • Region
    • region_from_vector()
    • region_from_geojson()
    • region_from_place()
    • parse_region()
    • fix_argparse_region()
    • region_valid_p()
    • region_center()
    • region_to_shapely()
    • region_to_wkt()
    • region_to_bbox()
    • region_to_geojson_geom()
    • region_from_list()
    • region_from_string()
    • chunk_region()
    • buffer_region()
    • regions_reduce()
    • regions_intersect_p()
    • x360()
    • transform_increment()
  • Recipe Engine
    • fetchez.recipe
    • setup_logging()
    • Recipe
  • Schema Registry
    • fetchez.schemas
    • BaseSchema
  • Formats
    • fetchez.streams
    • BaseReader
  • FRED
    • fetchez.fred
    • FRED

© Copyright 2026, The Continuous-DEMs Development Team..

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.17.1.