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
latitudeandlongitudedata variables, make thelong_nameequal to"station latitude"or"station longitude" - For
station_iddata variable, add attribute"cf_role"equal to"timeseries_id" - For data variables with
(time, stations)coords:- Add
coordinatesattribute equal to"latitude longitude station_ids" - Add
"grid_mapping"attribute equal to"crs"
- Add