def FindLabel ( [Direction] ): return "{}° {}' {}\"".format( [Direction].split("-"))
def FindLabel ( [Direction] ): var = [Direction] return "{}° {}' {}\"".format(var.split("-"))
def FindLabel ( [Direction] ): return "{0[0]}° {0[1]}' {0[2]}\"".format( [Direction].split("-"))
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.