Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • r601 error - file C:\Users\admin\AppData\Local\Temp\ST_aef0_000002.t mp not found r(601);

    I'm try to run the code shown below. The app geocode was down loaded from the internet. I'm running the code from the app's author example file. As shown below I get an 601 error. Below I've listed the commands and output. I'm using STATA 16. What is the problem?

    use "C:\geocode\geocode_data.dta"
    . geocode, state(resp_st) zip(resp_zp)
    Geocoding 1 of 10
    file C:\Users\admin\AppData\Local\Temp\ST_aef0_000002.t mp not found
    r(601)
    list

    +-----------------------------------------------------------------------------+
    | id resp_street resp_city resp_st resp_zp geoid |
    |-----------------------------------------------------------------------------|
    1. | 1 1500 Market St Philadelphia PA 19102 1 |
    2. | 2 2124 Fairmount Ave Philadelphia PA 19130 2 |
    3. | 3 2600 Benjamin Franklin Pkwy Philadelphia PA 19130 3 |
    4. | 4 1219 S 9th St Philadelphia PA 19147 4 |
    5. | 5 420 Chestnut St Philadelphia PA 19106 5 |
    |-----------------------------------------------------------------------------|
    6. | 6 8500 Essington Ave Philadelphia PA 19153 6 |
    7. | 7 3600 Market St Philadelphia PA 19104 7 |
    8. | 8 1455 Franklin Mills Circle Philadelphia PA 19154 8 |
    9. | 9 1901 Vine Street Philadelphia PA 19103 9 |
    10. | 10 1801 N Broad St Philadelphia PA 19122 10 |
    +-----------------------------------------------------------------------------+


  • #2
    Other topics on Statalist have suggested that Google updated its programming interface in about 2016, and the geocode package has not been updated to support the updated interface.

    Comment

    Working...
    X