Opened 12 years ago
Closed 9 years ago
#214 closed enhancement (wontfix)
Include broadcasting rules from numpy into WCPS
Reported by: | Owned by: | abeccati | |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | petascope | Version: | 8.3 |
Keywords: | wcps array broadcast numpy | Cc: | Marcus Sen |
Complexity: | Very Hard |
Description
Python array processing library numpy provides a nice way of handling arrays of different dimensionality, that would also allow operations between scalar values and arrays by broadcasting a scalar to an array according to well defined rules [1].
Change History (5)
comment:1 by , 12 years ago
Milestone: | → Future |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | → 8.3 |
comment:2 by , 11 years ago
Cc: | added |
---|---|
Complexity: | → Very Hard |
comment:3 by , 11 years ago
can we have an update on the reference?
"The requested URL /EricsBroadcastingDoc was not found on this server."
thanks!
comment:4 by , 11 years ago
New location of numpy broadcasting notes http://wiki.scipy.org/EricsBroadcastingDoc
comment:5 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Implementation of WCPS is based on the official document issued by OGC. To be in conformance we cannot implement type casting rules of some other programming language.
Type coercion is already available in rasdaman, so we should check what is missing.