-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #735 from kartoza/timlinux/issue704
Geenrate aggregate for polygon work opportunities layer
- Loading branch information
Showing
119 changed files
with
2,174 additions
and
1,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
from .area_iterator import AreaIterator | ||
from .population_processor import PopulationRasterProcessingTask | ||
from .wee_score_processor import WEEByPopulationScoreProcessingTask | ||
from .wee_by_population_score_processor import WEEByPopulationScoreProcessingTask | ||
from .subnational_aggregation_processor import SubnationalAggregationProcessingTask | ||
from .opportunities_mask_processor import OpportunitiesMaskProcessor | ||
from .utilities import ( | ||
assign_crs_to_raster_layer, | ||
assign_crs_to_vector_layer, | ||
subset_vector_layer, | ||
geometry_to_memory_layer, | ||
check_and_reproject_layer, | ||
combine_rasters_to_vrt, | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.