Skip to content
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

add module for working with spatialdata #180

Open
sophiamaedler opened this issue Feb 11, 2025 · 0 comments
Open

add module for working with spatialdata #180

sophiamaedler opened this issue Feb 11, 2025 · 0 comments

Comments

@sophiamaedler
Copy link
Collaborator

Add an additional module scportrait.spdata that contains functions to execute frequent operations with spatialdata.

Proposed structure:
spdata
- write → simplified wrapper functions to add new elements to an existing spatialdata object
- filter/tranforms → perform certain operations on existing spatialdata objects

The functions in this module should not implement new features for spatialdata but instead reduce the code overhead for doing things that are already possible in spatialdata so that they remain accessible even to inexperienced programmers.

This module should not replace the scportrait.filehandler capabilities, but should instead be the location for most of the code located there currently so that within the filehandler only the existing methods are executed with the required parameters to be compatible with the established standards within scportrait.

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

No branches or pull requests

1 participant