Questions tagged [city]

171 questions
0
votes
1 answer

How can I get google trend result by city or state?

I am using http://www.google.com/trends/hottrends/atom/hourly //for us http://www.google.co.in/trends/hottrends/atom/hourly //for india These are providing result by country this working fine but I want to get result by city or state can…
0
votes
1 answer

How do I access "extra data" stored in XML using JQuery to populate a drop down

Pavel K's answer worked. However, for an unknown reason I needed to change the "data-stationID" to something like "data-sid". May be a mixed case issue? For anyone else needing more than one piece of data, this line shows how to "stack" more data…
ill13
  • 29
  • 4
0
votes
1 answer

trim from a string the data in lookup table

I am having a Dirty database and i have to clean it, by first extracting city name from the address (which is written with several variation) and then standardize spelling the city name and replace all the data with standardize city name I have made…
ssbb
  • 245
  • 2
  • 5
  • 12
0
votes
1 answer

Validation checker city in form

I'm working on one project and I need city checker in form.I have one form where user type country and city and I make drop down for country but for city it has to be long drop down so I decide to make "city validation checker".So when user type…
user1594938
0
votes
0 answers

Free World City/Country Database

Possible Duplicate: Geocode database Can anyone provide a link to any free database/csv resource for world's city/country? I have found one at maxmin site . Their country information is ok. But city information isn't good at all. as I did get…
Rana
  • 5,912
  • 12
  • 58
  • 91
0
votes
2 answers

Google Visualization - Can you code U.S. Province level data AND some city plots on the same map?

I'm building a Google Visualization DataTable. You can see it here: http://jsfiddle.net/MmyKU/4/ I've built out my United States color coding, but I need to add plots of about 8 US Cities on top of the color coding. I can't find any documentation or…
0
votes
4 answers

How to retrieve city and country through IP address in PHP

I am trying to make a log of users heading to my website. I want to save their IP addresses, as well as city and country info. Thanks in Advance.
yusufiqbalpk
  • 282
  • 1
  • 6
  • 18
-1
votes
4 answers

Standardize the City Name in R

I am new in R and coding world, pardon if i perhaps mispelled some or more jargon here (cmiiw). I am facing a challenge to clean city name in a dataframe. Tried to use GetCloseMatches, strdist_inner_join (with fuzzywuzzy i believe) with dplyr style…
rgoei
  • 1
  • 3
-1
votes
1 answer

Pandas - Create a new column (Branch name) based on another column (City name)

I have the following Python Pandas Dataframe (8 rows): City Name New York Long Beach Jamestown Chicago Forrest Park Berwyn Las Vegas Miami I would like to add a new Column (Branch Name) based on City Name as below: City Name Branch…
Cordella
  • 25
  • 2
-1
votes
1 answer

Validate town and postal code string against a certain format using JavaScript's RegEx

I get an input for a town name and postal code. I want to check if this input is in the correct format (specified below). Checking if the town exists is not needed. I wanted to use a RegEx (Regular Expression) to check it, but I couldn't find a…
DataCent
  • 39
  • 8
-1
votes
1 answer

how to make zipcode field takes it value from a dropdown list of cities? and updates

woocommerce. how to make zipcode field takes it value from a dropdown list of cities after a user select his required city? and updates the checkout so the available shipping options appears demo.baytalebaa.com at checkout you can see there is a…
COLORLINK
  • 11
  • 1
  • 2
-1
votes
2 answers

Ruby on Rails5: Filtering users by City / Country

what is the best way to structure Location information for users? I need to be able filter hundreds of users by City/Country. Currently I have created a free-text string for location as I could not find any gem for whole cities grouped under…
Designer
  • 1,061
  • 1
  • 12
  • 26
-1
votes
1 answer

Getting the name of the city clicked in GoogleMaps

Using GoogleMaps API in JavaScript, I am trying to get the name (and the location) of city clicked on my map. Firstly, I though I could use the PointOfInterest Event feature as explained in this example, however cities do not seem to provide the…
-1
votes
2 answers

Android - Getting nearby cities around a location

After a lot of researchs in Stack I havn't been able to find a correct answer. My problem is this: I want to get a string array with the city names surrounding user's location for a given radius. I already retrieved user's location with…
Roman Dev
  • 103
  • 2
  • 11
-1
votes
1 answer

Cities within radius from current coordinates PHP API

Well fellow programmers, I got myself in a situation. I am currently developing an API for a taxi application. The taxi want's to show advertisements from the current area. Now i need to specify in the Admin panel what the banner image is and the…
1 2 3
11
12