-
rgba data in numpy is usually represented as an array with n spatial dimensions and 1 channel dimension that has length 3 (for rgb) or length 4 (for rgba). This is a little unfortunate, because the rg…
d-v-b updated
4 years ago
-
This App cannot be used on brainlife because its output datatype is set to raw. would it be possible to update the App and define the datatype needed?
-
-
```
Get elk-parent-datatypes to the point where it can be merged into /trunk. This
involves (but not necessarily limited to) the following:
1) Efficient indexing (in a dedicate reasoning stage) and …
-
Looking at the current proposal for Datatype handles, there is a comment suggesting that language-specific types (e.g. `MPI_LONG`) may not be not necessary, and that they could be be just aliases to f…
-
I'm trying to write a literal xsd:double in here:
```Python
from rdflib import Graph, Literal, Namespace, URIRef, XSD
g = Graph()
example = Namespace("http://example.org/")
subject = URIRef("ht…
-
Define a datatype for specifying a duration.
The main question is if millisecond precision is enough, or if sub-millisecond precision is required often enough.
I lean towards just specifying i…
-
we don't have an `enum` datatype, but users have indicated that they want to constrain inputs to specific sets.
I think we should add an optional property to the Property class
-
First off, thank you for your work on this project. It has been a great help to me!
Secondly, are there any plans to implement the h5 compound datatype? I tried, then was thrown the message "not ye…
-
Hi,
I am writing a script to process pyang tree output. I am not able to derive the DataType of LeafRef node. By LeaftRef I mean the following:
+--ro contains-child* -> ../../c…