Geocode address to get latitude-longitude?

3026
4
04-19-2018 07:40 AM
DeepakBegrajka1
New Contributor III

Hello all,

I have a website in which on button click I upload a CSV file to the browser, which contains street address, zip, city, state, etc.,  So, I want to geocode all the address present in CSV file and get the latitude and longitude of all the addresses, I have read the file and stored the address into a JSON array, can you guys please provide me the right direction, to start with.

Thanks.

Deepak

0 Kudos
4 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Deepak,

You can use Esri's World Geocoding service:

findAddressCandidates—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers 

However, since this is a batch geocode you will need to have an ArcGIS Online Organization account as this will incur credits. 

DeepakBegrajka1
New Contributor III

Thanks for the reply, yes I will use my organization account for that, but I was wondering if you guys can help me with some sort of sample code which I can refer to.

Thanks.

0 Kudos
DeepakBegrajka1
New Contributor III

Actually, if you can provide me some sample code, or some useful links how to do in javascript it will be very helpful.

Thanks.

0 Kudos
rsharma
Occasional Contributor III

Hi deepak, do you get any sample code, pls share i need to do same task

0 Kudos