Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DutchSailor/GIS2BIM
/ functions
Functions
9,057 in github.com/DutchSailor/GIS2BIM
⨍
Functions
9,057
◇
Types & classes
1,389
↳
Endpoints
202
↓ 41 callers
Function
dtype
(request)
nodes/Dynamo 2.x/bin/numpy/random/tests/test_smoke.py:13
↓ 41 callers
Function
geomspace
Return numbers spaced evenly on a log scale (a geometric progression). This is similar to `logspace`, but with endpoints specified directly.
nodes/Dynamo 2.x/bin/numpy/core/function_base.py:289
↓ 41 callers
Function
mask_or
Combine two masks with the ``logical_or`` operator. The result may be a view on `m1` or `m2` if the other is `nomask` (i.e. False).
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1689
↓ 41 callers
Function
min
(obj, axis=None, out=None, fill_value=None, keepdims=np._NoValue)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6566
↓ 41 callers
Method
set_info
(self, **info)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:620
↓ 40 callers
Method
find
For each element, return the lowest index in the string where substring `sub` is found. See also -------- ch
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2229
↓ 40 callers
Method
resize
.. warning:: This method does nothing, except raise a ValueError exception. A masked array does not own its data and
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4603
↓ 39 callers
Method
fastclip
(self, a, m, M, out=None, casting=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:1418
↓ 38 callers
Method
_test_not_equal
(self, a, b)
nodes/Dynamo 2.x/bin/numpy/testing/tests/test_utils.py:28
↓ 38 callers
Function
linspace
Return evenly spaced numbers over a specified interval. Returns `num` evenly spaced samples, calculated over the interval [`start`, `sto
nodes/Dynamo 2.x/bin/numpy/core/function_base.py:38
↓ 38 callers
Method
max
Maximum value of given dtype.
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:522
↓ 38 callers
Method
record
Append a new recording filter or apply it if the state is entered. All warnings matching will be appended to the ``log`` attribute.
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:2126
↓ 37 callers
Method
get_version
(self,*args,**kwds)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/ibm.py:31
↓ 37 callers
Method
index
Like `find`, but raises `ValueError` when the substring is not found. See also -------- char.index
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2241
↓ 37 callers
Method
min
Return the minimum along a given axis. Parameters ---------- axis : {None, int}, optional Axis along whi
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5604
↓ 36 callers
Method
all
Test whether all matrix elements along a given axis evaluate to True. Parameters ---------- See `numpy.all` for comp
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:573
↓ 36 callers
Function
getdata
Return the data of a masked array as an ndarray. Return the data of `a` (if any) as an ndarray if `a` is a ``MaskedArray``, else return
nodes/Dynamo 2.x/bin/numpy/ma/core.py:666
↓ 36 callers
Function
iter_indices
(i)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_nditer.py:22
↓ 36 callers
Function
where
Return a masked array with elements from `x` or `y`, depending on condition. .. note:: When only `condition` is provided, this funct
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7129
↓ 35 callers
Function
assert_array_strict_equal
(x, y)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:1396
↓ 35 callers
Function
check_real_value
(f, x1, y1, x, exact=True)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath_complex.py:529
↓ 35 callers
Method
std
Returns the standard deviation of the array elements along given axis. Masked entries are ignored. Refer to `numpy.std` for
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5310
↓ 34 callers
Function
_check_branch_cut
Check for a branch cut in a function. Assert that `x0` lies on a branch cut of function `f` and `f` is continuous from the direction `dx
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:2767
↓ 34 callers
Function
add
(line, ret=ret)
nodes/Dynamo 2.x/bin/numpy/f2py/func2subr.py:100
↓ 34 callers
Function
assert_equal_records
Asserts that two records are equal. Pretty crude for now.
nodes/Dynamo 2.x/bin/numpy/ma/testutils.py:95
↓ 33 callers
Function
get_info
notfound_action: 0 - do nothing 1 - display warning message 2 - raise error
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:370
↓ 33 callers
Function
is_string
(s)
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:455
↓ 33 callers
Function
masked_where
Mask an array where a condition is met. Return `a` as an array masked where `condition` is True. Any masked values of `a` or `condition`
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1825
↓ 33 callers
Function
trim
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_chebyshev.py:16
↓ 32 callers
Function
assert_raises_fpe
(strmatch, callable, *args, **kwargs)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_half.py:11
↓ 32 callers
Method
flatten
Return a flattened copy of the matrix. All `N` elements of the matrix are placed into a single row. Parameters ----
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:378
↓ 32 callers
Function
print_cmd_status
(ctx, s)
nodes/Dynamo 2.x/bin/cjio/cjio.py:751
↓ 31 callers
Method
argmin
Return array of indices to the minimum values along the given axis. Parameters ---------- axis : {None, integer}
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5439
↓ 31 callers
Function
is_sequence
(seq)
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:465
↓ 31 callers
Method
prod
Return the product of the array elements over the given axis. Masked elements are set to 1 internally for computation. Refe
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5085
↓ 31 callers
Function
trim
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_polynomial.py:15
↓ 30 callers
Method
endswith
Returns a boolean array which is `True` where the string element in `self` ends with `suffix`, otherwise `False`. See also
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2205
↓ 30 callers
Method
readline
(self, n: int = -1)
nodes/Dynamo 2.x/bin/click/testing.py:41
↓ 29 callers
Method
rstrip
For each element in `self`, return a copy with the trailing characters removed. See also -------- char.rstri
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2470
↓ 29 callers
Method
squeeze
(self)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_regression.py:1735
↓ 29 callers
Function
trim
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_legendre.py:29
↓ 29 callers
Function
trim
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_hermite.py:29
↓ 29 callers
Function
trim
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_hermite_e.py:29
↓ 29 callers
Function
trim
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_laguerre.py:26
↓ 29 callers
Method
warn
(self)
nodes/Dynamo 2.x/bin/cjio/errors.py:29
↓ 28 callers
Function
empty
Return a new matrix of given shape and type, without initializing entries. Parameters ---------- shape : int or tuple of int Shap
nodes/Dynamo 2.x/bin/numpy/matlib.py:13
↓ 28 callers
Function
make_mask
Create a boolean mask from an array. Return `m` as a boolean mask, creating a copy if necessary or requested. The function can accept an
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1550
↓ 28 callers
Method
trace
(this docstring should be overwritten)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4928
↓ 28 callers
Function
zeros
Return a matrix of given shape and type, filled with zeros. Parameters ---------- shape : int or sequence of ints Shape of t
nodes/Dynamo 2.x/bin/numpy/matlib.py:96
↓ 27 callers
Method
__setmask__
Set the mask.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3375
↓ 27 callers
Method
_check
(self, spec, wanted)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:6732
↓ 27 callers
Method
assert_array_equal
Checks the elementwise equality of two masked arrays.
nodes/Dynamo 2.x/bin/numpy/ma/timer_comparison.py:109
↓ 27 callers
Method
conjugate
(self)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_ufunc.py:117
↓ 27 callers
Function
l_or
(*f)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:573
↓ 26 callers
Method
mean
Returns the average of the array elements along given axis. Masked entries are ignored, and result elements which are not fi
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5158
↓ 25 callers
Method
_test_equal
(self, a, b)
nodes/Dynamo 2.x/bin/numpy/testing/tests/test_utils.py:25
↓ 25 callers
Method
accumulate
Accumulate `target` along `axis` after filling with y fill value.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1107
↓ 25 callers
Function
asanyarray
Convert the input to an ndarray, but pass ndarray subclasses through. Parameters ---------- a : array_like Input data, in any for
nodes/Dynamo 2.x/bin/numpy/core/_asarray.py:89
↓ 25 callers
Function
assert_dtype_equal
(a, b)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_dtype.py:16
↓ 25 callers
Function
echo
Print a message and newline to stdout or a file. This should be used instead of :func:`print` because it provides better support for different
nodes/Dynamo 2.x/bin/click/utils.py:205
↓ 25 callers
Function
isarray
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:96
↓ 24 callers
Function
all
Test whether all array elements along a given axis evaluate to True. Parameters ---------- a : array_like Input array or obj
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:2278
↓ 24 callers
Function
asarray
Convert the input to an array. Parameters ---------- a : array_like Input data, in any form that can be converted to an array. T
nodes/Dynamo 2.x/bin/numpy/core/_asarray.py:17
↓ 24 callers
Function
concatenate
Concatenate a sequence of arrays along the given axis. Parameters ---------- arrays : sequence of array_like The arrays must
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6786
↓ 24 callers
Function
corrcoef
Return Pearson product-moment correlation coefficients. Except for the handling of missing data this function does the same as `numpy.co
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1369
↓ 24 callers
Function
make_mask_descr
Construct a dtype description list from a given dtype. Returns a new dtype object, with the type of all fields in `ndtype` to a boolean
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1324
↓ 24 callers
Function
markoutercomma
(line, comma=',')
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:817
↓ 24 callers
Function
ndpointer
Array-checking restype/argtypes. An ndpointer instance is used to describe an ndarray in restypes and argtypes specifications. This app
nodes/Dynamo 2.x/bin/numpy/ctypeslib.py:231
↓ 24 callers
Function
ones
Return a new array of given shape and type, filled with ones. Parameters ---------- shape : int or sequence of ints Shape of
nodes/Dynamo 2.x/bin/numpy/core/numeric.py:167
↓ 23 callers
Function
_check_fill_value
Private function validating the given `fill_value` for the given dtype. If fill_value is None, it is set to the default corresponding to the
nodes/Dynamo 2.x/bin/numpy/ma/core.py:439
↓ 23 callers
Method
_check_roundtrip
(self, obj)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:6841
↓ 23 callers
Function
allclose
Returns True if two arrays are element-wise equal within a tolerance. This function is equivalent to `allclose` except that masked values
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7676
↓ 23 callers
Method
compress
Return `a` where condition is ``True``. If condition is a `MaskedArray`, missing values are considered as ``False``.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3766
↓ 23 callers
Function
dictappend
(rd, ar)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:766
↓ 23 callers
Method
has_shared_memory
Check that created array shares data with input array.
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_array_from_pyobj.py:285
↓ 23 callers
Method
outer
Return the function applied to the outer product of a and b.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6550
↓ 22 callers
Function
PyArray_NDIM
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1477
↓ 22 callers
Function
allequal
Return True if all entries of a and b are equal, using fill_value as a truth value where either or both are masked. Parameters -----
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7618
↓ 22 callers
Function
asarray
Convert the input to a `chararray`, copying the data only if necessary. Versus a regular NumPy array of type `str` or `unicode`, this
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2770
↓ 22 callers
Function
get_exception
()
nodes/Dynamo 2.x/bin/numpy/distutils/compat.py:9
↓ 22 callers
Method
values
Dict-like values() that returns a list of values of cookies from the jar. .. seealso:: keys() and items().
nodes/Dynamo 2.x/bin/requests/cookies.py:244
↓ 21 callers
Function
_assert_no_error
Checks the return code and throws an exception if there is an error to report
nodes/Dynamo 2.x/bin/urllib3/contrib/_securetransport/low_level.py:129
↓ 21 callers
Method
assert_path_equal
(self, comp, benchmark)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_einsum.py:875
↓ 21 callers
Function
concatenate
concatenate((a1, a2, ...), axis=0, out=None) Join a sequence of arrays along an existing axis. Parameters ---------- a1, a2, ..
nodes/Dynamo 2.x/bin/numpy/core/multiarray.py:146
↓ 21 callers
Method
count
Count the non-masked elements of the array along the given axis. Parameters ---------- axis : None or int or tuple o
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4384
↓ 21 callers
Method
cumsum
Return the cumulative sum of the array elements over the given axis. Masked values are set to 0 internally during the computation.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5044
↓ 21 callers
Method
filled
Return a copy of self, with masked values filled with a given value. **However**, if there are no masked values to fill, self will be
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3663
↓ 21 callers
Function
gentitle
(name)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:730
↓ 21 callers
Method
ptp
Return (maximum - minimum) along the given dimension (i.e. peak-to-peak value). Parameters ---------- axis :
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5797
↓ 21 callers
Method
put
Set storage-indexed locations to corresponding values. Sets self._data.flat[n] = values[n] for each n in indices. If `values
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4621
↓ 21 callers
Function
shape
maskedarray version of the numpy function.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7112
↓ 21 callers
Method
tofile
Save a masked array to a file in binary format. .. warning:: This function is not implemented yet. Raises
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5982
↓ 20 callers
Method
_generate_data
(self, n, m)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:1436
↓ 20 callers
Method
check
(ctype, dtype)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_dtype.py:1086
↓ 20 callers
Function
check_contig
(a, ccontig, fcontig)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_api.py:482
↓ 20 callers
Function
isstring
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:78
↓ 20 callers
Function
multiply
Return (a * i), that is string multiple concatenation, element-wise. Values in `i` of less than 0 are treated as 0 (which yields an
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:324
↓ 20 callers
Function
njoin
Join two or more pathname components + - convert a /-separated pathname to one using the OS's path separator. - resolve `..` and `.` from path
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:178
↓ 20 callers
Method
ravel
Return a flattened matrix. Refer to `numpy.ravel` for more documentation. Parameters ---------- order : {'C
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:899
↓ 20 callers
Method
tell
Obtain the number of bytes pulled over the wire so far. May differ from the amount of content returned by :meth:``urllib3.response.HT
nodes/Dynamo 2.x/bin/urllib3/response.py:309
← previous
next →
101–200 of 9,057, ranked by callers