MCPcopy
hub / github.com/thampiman/reverse-geocoder / rel_path

Function rel_path

reverse_geocoder/__init__.py:267–271  ·  view source on GitHub ↗

Function that gets relative path to the filename

(filename)

Source from the content-addressed store, hash-verified

265 return np.column_stack([x, y, z])
266
267def rel_path(filename):
268 """
269 Function that gets relative path to the filename
270 """
271 return os.path.join(os.getcwd(), os.path.dirname(__file__), filename)
272
273def get(geo_coord, mode=2, verbose=True):
274 """

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected