Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LivInTheLookingGlass/overpassify
/ functions
Functions
43 in github.com/LivInTheLookingGlass/overpassify
⨍
Functions
43
◇
Types & classes
9
↳
Endpoints
5
↓ 66 callers
Function
parse
This is the main parser function. It is implemented as a singledispatch item with registers for each operation. Possible Exceptions:
overpassify/overpassify.py:80
↓ 6 callers
Function
_transform
(item, body=None, top=False)
overpassify/transform.py:43
↓ 4 callers
Function
scan
(body, item_class)
overpassify/transform.py:141
↓ 2 callers
Function
read
Utility function to read the README file. Used for the long_description. It's nice, because now 1) we have a top level README file and 2) it's
setup.py:10
↓ 2 callers
Function
switch
(x)
overpassify/overpassify.py:426
↓ 1 callers
Method
__add__
(self, target)
overpassify/model.py:104
↓ 1 callers
Method
__eq__
(self, target)
overpassify/model.py:90
↓ 1 callers
Method
__init__
(self, *args)
overpassify/model.py:101
↓ 1 callers
Function
_call_around
This function provides a translation for the around statement. It is extracted from the main call translator in order to provide additional code
overpassify/overpassify.py:508
↓ 1 callers
Function
_call_constructor
This function provides a translation for set construction calls. It is extracted from the main call translator in order to provide additional code
overpassify/overpassify.py:450
↓ 1 callers
Function
_call_is_in
This function provides a translation for the is_in statement. It is extracted from the main call translator in order to provide additional code
overpassify/overpassify.py:493
↓ 1 callers
Function
_call_out
This function provides a translation for the out statement. It is extracted from the main call translator in order to provide additional code
overpassify/overpassify.py:475
↓ 1 callers
Function
_translate_global_call
(call, **kwargs)
overpassify/overpassify.py:329
↓ 1 callers
Function
_translate_object_call
(call, **kwargs)
overpassify/overpassify.py:309
↓ 1 callers
Method
filter
(some_set)
overpassify/model.py:146
↓ 1 callers
Method
filterByKeys
(data, **kwargs)
overpassify/model.py:42
↓ 1 callers
Method
getByID
Returns a set of all data which has that ID, regardless of type
overpassify/model.py:30
↓ 1 callers
Method
isArea
(an_object)
overpassify/model.py:17
↓ 1 callers
Method
isNode
(an_object)
overpassify/model.py:13
↓ 1 callers
Method
isRelation
(an_object)
overpassify/model.py:21
↓ 1 callers
Method
isWay
(an_object)
overpassify/model.py:9
↓ 1 callers
Function
main
()
setup.py:30
↓ 1 callers
Function
overpassify
This is the main overpassify function. It is implemented as a singledispatch item with registers for each operation. Possible Exceptions:
overpassify/overpassify.py:43
↓ 1 callers
Method
parse_query
(query)
overpassify/model.py:124
↓ 1 callers
Function
parse_tags
(key, value)
overpassify/overpassify.py:425
↓ 1 callers
Method
search
(an_object, **kwargs)
overpassify/model.py:35
↓ 1 callers
Method
searchInArea
An approximation of the API feature which searches in an area
overpassify/model.py:61
↓ 1 callers
Function
transform
This is the main syntax transformation function. It takes Python syntaxes which cannot be directly implemented in OverpassQL, and translates t
overpassify/transform.py:27
↓ 1 callers
Function
transform_break
(item, name='')
overpassify/transform.py:159
↓ 1 callers
Function
transform_continue
(item, name='')
overpassify/transform.py:186
Function
_
(item, body=None, top=False)
overpassify/transform.py:50
Function
_
(funcbody)
overpassify/overpassify.py:58
Method
__add__
(self, target, cls=None)
overpassify/model.py:133
Method
__eq__
(self, target)
overpassify/model.py:95
Method
__init__
(self, rule)
overpassify/model.py:87
Method
__init__
(self, query, **kwargs)
overpassify/model.py:117
Method
__iter__
Iterates over all items in the set, as single item sets
overpassify/model.py:110
Method
around
An approximation of the API feature which searches around a set
overpassify/model.py:66
Method
filter
(some_set)
overpassify/model.py:156
Method
filter
(some_set)
overpassify/model.py:166
Method
filter
(some_set)
overpassify/model.py:176
Method
getByTypeAndID
Returns a set of all data which has that ID, filtered by type
overpassify/model.py:25
Method
searchInSet
An approximation of the API feature which searches in an existing set
overpassify/model.py:51