MCPcopy Create free account

hub / github.com/DutchSailor/GIS2BIM / functions

Functions9,057 in github.com/DutchSailor/GIS2BIM

↓ 5 callersFunctionmasked_values
Mask using floating point equality. Return a MaskedArray, masked where the data in array `x` are approximately equal to `value`, determi
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2251
↓ 5 callersFunctionmod
Return (a % i), that is pre-Python 2.6 string formatting (iterpolation), element-wise for a pair of array_likes of str or unicode. P
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:358
↓ 5 callersFunctionmoveaxis
Move axes of an array to new positions. Other axes remain in their original order. .. versionadded:: 1.11.0 Parameters -------
nodes/Dynamo 2.x/bin/numpy/core/numeric.py:1337
↓ 5 callersMethodnext_state
(self, c)
nodes/Dynamo 2.x/bin/chardet/codingstatemachine.py:66
↓ 5 callersFunctionnormalize_axis_tuple
Normalizes an axis argument into a tuple of non-negative integer axes. This handles shorthands such as ``1`` and converts them to ``(1,)``,
nodes/Dynamo 2.x/bin/numpy/core/numeric.py:1273
↓ 5 callersFunctionopen_stream
( filename: str, mode: str = "r", encoding: t.Optional[str] = None, errors: t.Optional[str] =
nodes/Dynamo 2.x/bin/click/_compat.py:382
↓ 5 callersFunctionpointInList
(point, vertexList)
PyGIS2BIM/GIS2BIM_parser.py:265
↓ 5 callersFunctionprint_cmd_info
(ctx, s)
nodes/Dynamo 2.x/bin/cjio/cjio.py:746
↓ 5 callersFunctionprint_coercion_table
(ntypes, inputfirstvalue, inputsecondvalue, firstarray, use_promote_types=False)
nodes/Dynamo 2.x/bin/numpy/testing/print_coercion_tables.py:33
↓ 5 callersFunctionputmask
Changes elements of an array based on conditional and input values. This is the masked array version of `numpy.putmask`, for details see
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6925
↓ 5 callersMethodread
Similar to :meth:`http.client.HTTPResponse.read`, but with two additional parameters: ``decode_content`` and ``cache_content``.
nodes/Dynamo 2.x/bin/urllib3/response.py:481
↓ 5 callersMethodreadlines
(self)
nodes/Dynamo 2.x/bin/click/testing.py:44
↓ 5 callersMethodrender_progress
(self)
nodes/Dynamo 2.x/bin/click/_termui_impl.py:212
↓ 5 callersFunctionrepeat
Repeat elements of an array. Parameters ---------- a : array_like Input array. repeats : int or array of ints Th
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:440
↓ 5 callersMethodrjust
Return an array with the elements of `self` right-justified in a string of length `width`. See also --------
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2436
↓ 5 callersMethodsend
Sends PreparedRequest object. Returns Response object. :param request: The :class:`PreparedRequest <PreparedRequest>` being sent. :pa
nodes/Dynamo 2.x/bin/requests/adapters.py:61
↓ 5 callersMethodset_cookie
(self, cookie, *args, **kwargs)
nodes/Dynamo 2.x/bin/requests/cookies.py:343
↓ 5 callersFunctionsetxor1d
Set exclusive-or of 1-D arrays with unique elements. The output is always a masked array. See `numpy.setxor1d` for more details. See Al
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1114
↓ 5 callersMethodshape
(self)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3364
↓ 5 callersFunctionshow
()
nodes/Dynamo 2.x/bin/numpy/distutils/__config__.py:27
↓ 5 callersFunctionsimple_version_match
Simple matching of version numbers, for use in CCompiler and FCompiler. Parameters ---------- pat : str, optional A regular
nodes/Dynamo 2.x/bin/numpy/distutils/ccompiler.py:551
↓ 5 callersMethodsubset
(self, lsIDs, exclude=False)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:711
↓ 5 callersFunctionto_key_val_list
Take an object and test to see if it can be represented as a dictionary. If it can be, return a list of tuples, e.g., :: >>> to_key_
nodes/Dynamo 2.x/bin/requests/utils.py:293
↓ 5 callersMethodtostring
This function is a compatibility alias for tobytes. Despite its name it returns bytes not strings.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5934
↓ 5 callersMethodtruncate
Truncate series to length `size`. Reduce the series to length `size` by discarding the high degree terms. The value of `size` must be
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:610
↓ 5 callersFunctionundo_rmbadname1
(name)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:277
↓ 4 callersMethodCreate
(self,CoordinateX,CoordinateY,Width,Height,DecimalNumbers)
PyGIS2BIM/GIS2BIM.py:207
↓ 4 callersFunctionNL_GetLocationData
(PDOKServer, City, Streetname, Housenumber)
PyGIS2BIM/GIS2BIM_NL.py:99
↓ 4 callersFunctionPyArray_DESCR
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1525
↓ 4 callersMethod__call__
Executes the call behavior.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:829
↓ 4 callersMethod__init__
domain_tan(eps) = true where abs(cos(x)) < eps)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:825
↓ 4 callersFunction_add_array_type
(typename, bits)
nodes/Dynamo 2.x/bin/numpy/core/_type_aliases.py:238
↓ 4 callersFunction_basic_auth_str
Returns a Basic Auth string.
nodes/Dynamo 2.x/bin/requests/auth.py:28
↓ 4 callersFunction_build_err_msg
()
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:558
↓ 4 callersFunction_c_string_literal
Convert a python string into a literal suitable for inclusion into C code
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:172
↓ 4 callersFunction_escape_backslash
(val)
nodes/Dynamo 2.x/bin/numpy/distutils/npy_pkg_config.py:78
↓ 4 callersFunction_extendLine
(s, line, word, line_width, next_line_prefix, legacy)
nodes/Dynamo 2.x/bin/numpy/core/arrayprint.py:703
↓ 4 callersFunction_fastCopyAndTranspose
(type, *arrays)
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:185
↓ 4 callersFunction_find_contraction
Finds the contraction for a given set of input and output sets. Parameters ---------- positions : iterable Integer positions
nodes/Dynamo 2.x/bin/numpy/core/einsumfunc.py:87
↓ 4 callersFunction_fr0
fix rank-0 --> rank-1
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:19
↓ 4 callersMethod_get_coefficients
Interpret other as polynomial coefficients. The `other` argument is checked to see if it is of the same class as self with identical
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:229
↓ 4 callersFunction_get_fresh_mod
()
nodes/Dynamo 2.x/bin/numpy/testing/tests/test_utils.py:1219
↓ 4 callersFunction_isunsized
(dtype)
nodes/Dynamo 2.x/bin/numpy/core/_dtype.py:75
↓ 4 callersFunction_new_duck_type_and_implements
Create a duck array type and implements functions.
nodes/Dynamo 2.x/bin/numpy/core/tests/test_overrides.py:282
↓ 4 callersFunction_path
(*a)
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_assumed_shape.py:10
↓ 4 callersFunction_pickle_warn
(method)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7881
↓ 4 callersMethod_raise_on_error
A context manager that can be used to wrap calls that do I/O from SecureTransport. If any of the I/O callbacks hit an exception, this
nodes/Dynamo 2.x/bin/urllib3/contrib/securetransport.py:351
↓ 4 callersFunction_raw_fft
(a, n, axis, is_real, is_forward, fct)
nodes/Dynamo 2.x/bin/numpy/fft/pocketfft.py:47
↓ 4 callersFunction_raw_fftnd
(a, s=None, axes=None, function=fft, norm=None)
nodes/Dynamo 2.x/bin/numpy/fft/pocketfft.py:624
↓ 4 callersMethod_ssl_io_loop
Performs an I/O loop between incoming/outgoing and the socket.
nodes/Dynamo 2.x/bin/urllib3/util/ssltransport.py:195
↓ 4 callersMethod_test_lcm_inner
(self, dtype)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:2432
↓ 4 callersMethod_test_mtsame
(self, func, *args)
nodes/Dynamo 2.x/bin/numpy/fft/tests/test_pocketfft.py:221
↓ 4 callersMethod_test_sort_partition
(self, name, kinds, **kwargs)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:1479
↓ 4 callersFunction_zseries_to_cseries
Covert z-series to a Chebyshev series. Covert a z series to the equivalent Chebyshev series. The result is never an empty array. The dtype of
nodes/Dynamo 2.x/bin/numpy/polynomial/chebyshev.py:141
↓ 4 callersMethodadd_argument
Adds a positional argument named `dest` to the parser. The `obj` can be used to identify the option in the order list that is returne
nodes/Dynamo 2.x/bin/click/parser.py:316
↓ 4 callersFunctionarray2string
Return a string representation of an array. Parameters ---------- a : array_like Input array. max_line_width : int, opti
nodes/Dynamo 2.x/bin/numpy/core/arrayprint.py:521
↓ 4 callersFunctionassert_array_compare
(comparison, x, y, err_msg='', verbose=True, header='', precision=6, equal_nan=True,
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:702
↓ 4 callersFunctionb
(s)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:658
↓ 4 callersMethodbounding_locations
Computes the bounding coordinates of all points on the surface of a sphere that has a great circle distance to the point represented
PyGIS2BIM/GIS2BIM.py:581
↓ 4 callersMethodcenter
Return a copy of `self` with its elements centered in a string of length `width`. See also -------- center
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2160
↓ 4 callersMethodcheck_array
(self, dtype)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:7697
↓ 4 callersFunctioncheck_complex_value
(f, x1, y1, x2, y2, exact=True)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath_complex.py:537
↓ 4 callersMethodcheck_header
(self, header, include_dirs=None, library_dirs=None, lang='c')
nodes/Dynamo 2.x/bin/numpy/distutils/command/config.py:168
↓ 4 callersFunctioncheck_label
(label)
nodes/Dynamo 2.x/bin/idna/core.py:234
↓ 4 callersMethodcheck_unary_fuzz
(self, operation, get_out_axis_size, dtype=np.int16, count=5000)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_mem_overlap.py:627
↓ 4 callersMethodconnection_from_host
Get a :class:`urllib3.connectionpool.ConnectionPool` based on the host, port, and scheme. If ``port`` isn't given, it will be derive
nodes/Dynamo 2.x/bin/urllib3/poolmanager.py:224
↓ 4 callersMethodconsume
(self, c)
nodes/Dynamo 2.x/bin/numpy/core/_internal.py:571
↓ 4 callersFunctioncracktypespec0
(typespec, ll)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:1460
↓ 4 callersMethodcutdeg
Truncate series to the given degree. Reduce the degree of the series to `deg` by discarding the high order terms. If `deg` is greater
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:562
↓ 4 callersMethoddegree
The degree of the series. .. versionadded:: 1.5.0 Returns ------- degree : int Degree of the series, one
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:549
↓ 4 callersMethodderiv
Differentiate. Return a series instance of that is the derivative of the current series. Parameters ----------
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:741
↓ 4 callersFunctiondispatched_one_arg
Docstring.
nodes/Dynamo 2.x/bin/numpy/core/tests/test_overrides.py:28
↓ 4 callersMethoddistance_to
Computes the great circle distance between this GeoLocation instance and the other.
PyGIS2BIM/GIS2BIM.py:566
↓ 4 callersFunctiondtype_from_ctypes_type
Construct a dtype object from a ctypes type
nodes/Dynamo 2.x/bin/numpy/core/_dtype_ctypes.py:97
↓ 4 callersFunctiondump_dims
nodes/Dynamo 2.x/bin/numpy/f2py/src/fortranobject.c:609
↓ 4 callersFunctionequalPoints2D
(A, B)
PyGIS2BIM/GIS2BIM_parser.py:272
↓ 4 callersFunctionfind_executable
Return full path of a executable or None. Symbolic links are not followed.
nodes/Dynamo 2.x/bin/numpy/distutils/exec_command.py:125
↓ 4 callersFunctionflatten_mask
Returns a completely flattened version of the mask, where nested fields are collapsed. Parameters ---------- mask : array_like
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1756
↓ 4 callersFunctionflatten_sequence
Flattens a compound of nested iterables.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2522
↓ 4 callersMethodflush
(self)
nodes/Dynamo 2.x/bin/urllib3/response.py:135
↓ 4 callersMethodflush
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/command/config.py:509
↓ 4 callersMethodfrom_int
Backwards-compatibility for the old retries format.
nodes/Dynamo 2.x/bin/urllib3/util/retry.py:322
↓ 4 callersFunctionfunc_assert_same_pos
Handling nan/inf. Combine results of running func on x and y, checking that they are True at the same locations.
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:720
↓ 4 callersFunctionget_auth_from_url
Given a url with authentication components, extract them into a tuple of username,password. :rtype: (str,str)
nodes/Dynamo 2.x/bin/requests/utils.py:921
↓ 4 callersFunctionget_best_encoding
Returns the default stream encoding if not found.
nodes/Dynamo 2.x/bin/click/_compat.py:53
↓ 4 callersFunctionget_build_architecture
()
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:2319
↓ 4 callersFunctionget_class
notfound_action: 0 - do nothing 1 - display warning message 2 - raise error
nodes/Dynamo 2.x/bin/numpy/distutils/tests/test_system_info.py:18
↓ 4 callersFunctionget_cmd
(cmdname, _cache={})
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:2073
↓ 4 callersMethodget_command
Given a context and a command name, this returns a :class:`Command` object if it exists or returns `None`.
nodes/Dynamo 2.x/bin/click/core.py:1718
↓ 4 callersMethodget_config_output
(self, config_exe, option)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:2503
↓ 4 callersMethodget_current_charlen
(self)
nodes/Dynamo 2.x/bin/chardet/codingstatemachine.py:80
↓ 4 callersMethodget_help
Helper method to get formatted help page for the current context and command.
nodes/Dynamo 2.x/bin/click/core.py:695
↓ 4 callersMethodget_libraries
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/sun.py:41
↓ 4 callersMethodget_paths
(self, section, key)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:717
↓ 4 callersMethodget_src_dirs
(self, key='src_dirs')
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:784
↓ 4 callersMethodget_version
Try to get version string of a package. Return a version string of the current package or None if the version information could not b
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1899
↓ 4 callersFunctiongisfinite
like isfinite, but always raise an error if type not supported instead of returning a TypeError object. Notes ----- isfinite and othe
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:119
↓ 4 callersFunctiongisinf
like isinf, but always raise an error if type not supported instead of returning a TypeError object. Notes ----- isinf and other ufun
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:138
↓ 4 callersFunctionhasinitvalue
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:484
↓ 4 callersFunctionidentity
Return the identity array. The identity array is a square array with ones on the main diagonal. Parameters ---------- n : i
nodes/Dynamo 2.x/bin/numpy/core/numeric.py:2067
← previousnext →601–700 of 9,057, ranked by callers