Hello!
I am trying to merge 2 data sets, one for rainfall and one for temperature. Both have information of Longitude, Latitude, Date and rainfall (obs per grid) and obviously one temp and one rainfall. there is no unique identifier, what is a goodw ay to merge them? I tried joinby but given the size of the data-sets it crashes my pc (and I am restricted to using stata).
the idea is then after having them merged, using geodist againts a database with longitude and latitude data on districts.. to drop any grid more than 100k away from the district points..
Much help appreciated
I am trying to merge 2 data sets, one for rainfall and one for temperature. Both have information of Longitude, Latitude, Date and rainfall (obs per grid) and obviously one temp and one rainfall. there is no unique identifier, what is a goodw ay to merge them? I tried joinby but given the size of the data-sets it crashes my pc (and I am restricted to using stata).
the idea is then after having them merged, using geodist againts a database with longitude and latitude data on districts.. to drop any grid more than 100k away from the district points..
Much help appreciated
Comment