Skip to main content
Ctrl+K

reVRt 0.2.1 documentation

  • Home page
  • Installation
  • Examples
  • API reference
  • CLI reference
    • Development
  • Home page
  • Installation
  • Examples
  • API reference
  • CLI reference
  • Development

Section Navigation

  • revrt.constants
    • revrt.constants.BARRIER_H5_LAYER_NAME
    • revrt.constants.DEFAULT_DTYPE
    • revrt.constants.METERS_IN_MILE
  • revrt.costs
    • revrt.costs.base
      • revrt.costs.base.BaseLayerCreator
    • revrt.costs.cli
      • revrt.costs.cli.build_routing_layers
    • revrt.costs.config
      • revrt.costs.config.config
        • revrt.costs.config.config.parse_cap_class
        • revrt.costs.config.config.parse_config
        • revrt.costs.config.config.TransmissionConfig
    • revrt.costs.dry_costs_creator
      • revrt.costs.dry_costs_creator.DEFAULT_HILL_MULTIPLIER
      • revrt.costs.dry_costs_creator.DEFAULT_MTN_MULTIPLIER
      • revrt.costs.dry_costs_creator.DEFAULT_HILL_SLOPE
      • revrt.costs.dry_costs_creator.DEFAULT_MTN_SLOPE
      • revrt.costs.dry_costs_creator.NLCD_LAND_USE_CLASSES
      • revrt.costs.dry_costs_creator.WATER_NLCD_CODE
      • revrt.costs.dry_costs_creator.WATER_MULTIPLIER
      • revrt.costs.dry_costs_creator.compute_land_use_multipliers
      • revrt.costs.dry_costs_creator.compute_slope_multipliers
      • revrt.costs.dry_costs_creator.DryCostsCreator
    • revrt.costs.layer_creator
      • revrt.costs.layer_creator.LayerCreator
    • revrt.costs.masks
      • revrt.costs.masks.Masks
  • revrt.exceptions
    • revrt.exceptions.revrtAttributeError
    • revrt.exceptions.revrtConfigurationError
    • revrt.exceptions.revrtError
    • revrt.exceptions.revrtFileExistsError
    • revrt.exceptions.revrtFileNotFoundError
    • revrt.exceptions.revrtKeyError
    • revrt.exceptions.revrtNotImplementedError
    • revrt.exceptions.revrtProfileCheckError
    • revrt.exceptions.revrtRuntimeError
    • revrt.exceptions.revrtTypeError
    • revrt.exceptions.revrtValueError
  • revrt.models
    • revrt.models.cost_layers
      • revrt.models.cost_layers.Extents
      • revrt.models.cost_layers.LayerBuildComponents
      • revrt.models.cost_layers.Layers
      • revrt.models.cost_layers.DryCosts
      • revrt.models.cost_layers.IsoMultipliers
      • revrt.models.cost_layers.LandUseMultipliers
      • revrt.models.cost_layers.LayerBuildConfig
      • revrt.models.cost_layers.LayerConfig
      • revrt.models.cost_layers.MergeFrictionBarriers
      • revrt.models.cost_layers.RangeConfig
      • revrt.models.cost_layers.Rasterize
      • revrt.models.cost_layers.SlopeMultipliers
      • revrt.models.cost_layers.TransmissionLayerCreationConfig
  • revrt.spatial_characterization
    • revrt.spatial_characterization.cli
      • revrt.spatial_characterization.cli.buffered_route_characterizations
    • revrt.spatial_characterization.stats
      • revrt.spatial_characterization.stats.ComputableStats
      • revrt.spatial_characterization.stats.FractionalStat
      • revrt.spatial_characterization.stats.Stat
    • revrt.spatial_characterization.zonal
      • revrt.spatial_characterization.zonal.ZonalStats
  • revrt.utilities
    • revrt.utilities.base
      • revrt.utilities.base.TRANSFORM_ATOL
      • revrt.utilities.base.buffer_routes
      • revrt.utilities.base.check_geotiff
      • revrt.utilities.base.delete_data_file
      • revrt.utilities.base.elapsed_time_as_str
      • revrt.utilities.base.expand_dim_if_needed
      • revrt.utilities.base.file_full_path
      • revrt.utilities.base.load_data_using_layer_file_profile
      • revrt.utilities.base.log_mem
      • revrt.utilities.base.save_data_using_custom_props
      • revrt.utilities.base.save_data_using_layer_file_profile
    • revrt.utilities.cli
      • revrt.utilities.cli.layers_from_file
    • revrt.utilities.handlers
      • revrt.utilities.handlers.LayeredFile
    • revrt.utilities.raster
      • revrt.utilities.raster.rasterize
      • revrt.utilities.raster.rasterize_shape_file
  • revrt.warn
    • revrt.warn.revrtDeprecationWarning
    • revrt.warn.revrtWarning
  • revrt
  • revrt.warn

revrt.warn#

Custom Warning for reVRt

Exceptions

revrtDeprecationWarning(*args, **kwargs)

revrt deprecation warning

revrtWarning(*args, **kwargs)

Generic revrt Warning

previous

revrt.utilities.raster.rasterize_shape_file

next

revrt.warn.revrtDeprecationWarning

© Copyright 2025, Alliance for Sustainable Energy, LLC.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.