Hello Stata users;
I do have the attached datasets that I'm working with.
mardb and marcoord are the two datasets that I'm working with to apply the spmap command in order to draw a blank map of the city of Marseille by its hoods (quartiers in French). The other dataset "jardins_parcs" represents the geographical coordinates (longitude and latitude) of the public parks and gardens on the same city, by hoods.
The goal is to draw a blank map of the city, using the spmap command, and to have the public gardens and parks represented on the same map with points, so I could have an idea about the distribution of public gardens and parks by each hood. I've tried to use the point(data("jardins_parcs") xcoord(longitutde) ycoord(latitude)) option of the spmap command, but it didn't work.
Any help please? Thanks!
I do have the attached datasets that I'm working with.
mardb and marcoord are the two datasets that I'm working with to apply the spmap command in order to draw a blank map of the city of Marseille by its hoods (quartiers in French). The other dataset "jardins_parcs" represents the geographical coordinates (longitude and latitude) of the public parks and gardens on the same city, by hoods.
The goal is to draw a blank map of the city, using the spmap command, and to have the public gardens and parks represented on the same map with points, so I could have an idea about the distribution of public gardens and parks by each hood. I've tried to use the point(data("jardins_parcs") xcoord(longitutde) ycoord(latitude)) option of the spmap command, but it didn't work.
Any help please? Thanks!