which contain polygons and lines outlining certain Antarctic features (coastline, groundingline, and islands). To be able to use these in another software program (WIM) that does not handle shapefiles I converted these features to raster (e.g. using the polyline to raster tool) and then to netcdf (using raster to netcdf). While I have been able to open the final netcdf file, the coordinates listed in the file are given as x and y coordinates of projection in meters, as opposed to the decimal degrees I want them in. Unable to find latitude and longitude fields for the data, WIM forces me to define a geolocation file for the netcdf file I created, but I do not have one.
What changes should I make to my processing to change the units of my final netcdf file to decimal degrees? Alternatively, how can I create another netcdf file containing the latitude and longitude coordinates of the points in my raster (lon lat arrays if you wish)?
The header for the netcdf file I create appears below. Thanks in advance for your help.