.gitattributes
.gitignore
.pre-commit-config.yaml
.pylintrc
CITATION.cff
LICENSE
README.rst
USAGE.md
environment.yml
pixi.lock
pyproject.toml
.github/CODEOWNERS
.github/codecov.yml
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation_improvement.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/installation_issue.yaml
.github/workflows/ci-python.yml
.github/workflows/codecov.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/release_drafter.yml
NLR_reVeal.egg-info/PKG-INFO
NLR_reVeal.egg-info/SOURCES.txt
NLR_reVeal.egg-info/dependency_links.txt
NLR_reVeal.egg-info/entry_points.txt
NLR_reVeal.egg-info/requires.txt
NLR_reVeal.egg-info/top_level.txt
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_cli/cli.rst
docs/source/_cli/reVeal batch.rst
docs/source/_cli/reVeal characterize.rst
docs/source/_cli/reVeal normalize.rst
docs/source/_cli/reVeal pipeline.rst
docs/source/_cli/reVeal reset-status.rst
docs/source/_cli/reVeal score-weighted.rst
docs/source/_cli/reVeal script.rst
docs/source/_cli/reVeal status.rst
docs/source/_cli/reVeal template-configs.rst
docs/source/_cli/reVeal.rst
docs/source/_static/custom.css
docs/source/_static/logo.png
docs/source/_templates/custom-class-template.rst
docs/source/_templates/custom-module-template.rst
docs/source/misc/examples.rst
docs/source/misc/installation.rst
docs/source/misc/installation_usage.rst
reVeal/__init__.py
reVeal/_version.py
reVeal/dataframe.py
reVeal/errors.py
reVeal/fileio.py
reVeal/grid.py
reVeal/load.py
reVeal/log.py
reVeal/normalization.py
reVeal/overlay.py
reVeal/cli/__init__.py
reVeal/cli/characterize.py
reVeal/cli/cli.py
reVeal/cli/downscale.py
reVeal/cli/normalize.py
reVeal/cli/score_weighted.py
reVeal/config/__init__.py
reVeal/config/characterize.py
reVeal/config/config.py
reVeal/config/downscale.py
reVeal/config/normalize.py
reVeal/config/score_weighted.py
tests/conftest.py
tests/test_dataframe.py
tests/test_fileio.py
tests/test_grid.py
tests/test_load.py
tests/test_log.py
tests/test_normalization.py
tests/test_overlay.py
tests/cli/test_cli.py
tests/config/test_characterize.py
tests/config/test_config.py
tests/config/test_downscale.py
tests/config/test_normalize.py
tests/config/test_score_weighted.py
tests/data/characterize/config.json
tests/data/characterize/grids/grid_1.gpkg
tests/data/characterize/grids/grid_2.gpkg
tests/data/characterize/grids/grid_3.gpkg
tests/data/characterize/outputs/grid_char.gpkg
tests/data/characterize/outputs/grid_char.parquet
tests/data/characterize/rasters/developable.tif
tests/data/characterize/rasters/fiber_availability_binary.tif
tests/data/characterize/rasters/fiber_lines_onshore_proximity.tif
tests/data/characterize/vectors/fiber_to_the_premises.gpkg
tests/data/characterize/vectors/fiber_to_the_premises.parquet
tests/data/characterize/vectors/generators.gpkg
tests/data/characterize/vectors/generators.parquet
tests/data/characterize/vectors/tlines.gpkg
tests/data/characterize/vectors/tlines.parquet
tests/data/downscale/config_region_weights.json
tests/data/downscale/config_regional.json
tests/data/downscale/config_total.json
tests/data/downscale/inputs/grid_char_weighted_scores.gpkg
tests/data/downscale/inputs/load_growth_projections/eer_us-adp-2024-central_national.csv
tests/data/downscale/inputs/load_growth_projections/eer_us-adp-2024-central_region_groups.csv
tests/data/downscale/inputs/load_growth_projections/eer_us-adp-2024-central_regional.csv
tests/data/downscale/inputs/regions/eer_adp_zones.gpkg
tests/data/downscale/inputs/regions/eer_adp_zones.parquet
tests/data/downscale/outputs/grid_downscaled_region_weights_year_cap.gpkg
tests/data/downscale/outputs/grid_downscaled_regional.gpkg
tests/data/downscale/outputs/grid_downscaled_regional_year_cap.gpkg
tests/data/downscale/outputs/grid_downscaled_total.gpkg
tests/data/downscale/outputs/grid_downscaled_total_year_cap.gpkg
tests/data/edge_case_inputs/combo_lines_multilines.gpkg
tests/data/edge_case_inputs/combo_lines_multilines.parquet
tests/data/edge_case_inputs/multipoint.gpkg
tests/data/edge_case_inputs/multipoint.parquet
tests/data/edge_case_inputs/no_geometry.parquet
tests/data/grid/grid_2_neighbors_0.gpkg
tests/data/grid/grid_2_neighbors_1.gpkg
tests/data/grid/grid_2_neighbors_2.gpkg
tests/data/load/apportioned_regional_loads.csv
tests/data/normalize/config.json
tests/data/normalize/outputs/grid_normalized.gpkg
tests/data/overlays/area_apportioned_sum_results.gpkg
tests/data/overlays/area_apportioned_sum_results_filtered.gpkg
tests/data/overlays/area_results.gpkg
tests/data/overlays/area_results_weighted_False.gpkg
tests/data/overlays/area_results_weighted_True.gpkg
tests/data/overlays/area_weighted_average_results.gpkg
tests/data/overlays/area_weighted_average_results_filtered.gpkg
tests/data/overlays/area_weighted_majority_filtered.gpkg
tests/data/overlays/area_weighted_majority_results.gpkg
tests/data/overlays/feature_count_results.gpkg
tests/data/overlays/feature_count_results_filtered.gpkg
tests/data/overlays/feature_sum_results.gpkg
tests/data/overlays/feature_sum_results_filtered.gpkg
tests/data/overlays/percent_covered_results.gpkg
tests/data/overlays/percent_covered_results_filtered.gpkg
tests/data/overlays/sum_area_results.gpkg
tests/data/overlays/sum_area_results_filtered.gpkg
tests/data/overlays/sum_attribute_length_results.gpkg
tests/data/overlays/sum_attribute_length_results_filtered.gpkg
tests/data/overlays/sum_length_results.gpkg
tests/data/overlays/sum_length_results_fiber_to_the_premises.gpkg
tests/data/overlays/sum_length_results_fiber_to_the_premises_filtered.gpkg
tests/data/overlays/sum_length_results_generators.gpkg
tests/data/overlays/sum_length_results_generators_filtered.gpkg
tests/data/overlays/sum_length_results_tlines.gpkg
tests/data/overlays/sum_length_results_tlines_filtered.gpkg
tests/data/overlays/zonal_count_weighted_False.gpkg
tests/data/overlays/zonal_mean_weighted_False.gpkg
tests/data/overlays/zonal_mean_weighted_True.gpkg
tests/data/overlays/zonal_median_weighted_False.gpkg
tests/data/overlays/zonal_sum_weighted_False.gpkg
tests/data/overlays/zonal_sum_weighted_True.gpkg
tests/data/score_weighted/config.json
tests/data/score_weighted/outputs/grid_scores.gpkg
tests/data/score_weighted/outputs/test_scores.csv