You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: