mapmaker.utils package

Submodules

Module contents

mapmaker.utils.relative_path(path: str | Path) bool[source]
mapmaker.utils.make_uri(path: str | Path) str[source]
mapmaker.utils.pathlib_path(path: str) Path[source]
mapmaker.utils.set_as_list(s)[source]
exception mapmaker.utils.FilePathError[source]

Bases: OSError

class mapmaker.utils.FilePath(path: str)[source]

Bases: object

property extension: str
property filename: str
property url: str
get_data()[source]
get_fp()[source]
get_json() Any[source]
get_BytesIO() BytesIO[source]
join_path(path: str) FilePath[source]
join_url(path: str) str[source]