Skip to content

aggregate spatial geojson2vectorcube (issue #141) #142

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

Closed

Conversation

soxofaan
Copy link
Member

@soxofaan soxofaan commented Oct 7, 2022

PR for self-review
issue #141: automatically convert inline geojson in aggregate_spatial to new vector cube implementation

@@ -161,7 +161,7 @@ def __init__(self, data, format: str = "json", options: dict = None):
super().__init__(format=format, options=options)
self.data = data

def write_assets(self, path:str) -> Dict[str, StacAsset]:
def write_assets(self, path: Union[str, Path]) -> Dict[str, StacAsset]:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path arg name is inconsistent with other write_assets

@soxofaan soxofaan force-pushed the issue141-aggregate-spatial-geojson2vectorcube branch from 73ae035 to d9d9f90 Compare October 7, 2022 15:38
@soxofaan soxofaan closed this Oct 10, 2022
@soxofaan soxofaan deleted the issue141-aggregate-spatial-geojson2vectorcube branch October 10, 2022 13:10
@soxofaan
Copy link
Member Author

did some more finetuning, squashing and merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant