MCPcopy Create free account

hub / github.com/DutchSailor/GIS2BIM / functions

Functions9,057 in github.com/DutchSailor/GIS2BIM

↓ 11 callersMethodadvance
(self, n)
nodes/Dynamo 2.x/bin/numpy/core/_internal.py:566
↓ 11 callersFunctionasmatrix
Interpret the input as a matrix. Unlike `matrix`, `asmatrix` does not make a copy if the input is already a matrix or an ndarray. Equiv
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:39
↓ 11 callersMethodassert_partitioned
(self, d, kth)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:2629
↓ 11 callersFunctionbuffer_length
(arr)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_unicode.py:14
↓ 11 callersFunctioncadd
(line, s=chooks)
nodes/Dynamo 2.x/bin/numpy/f2py/common_rules.py:60
↓ 11 callersFunctioncallable
(obj)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:565
↓ 11 callersFunctioncheck_internal_overlap
(a, manual_expected=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_mem_overlap.py:475
↓ 11 callersFunctionconsistent_subclass
(out, in_)
nodes/Dynamo 2.x/bin/numpy/linalg/tests/test_linalg.py:27
↓ 11 callersMethodget_confidence
(self)
nodes/Dynamo 2.x/bin/chardet/utf8prober.py:76
↓ 11 callersFunctionisMaskedArray
Test whether input is an instance of MaskedArray. This function returns True if `x` is an instance of MaskedArray and returns False othe
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6252
↓ 11 callersFunctioniter_iterindices
(i)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_nditer.py:29
↓ 11 callersFunctionmethod
(lists, value)
PyGIS2BIM/GIS2BIM_CRS.py:19288
↓ 11 callersMethodopen
Opens the file if it's not yet open. This call might fail with a :exc:`FileError`. Not handling this error will produce an error tha
nodes/Dynamo 2.x/bin/click/utils.py:144
↓ 11 callersFunctionparseGeometry
(projectLocation, scaleFactor,transformedBBox,geometries, vertices, decompressionTransform, filterBBox=True, c
PyGIS2BIM/GIS2BIM_CityJSON.py:36
↓ 11 callersFunctionparseGeometry
(geometries, vertices, decompressionTransform, filterBBox=True, cutGeometries=False, include
PyGIS2BIM/Examples/NL_CityJSONSendToSpeckle.py:65
↓ 11 callersMethodpartition
(self, *args, **kwargs)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5834
↓ 11 callersFunctionpolyval
Evaluate a polynomial at points x. If `c` is of length `n + 1`, this function returns the value .. math:: p(x) = c_0 + c_1 * x + ... +
nodes/Dynamo 2.x/bin/numpy/polynomial/polynomial.py:643
↓ 11 callersFunctionreplace_method
(klass, method_name, func)
nodes/Dynamo 2.x/bin/numpy/distutils/ccompiler.py:87
↓ 11 callersMethodrfind
For each element in `self`, return the highest index in the string where substring `sub` is found, such that `sub` is contained
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2411
↓ 10 callersFunctionPyArray_ITEMSIZE
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1537
↓ 10 callersMethod__init__
(self, pool, message)
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:23
↓ 10 callersFunction_test_redirected_print
(x, tp, ref=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_print.py:108
↓ 10 callersMethod_vertex_mapper
Maps vertex coordinates to vertex indices and/or apply transformation on them :param ring: A ring defined as an array of vertex indices pointi
nodes/Dynamo 2.x/bin/cjio/models.py:154
↓ 10 callersFunctionatleast_3d
View inputs as arrays with at least three dimensions. Parameters ---------- arys1, arys2, ... : array_like One or more array
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:141
↓ 10 callersMethodbuild_operands
(self, string, size_dict=global_size_dict)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_einsum.py:864
↓ 10 callersMethodclear
Empty our store of pools and direct them all to close. This will not affect in-flight connections, but they will not be re-u
nodes/Dynamo 2.x/bin/urllib3/poolmanager.py:215
↓ 10 callersMethodconnect
(self)
nodes/Dynamo 2.x/bin/urllib3/connection.py:199
↓ 10 callersFunctionempty_like
empty_like(prototype, dtype=None, order='K', subok=True, shape=None) Return a new array with the same shape and type as a given array.
nodes/Dynamo 2.x/bin/numpy/core/multiarray.py:78
↓ 10 callersMethodfoo
(*args)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_errstate.py:33
↓ 10 callersFunctiongisnan
like isnan, but always raise an error if type not supported instead of returning a TypeError object. Notes ----- isnan and other ufun
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:101
↓ 10 callersFunctionin1d
Test whether each element of an array is also present in a second array. The output is always a masked array. See `numpy.in1d` for more
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1141
↓ 10 callersMethodinvoke
Invokes a command callback in exactly the way it expects. There are two ways to invoke this method: 1. the first argument can be a
nodes/Dynamo 2.x/bin/click/core.py:709
↓ 10 callersMethodmakegen
(self)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:958
↓ 10 callersMethodmapparms
Return the mapping parameters. The returned values define a linear map ``off + scl*x`` that is applied to the input arguments before
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:679
↓ 10 callersFunctionmaximum_fill_value
Return the minimum value that can be represented by the dtype of an object. This function is useful for calculating a fill value suitable fo
nodes/Dynamo 2.x/bin/numpy/ma/core.py:356
↓ 10 callersFunctionminimum_fill_value
Return the maximum value that can be represented by the dtype of an object. This function is useful for calculating a fill value suitable fo
nodes/Dynamo 2.x/bin/numpy/ma/core.py:305
↓ 10 callersFunctionnew_fcompiler
Generate an instance of some FCompiler subclass for the supplied platform/compiler combination.
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/__init__.py:865
↓ 10 callersFunctionparse_url
Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is performed to parse incomplete urls. Fields not provided will be None.
nodes/Dynamo 2.x/bin/urllib3/util/url.py:330
↓ 10 callersMethodpaths
Apply glob to paths and prepend local_path if needed. Applies glob.glob(...) to each path in the sequence (if needed) and pre-pends t
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1402
↓ 10 callersFunctionpolyadd
Add one polynomial to another. Returns the sum of two polynomials `c1` + `c2`. The arguments are sequences of coefficients from lowest
nodes/Dynamo 2.x/bin/numpy/polynomial/polynomial.py:194
↓ 10 callersFunctionpolymulx
Multiply a polynomial by x. Multiply the polynomial `c` by x, where x is the independent variable. Parameters ---------- c : ar
nodes/Dynamo 2.x/bin/numpy/polynomial/polynomial.py:267
↓ 10 callersFunctionterm_len
(x: str)
nodes/Dynamo 2.x/bin/click/_compat.py:575
↓ 10 callersFunctiontimer
(s, v='', nloop=500, nrep=3)
nodes/Dynamo 2.x/bin/numpy/ma/bench.py:41
↓ 10 callersMethodtitle
For each element in `self`, return a titlecased version of the string: words start with uppercase characters, all remaining cased
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2542
↓ 9 callersFunctionPyArray_DIM
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1507
↓ 9 callersMethod_collapse
A convenience function for operations that want to collapse to a scalar like _align, but are using keepdims=True
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:255
↓ 9 callersFunction_realType
(t, default=double)
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:134
↓ 9 callersMethodadd_data_files
Add data files to configuration data_files. Parameters ---------- files : sequence Argument(s) can be either
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1183
↓ 9 callersMethodadd_include_dirs
Add paths to configuration include directories. Add the given sequence of paths to the beginning of the include_dirs list. This list
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1352
↓ 9 callersFunctionasanyarray
Convert the input to a masked array, conserving subclasses. If `a` is a subclass of `MaskedArray`, its class is conserved. No copy is pe
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7828
↓ 9 callersFunctionassert_no_warnings
Fail if the given callable produces any warnings. If called with all arguments omitted, may be used as a context manager: with asse
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1769
↓ 9 callersMethodcheck_libs
If static or shared libraries are available then return their info dictionary. Checks for all libraries as shared libraries first, th
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:822
↓ 9 callersMethodcheck_pickling
(self, dtype)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_dtype.py:957
↓ 9 callersFunctionchoose
Use an index array to construct a new array from a set of choices. Given an array of integers and a set of n choice arrays, this method
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7220
↓ 9 callersFunctioncompare_methods
(methodname, args, vars='x', nloop=500, test=True, xs=xs, nmxs=nmxs, xl=xl, nmxl=nmxl)
nodes/Dynamo 2.x/bin/numpy/ma/bench.py:72
↓ 9 callersMethodcumprod
Return the cumulative product of the array elements over the given axis. Masked values are set to 1 internally during the computatio
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5127
↓ 9 callersFunctionediff1d
Compute the differences between consecutive elements of an array. This function is the equivalent of `numpy.ediff1d` that takes masked v
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1029
↓ 9 callersMethodfit
Least squares fit to data. Return a series instance that is the least squares fit to the data `y` sampled at `x`. The domain of the r
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:811
↓ 9 callersMethodget_distribution
Return the distutils distribution object for self.
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:881
↓ 9 callersFunctionget_linalg_error_extobj
(callback)
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:111
↓ 9 callersFunctionget_masked_subclass
Return the youngest subclass of MaskedArray from a list of (masked) arrays. In case of siblings, the first listed takes over.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:639
↓ 9 callersFunctionget_rtol
(dtype)
nodes/Dynamo 2.x/bin/numpy/linalg/tests/test_linalg.py:55
↓ 9 callersFunctiongetstrlength
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/capi_maps.py:287
↓ 9 callersMethodis_intent
(self, *names)
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_array_from_pyobj.py:84
↓ 9 callersFunctionisatty
(stream: t.IO)
nodes/Dynamo 2.x/bin/click/_compat.py:579
↓ 9 callersMethoditems
(self)
nodes/Dynamo 2.x/bin/urllib3/_collections.py:308
↓ 9 callersFunctionless_equal
Return (x1 <= x2) element-wise. Unlike `numpy.less_equal`, this comparison is performed by first stripping whitespace characters from th
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:189
↓ 9 callersFunctionlike_function
()
nodes/Dynamo 2.x/bin/numpy/matrixlib/tests/test_interaction.py:117
↓ 9 callersFunctionsetmesstext
(block)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:1798
↓ 9 callersMethodsleep
Sleep between retry attempts. This method will respect a server's ``Retry-After`` response header and sleep the duration of the time
nodes/Dynamo 2.x/bin/urllib3/util/retry.py:399
↓ 9 callersFunctionstripcomma
(s)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:741
↓ 9 callersFunctionto_native_string
Given a string object, regardless of type, returns a representation of that string in the native string type, encoding and decoding where nece
nodes/Dynamo 2.x/bin/requests/_internal_utils.py:14
↓ 9 callersFunctionvstack
Stack arrays in sequence vertically (row wise). This is equivalent to concatenation along the first axis after 1-D arrays of shape `(N,)
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:224
↓ 8 callersMethod__new__
(self, data, mask=nomask, dtype=None, fill_value=None, hardmask=False, copy=False, subok=True)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6118
↓ 8 callersMethod__radd__
Return (other + self), that is string concatenation, element-wise for a pair of array_likes of `string_` or `unicode_`. See
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2079
↓ 8 callersMethod_add
(c1, c2)
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:94
↓ 8 callersFunction_add_doc
Add documentation to a function.
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:75
↓ 8 callersMethod_add_module
(self, mod, *fullnames)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:173
↓ 8 callersFunction_arraymethod
Return a class method wrapper around a basic array method. Creates a class method which returns a masked array, where the new ``_data``
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2551
↓ 8 callersFunction_block_setup
Returns (`arrays`, list_ndim, result_ndim, final_size)
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:861
↓ 8 callersMethod_compile
(self, body, headers, include_dirs, lang)
nodes/Dynamo 2.x/bin/numpy/distutils/command/config.py:106
↓ 8 callersMethod_generate_int32_data
(self, n, m)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:1462
↓ 8 callersMethod_read_csv
(cls, filename)
nodes/Dynamo 2.x/bin/numpy/random/tests/test_direct.py:155
↓ 8 callersFunction_register_type
(machar, bytepat)
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:92
↓ 8 callersMethod_repr_latex_scalar
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:307
↓ 8 callersMethod_sub
(c1, c2)
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:99
↓ 8 callersFunction_to_string_or_unicode_array
Helper function to cast a result back into a string or unicode array if an object array must be used as an intermediary.
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:71
↓ 8 callersMethod_zeros
(shape, dtype=str)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:1462
↓ 8 callersFunctionargsort
Function version of the eponymous method.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6739
↓ 8 callersMethodargsort
Return an ndarray of indices that sort the array along the specified axis. Masked values are filled beforehand to `fill_valu
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5359
↓ 8 callersFunctionas_array
Create a numpy array from a ctypes array or POINTER. The numpy array shares the memory with the ctypes object. The shape pa
nodes/Dynamo 2.x/bin/numpy/ctypeslib.py:505
↓ 8 callersFunctionbyte_offset
Compute the byteOffset for glTF bufferView The bufferViews need to be aligned to a 4-byte boundary so the accessors can be aligned to them
nodes/Dynamo 2.x/bin/cjio/convert.py:18
↓ 8 callersMethodcast_types
(self)
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_array_from_pyobj.py:162
↓ 8 callersMethodcheck_decl
(self, symbol, headers=None, include_dirs=None)
nodes/Dynamo 2.x/bin/numpy/distutils/command/config.py:174
↓ 8 callersMethodcheck_libs2
If static or shared libraries are available then return their info dictionary. Checks each library for shared or static.
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:840
↓ 8 callersMethodcheck_like_function
(self, like_function, value, fill_value=False)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:2373
↓ 8 callersFunctioncheck_may_share_memory_exact
(a, b)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_mem_overlap.py:181
↓ 8 callersFunctionconv
(astr)
nodes/Dynamo 2.x/bin/numpy/distutils/from_template.py:107
↓ 8 callersFunctionconvert
(name, locals=locals, formatarg=formatarg, formatvalue=formatvalue)
nodes/Dynamo 2.x/bin/numpy/compat/_inspect.py:184
↓ 8 callersMethodcopy
(self)
nodes/Dynamo 2.x/bin/urllib3/_collections.py:290
← previousnext →301–400 of 9,057, ranked by callers