MCPcopy Create free account

hub / github.com/DutchSailor/GIS2BIM / functions

Functions9,057 in github.com/DutchSailor/GIS2BIM

↓ 4 callersMethodinitialize
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/msvccompiler.py:45
↓ 4 callersFunctioninsideTriangle
Determine if a vertex p is inside (or "on") a triangle made of the points a->b->c http://blackpawn.com/texts/pointinpoly/
PyGIS2BIM/GIS2BIM_parser.py:163
↓ 4 callersFunctionintranges_contain
Determine if `int_` falls into one of the ranges in `ranges`.
nodes/Dynamo 2.x/bin/idna/intranges.py:38
↓ 4 callersFunctionisConvex
Determine if vertex is locally convex.
PyGIS2BIM/GIS2BIM_parser.py:153
↓ 4 callersFunctionisCounterClockwise
(vertices)
PyGIS2BIM/GIS2BIM_parser.py:280
↓ 4 callersMethodis_co_toplevel
(self, co)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:691
↓ 4 callersFunctionisintent_callback
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:446
↓ 4 callersFunctionisintent_hide
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:421
↓ 4 callersFunctionisstringarray
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:86
↓ 4 callersFunctionisstringfunction
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:355
↓ 4 callersFunctionissubroutine
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:268
↓ 4 callersFunctionjiffies
Return number of jiffies elapsed. Return number of jiffies (1/100ths of a second) that this process has been scheduled in us
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:231
↓ 4 callersMethodkeys
(self)
nodes/Dynamo 2.x/bin/urllib3/_collections.py:102
↓ 4 callersFunctionlagval
Evaluate a Laguerre series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * L_0(x) + c
nodes/Dynamo 2.x/bin/numpy/polynomial/laguerre.py:782
↓ 4 callersFunctionlegval
Evaluate a Legendre series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * L_0(x) + c
nodes/Dynamo 2.x/bin/numpy/polynomial/legendre.py:832
↓ 4 callersMethodlibs
(self, section="default")
nodes/Dynamo 2.x/bin/numpy/distutils/npy_pkg_config.py:139
↓ 4 callersMethodljust
Return an array with the elements of `self` left-justified in a string of length `width`. See also --------
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2353
↓ 4 callersMethodlogical_xor
(self, obj)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_ufunc.py:120
↓ 4 callersFunctionmasked_inside
Mask an array inside a given interval. Shortcut to ``masked_where``, where `condition` is True for `x` inside the interval [v1,v2] (v1 <
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2103
↓ 4 callersFunctionmasked_outside
Mask an array outside a given interval. Shortcut to ``masked_where``, where `condition` is True for `x` outside the interval [v1,v2] (x
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2143
↓ 4 callersMethodmean
Returns the average of the matrix elements along the given axis. Refer to `numpy.mean` for full documentation. See Also
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:415
↓ 4 callersFunctionmemusage
(processName="python", instance=0)
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:201
↓ 4 callersMethodnew
(self, **kw)
nodes/Dynamo 2.x/bin/urllib3/util/retry.py:285
↓ 4 callersFunctionnew_compiler
(plat=None, compiler=None, verbose=0, dry_run=0,
nodes/Dynamo 2.x/bin/numpy/distutils/ccompiler.py:728
↓ 4 callersFunctionnpy_load_module
Load a module. .. versionadded:: 1.11.2 Parameters ---------- name : str Full module name.
nodes/Dynamo 2.x/bin/numpy/compat/py3k.py:132
↓ 4 callersFunctionoption
Attaches an option to the command. All positional arguments are passed as parameter declarations to :class:`Option`; all keyword arguments ar
nodes/Dynamo 2.x/bin/click/decorators.py:293
↓ 4 callersMethodparse_args
(self, ctx: Context, args: t.List[str])
nodes/Dynamo 2.x/bin/click/core.py:1369
↓ 4 callersMethodputheader
(self, header, *values)
nodes/Dynamo 2.x/bin/urllib3/connection.py:216
↓ 4 callersFunctionrandn
Return a random matrix with data from the "standard normal" distribution. `randn` generates a matrix filled with random floats sampled from
nodes/Dynamo 2.x/bin/numpy/matlib.py:266
↓ 4 callersMethodreal
The real part of the masked array. This property is a view on the real part of this `MaskedArray`. See Also -------
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4358
↓ 4 callersMethodregister_hook
Properly register a hook.
nodes/Dynamo 2.x/bin/requests/models.py:175
↓ 4 callersFunctionrel_path
Return path relative to parent_path.
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:133
↓ 4 callersFunctionresolve_cert_reqs
Resolves the argument to a numeric constant, which can be passed to the wrap_socket function/method from the ssl module. Defaults to :dat
nodes/Dynamo 2.x/bin/urllib3/util/ssl_.py:206
↓ 4 callersMethodresolve_command
( self, ctx: Context, args: t.List[str] )
nodes/Dynamo 2.x/bin/click/core.py:1691
↓ 4 callersMethodrsplit
For each element in `self`, return a list of the words in the string, using `sep` as the delimiter string. See also
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2458
↓ 4 callersMethodrun
(result)
nodes/Dynamo 2.x/bin/numpy/testing/_private/noseclasses.py:330
↓ 4 callersMethodset_epsg
(self, newepsg)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:552
↓ 4 callersFunctionset_string_function
Set a Python function to be used when pretty printing arrays. Parameters ---------- f : function or None Function to be used
nodes/Dynamo 2.x/bin/numpy/core/arrayprint.py:1585
↓ 4 callersFunctionset_threshold
(level, force=False)
nodes/Dynamo 2.x/bin/numpy/distutils/log.py:56
↓ 4 callersFunctionsetdiff1d
Set difference of 1D arrays with unique elements. The output is always a masked array. See `numpy.setdiff1d` for more details. See
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1220
↓ 4 callersMethodsetup
(self)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:2076
↓ 4 callersFunctionsitsInsideBBox
(vertex,transformedBBox)
PyGIS2BIM/GIS2BIM_CityJSON.py:29
↓ 4 callersFunctionsitsInsideBBox
(vertex)
PyGIS2BIM/Examples/NL_CityJSONSendToSpeckle.py:58
↓ 4 callersFunctionsorted_glob
sorts output of python glob for https://bugs.python.org/issue30461 to allow extensions to have reproducible build results
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:261
↓ 4 callersFunctionsvd
Singular Value Decomposition. When `a` is a 2D array, it is factorized as ``u @ np.diag(s) @ vh = (u * s) @ vh``, where `u` and `vh` are
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:1469
↓ 4 callersMethodswapcase
For each element in `self`, return a copy of the string with uppercase characters converted to lowercase and vice versa. See
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2530
↓ 4 callersFunctiontempdir
Context manager to provide a temporary test folder. All arguments are passed as this to the underlying tempfile.mkdtemp function.
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1880
↓ 4 callersFunctiontranslateVertex
(vertices, index, transform,projectLocation,scaleFactor)
PyGIS2BIM/GIS2BIM_CityJSON.py:14
↓ 4 callersFunctiontranslateVertex
(vertices, index, transform)
PyGIS2BIM/Examples/NL_CityJSONSendToSpeckle.py:43
↓ 4 callersFunctiontranspose
Transpose each matrix in a stack of matrices. Unlike np.transpose, this only swaps the last two axes, rather than all of them Param
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:229
↓ 4 callersFunctiontrimseq
Remove small Poly series coefficients. Parameters ---------- seq : sequence Sequence of Poly series coefficients. This routine fa
nodes/Dynamo 2.x/bin/numpy/polynomial/polyutils.py:97
↓ 4 callersFunctionundo_rmbadname
(names)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:285
↓ 4 callersFunctionupdate_array_indices
(a, dOldNewIDs, oldarray, newarray, slicearray)
nodes/Dynamo 2.x/bin/cjio/subset.py:116
↓ 4 callersMethodupdate_metadata_extended
Computes and updates the "metadata" property of this CityJSON dataset
nodes/Dynamo 2.x/bin/cjio/cityjson.py:1837
↓ 4 callersMethodvar
Returns the variance of the matrix elements, along the given axis. Refer to `numpy.var` for full documentation. See Also
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:483
↓ 4 callersFunctionwrap_text
A helper function that intelligently wraps text. By default, it assumes that it operates on a single paragraph of text but if the `preserve_p
nodes/Dynamo 2.x/bin/click/formatting.py:29
↓ 3 callersFunctionGML_poslistData
(tree,xPathString,dx,dy,scale,DecimalNumbers)
PyGIS2BIM/GIS2BIM.py:159
↓ 3 callersFunctionPyArray_DIMS
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1495
↓ 3 callersMethod__get_module
(self, fullname)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:185
↓ 3 callersMethod__getstate__
Return the internal state of the masked array, for pickling purposes.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6058
↓ 3 callersMethod__has_singleton
(cls)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6312
↓ 3 callersMethod__init__
(self, host, port=None)
nodes/Dynamo 2.x/bin/urllib3/connectionpool.py:74
↓ 3 callersMethod__init__
(self, name)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:87
↓ 3 callersMethod__init__
(self, verbose=0, dry_run=0, force=0)
nodes/Dynamo 2.x/bin/numpy/distutils/intelccompiler.py:18
↓ 3 callersMethod__new__
(cls, shape, dtype=None, buf=None, offset=0, strides=None, formats=None, names=None, titles=No
nodes/Dynamo 2.x/bin/numpy/ma/mrecords.py:108
↓ 3 callersMethod__new__
(cls,arr,info={})
nodes/Dynamo 2.x/bin/numpy/ma/tests/test_subclassing.py:27
↓ 3 callersFunction_add_docstring
(obj, doc)
nodes/Dynamo 2.x/bin/numpy/core/function_base.py:434
↓ 3 callersMethod_align
A convenience function for operations that need to preserve axis orientation.
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:242
↓ 3 callersFunction_assertRank2
(*arrays)
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:197
↓ 3 callersFunction_block_format_index
Convert a list of indices ``[0, 1, 2]`` into ``"arrays[0][1][2]"``.
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:443
↓ 3 callersFunction_build_prompt
( text: str, suffix: str, show_default: bool = False, default: t.Optional[t.Any] = None, s
nodes/Dynamo 2.x/bin/click/termui.py:58
↓ 3 callersFunction_can_coerce_all
(dtypelist, start=0)
nodes/Dynamo 2.x/bin/numpy/core/numerictypes.py:578
↓ 3 callersFunction_check_iter
Check if the value is iterable but not a string. Raises a type error, or return an iterator over the value.
nodes/Dynamo 2.x/bin/click/core.py:1966
↓ 3 callersMethod_clear_registries
(self)
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:2066
↓ 3 callersFunction_clip_dep_invoke_with_casting
(ufunc, *args, out=None, casting=None, **kwargs)
nodes/Dynamo 2.x/bin/numpy/core/_methods.py:78
↓ 3 callersFunction_cook_nd_args
(a, s=None, axes=None, invreal=0)
nodes/Dynamo 2.x/bin/numpy/fft/pocketfft.py:605
↓ 3 callersFunction_ctype_from_dtype
(dtype)
nodes/Dynamo 2.x/bin/numpy/ctypeslib.py:455
↓ 3 callersFunction_datetime_metadata_str
(dtype)
nodes/Dynamo 2.x/bin/numpy/core/_dtype.py:190
↓ 3 callersMethod_describe_range
Describe the range for use in help text.
nodes/Dynamo 2.x/bin/click/types.py:484
↓ 3 callersFunction_discovered_machar
Create MachAr instance with found information on float types
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:282
↓ 3 callersFunction_ensure_exprdict
(r)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:2946
↓ 3 callersFunction_fetch
(c: "te.Deque[V]")
nodes/Dynamo 2.x/bin/click/parser.py:66
↓ 3 callersFunction_find_binary_writer
(stream: t.IO)
nodes/Dynamo 2.x/bin/click/_compat.py:196
↓ 3 callersMethod_fix_paths_dict
(self, kw)
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1417
↓ 3 callersFunction_flags_fromnum
(num)
nodes/Dynamo 2.x/bin/numpy/ctypeslib.py:170
↓ 3 callersMethod_format_non_nat
(self, x)
nodes/Dynamo 2.x/bin/numpy/core/arrayprint.py:1227
↓ 3 callersFunction_get_compiler_status
()
nodes/Dynamo 2.x/bin/numpy/f2py/tests/util.py:174
↓ 3 callersFunction_get_decoder
(mode)
nodes/Dynamo 2.x/bin/urllib3/response.py:144
↓ 3 callersFunction_get_num_chars
Helper function that returns the number of characters per field in a string or unicode array. This is to abstract out the fact that for
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:94
↓ 3 callersFunction_get_windows_console_stream
( f: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str] )
nodes/Dynamo 2.x/bin/click/_compat.py:569
↓ 3 callersMethod_insert_masked_print
Replace masked values with masked_print_option, casting all innermost dtypes to object.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3838
↓ 3 callersFunction_integer_repr
(x, vdt, comp)
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1675
↓ 3 callersFunction_kind_name
(dtype)
nodes/Dynamo 2.x/bin/numpy/core/_dtype.py:36
↓ 3 callersFunction_make_cached_stream_func
( src_func: t.Callable[[], t.TextIO], wrapper_func: t.Callable[[], t.TextIO] )
nodes/Dynamo 2.x/bin/click/_compat.py:586
↓ 3 callersFunction_multi_svd_norm
Compute a function of the singular values of the 2-D matrices in `x`. This is a private utility function used by `numpy.linalg.norm()`. Para
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:2293
↓ 3 callersFunction_normed_hermite_e_n
Evaluate a normalized HermiteE polynomial. Compute the value of the normalized HermiteE polynomial of degree ``n`` at the points ``x``.
nodes/Dynamo 2.x/bin/numpy/polynomial/hermite_e.py:1480
↓ 3 callersFunction_normed_hermite_n
Evaluate a normalized Hermite polynomial. Compute the value of the normalized Hermite polynomial of degree ``n`` at the points ``x``.
nodes/Dynamo 2.x/bin/numpy/polynomial/hermite.py:1485
↓ 3 callersFunction_nullpager
Simply print unformatted text. This is the ultimate fallback.
nodes/Dynamo 2.x/bin/click/_termui_impl.py:444
↓ 3 callersFunction_path
(*a)
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_mixed.py:11
↓ 3 callersFunction_pipepager
Page through text by feeding it to another program. Invoking a pager through this might support colors.
nodes/Dynamo 2.x/bin/click/_termui_impl.py:373
← previousnext →701–800 of 9,057, ranked by callers