Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8919577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:04:11+00:00 2026-06-15T06:04:11+00:00

I think this should be relatively simple, but I can’t figure it out. I

  • 0

I think this should be relatively simple, but I can’t figure it out. I have a string that represents coordinates, +27.5916+086.5640 and I need to put a comma in between the longitude and latitude so I get +27.5916,+086.5640.

I’m looking through the API but I can’t seem to find something for this.

Oh and I have to use Python 2.7.3 since the program I writing for doesn’t support Python 3.X.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T06:04:13+00:00Added an answer on June 15, 2026 at 6:04 am

    If your coordinates are c, then this would work. Note, however, this will not work for negative values. Do you have to deal with negatives as well?

    ",+".join(c.rsplit("+", 1))
    

    For dealing with negatives as well.

    import re
    parts = re.split("([\+\-])", c)
    parts.insert(3, ',')
    print "".join(parts[1:])
    

    OUTPUT

    +27.5916,+086.5640'
    

    And for negatives:

    >>> c = "+27.5916-086.5640"
    >>> parts = re.split("([\+\-])", c)
    >>> parts.insert(3, ',')
    >>> "".join(parts[1:])
    '+27.5916,-086.5640'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have searched around but can't find the answer to this relatively simple question;
This should be relatively simple for the MVC experts out there, but I'm still
I think this should be simple but I am having some difficulty implementing it.
I think this should be simple, but im having a real hard time finding
This should be pretty straightforward I would think. I have this string: [quote=Joe Johnson|1]Hi![/quote]
I think this is a relatively simple question, but I don't precisely know what's
This seems like it should be fairly simple, but for some reason I can't
How can I force validation when user clicks button? One would think this should
sed 's/^\(\h*\)\(.*\)$/\1<!-- \2 -->/' web.xml I think that this should take this xml: <a>
Dear all,Now i have this question in my java program,I think it should be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.