It seems that I have only xdg:
whereis xdg
xdg: /etc/xdg
I am reading that “xdg-open is for use inside a desktop session only. It is not recommended to use xdg-open
as root.” I am using remote machine accessing it via SSH and VS Code and that’s the way I am usually using Julia. I will try with GNOME desktop soon. Anyway, its not a big problem.
How can I direct GMT to save the file with the plot into desired location?
A.
In case of data = gmtread("/path/to/gpx");
I am getting:
ERROR: LoadError: Must select one input data type (grid, image, dataset, cmap or ps)
However, this syntax seems to work correctly with geojson, and semi correctly with kml. (As for geojson and kml please see the plots below as this is the same situation).
B.
In case of data = gmtread("/path/to/gpx", ogr=true);
I am getting:
Vector{GMTdataset} with 0 segments
With geojson everything seems to work ok, however, 180 meridian seems to be not automaticly recognized. Kml also seems to work but the plot is only showing half of my data. Enclosed please find the files with plots.
geojson:
kml:
C.
What would be the correct syntax to prepare the plot with both netCDF and geojson (gpx) data combined?