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
↓ 3 callers
Method
isclosed
(self)
nodes/Dynamo 2.x/bin/urllib3/response.py:306
↓ 3 callers
Function
iscomplexfunction
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:329
↓ 3 callers
Method
isdecimal
For each element in `self`, return True if there are only decimal characters in the element. See also --------
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2605
↓ 3 callers
Method
isdigit
Returns true for each element if all characters in the string are digits and there is at least one character, false otherwise.
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2278
↓ 3 callers
Function
isfunction
Return true if the object is a user-defined function. Function objects provide these attributes: __doc__ documentation string
nodes/Dynamo 2.x/bin/numpy/compat/_inspect.py:28
↓ 3 callers
Function
isintent_aux
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:454
↓ 3 callers
Function
isintent_c
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:430
↓ 3 callers
Function
isintent_in
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:393
↓ 3 callers
Function
isintent_inout
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:411
↓ 3 callers
Function
isintent_out
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:417
↓ 3 callers
Method
isnumeric
For each element in `self`, return True if there are only numeric characters in the element. See also --------
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2593
↓ 3 callers
Method
iter_content
Iterates over the response data. When stream=True is set on the request, this avoids reading the content at once into memory for larg
nodes/Dynamo 2.x/bin/requests/models.py:732
↓ 3 callers
Function
iter_random_view_pairs
(x, same_steps=True, equal_size=False)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_mem_overlap.py:258
↓ 3 callers
Method
iterkeys
Dict-like iterkeys() that returns an iterator of names of cookies from the jar. .. seealso:: itervalues() and iteritems().
nodes/Dynamo 2.x/bin/requests/cookies.py:218
↓ 3 callers
Method
itermerged
Iterate over all headers, merging duplicate ones together.
nodes/Dynamo 2.x/bin/urllib3/_collections.py:302
↓ 3 callers
Function
key_value_from_command
(cmd, sep, successful_status=(0,), stacklevel=1)
nodes/Dynamo 2.x/bin/numpy/distutils/cpuinfo.py:60
↓ 3 callers
Function
lagadd
Add one Laguerre series to another. Returns the sum of two Laguerre series `c1` + `c2`. The arguments are sequences of coefficients ord
nodes/Dynamo 2.x/bin/numpy/polynomial/laguerre.py:288
↓ 3 callers
Function
lagmulx
Multiply a Laguerre series by x. Multiply the Laguerre series `c` by x, where x is the independent variable. Parameters ----------
nodes/Dynamo 2.x/bin/numpy/polynomial/laguerre.py:369
↓ 3 callers
Function
lagsub
Subtract one Laguerre series from another. Returns the difference of two Laguerre series `c1` - `c2`. The sequences of coefficients are
nodes/Dynamo 2.x/bin/numpy/polynomial/laguerre.py:329
↓ 3 callers
Function
legadd
Add one Legendre series to another. Returns the sum of two Legendre series `c1` + `c2`. The arguments are sequences of coefficients ord
nodes/Dynamo 2.x/bin/numpy/polynomial/legendre.py:319
↓ 3 callers
Function
legmulx
Multiply a Legendre series by x. Multiply the Legendre series `c` by x, where x is the independent variable. Parameters ----------
nodes/Dynamo 2.x/bin/numpy/polynomial/legendre.py:405
↓ 3 callers
Method
library_extensions
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:804
↓ 3 callers
Method
load_default_certs
(self)
nodes/Dynamo 2.x/bin/urllib3/contrib/securetransport.py:852
↓ 3 callers
Method
main
( self, args: t.Optional[t.Sequence[str]] = None, prog_name: t.Optional[str] = None,
nodes/Dynamo 2.x/bin/click/core.py:966
↓ 3 callers
Method
make_metavar
(self)
nodes/Dynamo 2.x/bin/click/core.py:2962
↓ 3 callers
Function
make_temp_file
(suffix='', prefix='', text=True)
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:310
↓ 3 callers
Function
masked_all_like
Empty masked array with the properties of an existing array. Return an empty masked array of the same shape and dtype as the array `arr`
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:159
↓ 3 callers
Function
merge_cookies
Add cookies to cookiejar and returns a merged CookieJar. :param cookiejar: CookieJar object to add the cookies to. :param cookies: Dictionary
nodes/Dynamo 2.x/bin/requests/cookies.py:529
↓ 3 callers
Function
msvc_runtime_library
Return name of MSVC runtime library if Python was built with MSVC >= 7
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:410
↓ 3 callers
Function
msvc_runtime_major
Return major version of MSVC runtime coded like get_build_msvc_version
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:421
↓ 3 callers
Function
ndim
Return the number of dimensions of an array. Parameters ---------- a : array_like Input array. If it is not already an ndar
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:2987
↓ 3 callers
Function
nonzero
Return the indices of the elements that are non-zero. Returns a tuple of arrays, one for each dimension of `a`, containing the indices o
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:1760
↓ 3 callers
Function
normalize_opt
(opt: str, ctx: t.Optional["Context"])
nodes/Dynamo 2.x/bin/click/parser.py:118
↓ 3 callers
Function
notmasked_contiguous
Find contiguous unmasked data in a masked array along the given axis. Parameters ---------- a : array_like The input array.
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1678
↓ 3 callers
Function
open_latin1
(filename, mode='r')
nodes/Dynamo 2.x/bin/numpy/compat/py3k.py:52
↓ 3 callers
Function
os_fspath
Return the path representation of a path-like object. If str or bytes is passed in, it is returned unchanged. Otherwise the os.PathLik
nodes/Dynamo 2.x/bin/numpy/compat/py3k.py:219
↓ 3 callers
Function
parseAttributes
(attributes, objectKey)
PyGIS2BIM/GIS2BIM_CityJSON.py:108
↓ 3 callers
Function
parseAttributes
(attributes, objectKey)
PyGIS2BIM/Examples/NL_CityJSONSendToSpeckle.py:137
↓ 3 callers
Method
parse_config_files
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:583
↓ 3 callers
Method
prepare_cookies
Prepares the given HTTP cookie data. This function eventually generates a ``Cookie`` header from the given cookies using cookielib. D
nodes/Dynamo 2.x/bin/requests/models.py:559
↓ 3 callers
Method
process
(self, value: str, state: "ParsingState")
nodes/Dynamo 2.x/bin/click/parser.py:197
↓ 3 callers
Function
process_str
(allstr)
nodes/Dynamo 2.x/bin/numpy/distutils/from_template.py:192
↓ 3 callers
Method
ptp
Peak-to-peak (maximum - minimum) value along the given axis. Refer to `numpy.ptp` for full documentation. See Also
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:761
↓ 3 callers
Function
put
Set storage-indexed locations to corresponding values. This function is equivalent to `MaskedArray.put`, see that method for details.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6906
↓ 3 callers
Function
raises
Decorator to check for raised exceptions. The decorated test function must raise one of the passed exceptions to pass. If you want to test m
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1227
↓ 3 callers
Function
random_slice
(n, step)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_mem_overlap.py:264
↓ 3 callers
Function
ravel
Return a contiguous flattened array. A 1-D array, containing the elements of the input, is returned. A copy is made only if needed. As
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:1649
↓ 3 callers
Method
request
Make a request using :meth:`urlopen` with the appropriate encoding of ``fields`` based on the ``method`` used. This is a con
nodes/Dynamo 2.x/bin/urllib3/request.py:58
↓ 3 callers
Function
requote_uri
Re-quote the given URI. This function passes the given URI through an unquote/quote cycle to ensure that it is fully and consistently quoted.
nodes/Dynamo 2.x/bin/requests/utils.py:604
↓ 3 callers
Function
resolve_color_default
Internal helper to get the default value of the color flag. If a value is passed it's returned unchanged, otherwise it's looked up from the c
nodes/Dynamo 2.x/bin/click/globals.py:55
↓ 3 callers
Function
result_type
result_type(*arrays_and_dtypes) Returns the type that results from applying the NumPy type promotion rules to the arguments. Type p
nodes/Dynamo 2.x/bin/numpy/core/multiarray.py:636
↓ 3 callers
Method
rindex
Like `rfind`, but raises `ValueError` when the substring `sub` is not found. See also -------- char.rindex
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2424
↓ 3 callers
Method
send
Send a given PreparedRequest. :rtype: requests.Response
nodes/Dynamo 2.x/bin/requests/sessions.py:626
↓ 3 callers
Method
send
(self, data)
nodes/Dynamo 2.x/bin/urllib3/contrib/securetransport.py:630
↓ 3 callers
Method
send
(self, data, flags=0)
nodes/Dynamo 2.x/bin/urllib3/util/ssltransport.py:99
↓ 3 callers
Method
set_command
(self, key, value)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/__init__.py:271
↓ 3 callers
Method
settimeout
(self, value)
nodes/Dynamo 2.x/bin/urllib3/util/ssltransport.py:177
↓ 3 callers
Method
show
(self, file: t.Optional[t.IO] = None)
nodes/Dynamo 2.x/bin/click/exceptions.py:62
↓ 3 callers
Method
shrink_mask
Reduce a mask to nomask when possible. Parameters ---------- None Returns ------- None
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3541
↓ 3 callers
Method
sleep_for_retry
(self, response=None)
nodes/Dynamo 2.x/bin/urllib3/util/retry.py:385
↓ 3 callers
Method
soften_mask
Force the mask to soft. Whether the mask of a masked array is hard or soft is determined by its `hardmask` property. `soften
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3498
↓ 3 callers
Function
split_arg_string
Split an argument string as with :func:`shlex.split`, but don't fail if the string is incomplete. Ignores a missing closing quote or incomplet
nodes/Dynamo 2.x/bin/click/parser.py:125
↓ 3 callers
Function
ssl_wrap_socket
All arguments except for server_hostname, ssl_context, and ca_cert_dir have the same meaning as they do when using :func:`ssl.wrap_socket`.
nodes/Dynamo 2.x/bin/urllib3/util/ssl_.py:334
↓ 3 callers
Function
style
Styles a text with ANSI styles and returns the new string. By default the styling is self contained which means that at the end of the string
nodes/Dynamo 2.x/bin/click/termui.py:465
↓ 3 callers
Method
sum
(self, axis, out)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_overrides.py:421
↓ 3 callers
Function
swapaxes
Interchange two axes of an array. Parameters ---------- a : array_like Input array. axis1 : int First axis.
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:553
↓ 3 callers
Method
triangulate
Triangulate the CityJSON file face by face together with the texture information. :param sloppy: A boolean, True=mapbox-earcut False=Shewchuk
nodes/Dynamo 2.x/bin/cjio/cityjson.py:1878
↓ 3 callers
Method
trim
Remove trailing coefficients Remove trailing coefficients until a coefficient is reached whose absolute value greater than `tol` or t
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:587
↓ 3 callers
Function
type_repr
Helper to produce clear error messages
nodes/Dynamo 2.x/bin/numpy/core/numerictypes.py:404
↓ 3 callers
Function
ulabel
(label)
nodes/Dynamo 2.x/bin/idna/core.py:291
↓ 3 callers
Function
union1d
Union of two arrays. The output is always a masked array. See `numpy.union1d` for more details. See also -------- numpy.union1d
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1206
↓ 3 callers
Method
use_distribution
(self, dist)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/environment.py:88
↓ 3 callers
Method
version
(self)
nodes/Dynamo 2.x/bin/urllib3/util/ssltransport.py:159
↓ 3 callers
Function
warn_other_module
()
nodes/Dynamo 2.x/bin/numpy/testing/tests/test_utils.py:1264
↓ 3 callers
Function
where
()
nodes/Dynamo 2.x/bin/certifi/core.py:17
↓ 3 callers
Function
write
(data)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:800
↓ 3 callers
Method
write_paragraph
Writes a paragraph into the buffer.
nodes/Dynamo 2.x/bin/click/formatting.py:189
↓ 2 callers
Function
CreateDirectory
(Directory)
PyGIS2BIM/GIS2BIM.py:52
↓ 2 callers
Function
GIS2BIM_CreateBoundingBox
(CoördinateX,CoördinateY,BoxWidth,BoxHeight,DecimalNumbers)
python/GIS2BIM 2.py:3
↓ 2 callers
Function
LatLonZoomToTileXY
(lat,lon,zoom)
PyGIS2BIM/GIS2BIM.py:357
↓ 2 callers
Function
LoD_func
()
nodes/Dynamo 2.x/bin/cjio/metadata.py:47
↓ 2 callers
Function
PyArray_BASE
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1519
↓ 2 callers
Function
PyArray_CLEARFLAGS
* Clears the specified array flags. Does no checking, * assumes you know what you're doing. */
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1624
↓ 2 callers
Function
PyArray_DATA
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1483
↓ 2 callers
Function
PyArray_FLAGS
nodes/Dynamo 2.x/bin/numpy/core/include/numpy/ndarraytypes.h:1531
↓ 2 callers
Function
TMSBboxFromTileXY
(TileX,TileY,zoom)
PyGIS2BIM/GIS2BIM.py:365
↓ 2 callers
Method
__array_finalize__
Finalizes the masked array.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2929
↓ 2 callers
Method
__array_ufunc__
(self, func, method, *inputs, **kwargs)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1764
↓ 2 callers
Method
__array_ufunc__
(self, func, method, *inputs, **kwargs)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1809
↓ 2 callers
Method
__divmod__
(self, other)
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:453
↓ 2 callers
Method
__eq__
(self, other)
nodes/Dynamo 2.x/bin/numpy/testing/tests/test_utils.py:168
↓ 2 callers
Method
__floordiv__
(self, other)
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:441
↓ 2 callers
Method
__get_nbits
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/cpuinfo.py:94
↓ 2 callers
Method
__getitem__
Get the index.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6143
↓ 2 callers
Method
__init__
(self)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:1119
↓ 2 callers
Method
__rdivmod__
(self, other)
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:512
↓ 2 callers
Method
__repr__
(self)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1511
↓ 2 callers
Method
__setstate__
Restore the internal state of the masked array, for pickling purposes. ``state`` is typically the output of the ``__getstate__`` outp
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6067
↓ 2 callers
Method
_add_library
Common implementation for add_library and add_installed_library. Do not use directly
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1564
↓ 2 callers
Function
_assertFinite
(*arrays)
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:215
← previous
next →
901–1,000 of 9,057, ranked by callers