I've been using geocode to calculate the travel distance and travel time between 745 pairs of addresses (745 rows). The command works perfectly when I apply it to a small bunch of the data, i.e observation 1-200. However, when I try to run the georoute command for all the data (all 745 address pairs) I get the following error message:
no room to add more variables because of width
Width refers to the number of bytes required to store a single observation; it is
the sum of the widths of the individual variables. The maximum width allowed is
1,048,576 bytes. You just attempted to exceed that.
r(902);
How can that be? Is there not enough memory on Stata to run the code through all of the observations?
I'm currently using Stata/MP 16.0. I tried using compress on my original dataset but no changes were made. Has anybody had any similar experiences?
Many thanks in advance!
Related Posts with Error 902 when using geocode
Using svy with graphDear all, I am trying to use graph in Stata 16 to plot bars of the means of categorical variables (…
alternative to keep if for a large list of firm id sHi all, I have a list of firm ids that contains 17,000 firm ids. I have a big dataset which contain…
Using svy command with graph commandDear all, I am trying to use graph in Stata 16 to plot bars of the means of categorical variables (…
Reshaping Long Data IssueI am trying to collapse this data but I have continuously gotten errors regarding the i and j not be…
Why are Frames UsefulPerhaps this is a question for another forum, but I had a more general question about dataframes. I…
Subscribe to:
Post Comments (Atom)
0 Response to Error 902 when using geocode
Post a Comment