Good Day,
I have time series data that are geospatially referenced. I am attempting to get a background map so I can orient points over time to landmarks and analyze select pieces of the data.
Problem: I want to run the time series in a bubble plot with a detailed earth background map so I can then select data points that are near geographic futures. I cannot get the background map to work.
Data were collected in NAD 1983 State Plane Oregon North 3601 (meters). In the attached data table you will see that the coordinates correspond to columns "X" & "Y." I used ESRI and converted to Lat. Long. Columns "Lat" & "Long" as I was attempting to follow guidance of the Hurricane tracking example or background map examples:
Link: https://www.jmp.com/support/help/en/16.2/#page/jmp/hurricane-tracking-examples.shtml#ww488226
The Hurricane tracking example needs a linking identifier between the shape file and dbf file. I cannot parce how to make a similar function with my data as mine are running time series of point through time (i.e. each point has a uniqe identifier), not strict boundaries of space like counties. I think my approach is wrong. There must be a way to get a background map overlayed on my points using the state plane or lat. long. coordinates that I have. When I build a bubble plot with:
x = lat
y = long
ID = shape ID
Time = Time int
the program gives me the following error:
If I do a simple bubble plot without "ID" and attempt to put a detailed earth map on the background it fails.... The axis labels revert to an odd scale and I no longer see the points.
I imagine there is a simple way around this and it might be as simple as playing with the axis of the plot or how I code the lat. long column properties, but I have played with it cannot find a path forward.
Appreciate any and all thoughts on my problem.
JMP version 16.