-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update publish-to-pypi.yml #318
Merged
Merged
Conversation
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
Santonia27
added a commit
that referenced
this pull request
Jul 29, 2024
* quickcommit * add new composite area as parameter for aggregation zone setup * define function to split composite area based on aggregation * update comments * fix function split_composite_areas * drop index right from exposure_gdf * bugfixes aggregation composite areas * remove files * revert changes in example * remove file * add file * fix split composite area code * improve new_composite_area code * remove unneccessary code lines * updated files * fixed bug that renaming was in an else statement * split max potential damages for new composite area * fix parameter list * update split_max_potential_damage function * divide between cont and structure when splititing damages for new composite area * place empty list out of loop * merge new max structure and content to old exposuregdf * round max potential damages * fix split composite area potential damages bug * add docstrings and comments * update spatial_joins function so aligns with floodadapt branch * update join_exposure_aggregation_areas with floodadapt branch * update with floodadapt branch * update setup_aggregation areas to align with floodadapt branch * update equity aggregation function aligning with floodadapt branch * add additional attributes function * align with floodadapt branch * add classification setup * change order data_types * add classificationsettings to data types * remove duplicated code lines * remove unused bool from parameter list * bugfixes * remove brackets from _assert table function * fix new composite area object id. Remove original composite areas from being written * bugfix object ID * new object names * fix new object ID generation * close brackets * give default False value for new composite area * bugfix join exposure * add unit back to ground elevation function * rename geoid short svi * import rename geoid short function * add rename geoid short to equity * quickcommit * add new composite area as parameter for aggregation zone setup * define function to split composite area based on aggregation * update comments * fix function split_composite_areas * drop index right from exposure_gdf * bugfixes aggregation composite areas * remove files * revert changes in example * remove file * add file * fix split composite area code * improve new_composite_area code * remove unneccessary code lines * fixed bug that renaming was in an else statement * updated files * split max potential damages for new composite area * fix parameter list * update split_max_potential_damage function * divide between cont and structure when splititing damages for new composite area * place empty list out of loop * merge new max structure and content to old exposuregdf * round max potential damages * fix split composite area potential damages bug * add docstrings and comments * update spatial_joins function so aligns with floodadapt branch * update with floodadapt branch * update setup_aggregation areas to align with floodadapt branch * add additional attributes function * align with floodadapt branch * add classification setup * change order data_types * remove duplicated code lines * bugfixes * fix new composite area object id. Remove original composite areas from being written * bugfix object ID * new object names * fix new object ID generation * give default False value for new composite area * bugfix join exposure * add condition to remove levels for muktipolygons in split_composite * add file_names list * bugfix fiat.py in setup_attributes * bugfix esposure remove double line * remove svi --------- Co-authored-by: Panos Athanasiou <[email protected]>
savente93
added a commit
that referenced
this pull request
Sep 4, 2024
* Update pyproject.toml * Fix black * Update pyproject.toml * Chore: fix inclusion of datafiles when installing as a package * revert breaking changes from pull#328 * reverted changes in setup_hazard to make sure floodadapt works * add if statement setup_gorund_elevation * osm * updated svi creation with spatial join info (#345) * updated svi creation with spatial join info * correct naming of geom * update environment.yml * Add destructor for closing the loggers (#347) * Add destructor * Add logger name check * Road updates (#348) * change Primary Object Type "roads"to "road" * remove road damages * remove road threshold * add conversion road segment * unit conversion for roads and 2 decimals * add condition source == OSM * set extraction method to centroid * remove # to outcomment threshold functions * remove damage functoin road * bugfix roads quickbuild * add line ground floor height 0 to roads * fix errors raised in ddb quickbuild (#353) * Save bf (#354) * write building footprints * add bf variable to exposure * add bf spatial joins * updae self.building_footprints to empty geodataframe as initial condition * corrected bug with indexing of block groups (#355) * Small bf correction (#364) * bf naming correction * change ids to integers * #318 new composite area aggregation (#284) * quickcommit * add new composite area as parameter for aggregation zone setup * define function to split composite area based on aggregation * update comments * fix function split_composite_areas * drop index right from exposure_gdf * bugfixes aggregation composite areas * remove files * revert changes in example * remove file * add file * fix split composite area code * improve new_composite_area code * remove unneccessary code lines * updated files * fixed bug that renaming was in an else statement * split max potential damages for new composite area * fix parameter list * update split_max_potential_damage function * divide between cont and structure when splititing damages for new composite area * place empty list out of loop * merge new max structure and content to old exposuregdf * round max potential damages * fix split composite area potential damages bug * add docstrings and comments * update spatial_joins function so aligns with floodadapt branch * update join_exposure_aggregation_areas with floodadapt branch * update with floodadapt branch * update setup_aggregation areas to align with floodadapt branch * update equity aggregation function aligning with floodadapt branch * add additional attributes function * align with floodadapt branch * add classification setup * change order data_types * add classificationsettings to data types * remove duplicated code lines * remove unused bool from parameter list * bugfixes * remove brackets from _assert table function * fix new composite area object id. Remove original composite areas from being written * bugfix object ID * new object names * fix new object ID generation * close brackets * give default False value for new composite area * bugfix join exposure * add unit back to ground elevation function * rename geoid short svi * import rename geoid short function * add rename geoid short to equity * quickcommit * add new composite area as parameter for aggregation zone setup * define function to split composite area based on aggregation * update comments * fix function split_composite_areas * drop index right from exposure_gdf * bugfixes aggregation composite areas * remove files * revert changes in example * remove file * add file * fix split composite area code * improve new_composite_area code * remove unneccessary code lines * fixed bug that renaming was in an else statement * updated files * split max potential damages for new composite area * fix parameter list * update split_max_potential_damage function * divide between cont and structure when splititing damages for new composite area * place empty list out of loop * merge new max structure and content to old exposuregdf * round max potential damages * fix split composite area potential damages bug * add docstrings and comments * update spatial_joins function so aligns with floodadapt branch * update with floodadapt branch * update setup_aggregation areas to align with floodadapt branch * add additional attributes function * align with floodadapt branch * add classification setup * change order data_types * remove duplicated code lines * bugfixes * fix new composite area object id. Remove original composite areas from being written * bugfix object ID * new object names * fix new object ID generation * give default False value for new composite area * bugfix join exposure * add condition to remove levels for muktipolygons in split_composite * add file_names list * bugfix fiat.py in setup_attributes * bugfix esposure remove double line * remove svi --------- Co-authored-by: Panos Athanasiou <[email protected]> * fixed bugs with indexing (#365) * fixed bugs with indexing * update test to match changes --------- Co-authored-by: Santonia27 <[email protected]> --------- Co-authored-by: LuukBlom <[email protected]> Co-authored-by: sarah.rautenbach <[email protected]> Co-authored-by: LuukBlom <[email protected]> Co-authored-by: Panos Athanasiou <[email protected]> Co-authored-by: Panos Athanasiou <[email protected]> Co-authored-by: dladrichem <[email protected]> Co-authored-by: Santonia27 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.