TTU 2019 CRS
Closes #67 (closed)
WGS 84 (0-360 longitude). This is also outlined in the related issue, but 2 of these datasets are station datasets, which were aligned with CF Conventions for a Timeseries and some help from ArcGIS on Discrete Sampling Geometries (DSG) data. I did the following for the two station data datasets to align with the guidelines in those two sources:
- Add global attribute:
ds.attrs["featureType"] = "timeSeries"
- For
latitude
andlongitude
data variables, make thelong_name
equal to"station latitude"
or"station longitude"
- For
station_id
data variable, add attribute"cf_role"
equal to"timeseries_id"
- For data variables with
(time, stations)
coords:- Add
coordinates
attribute equal to"latitude longitude station_ids"
- Add
"grid_mapping"
attribute equal to"crs"
- Add