ioos / ioos-asset-inventory

Building the IOOS asset inventory with python
0 stars 0 forks source link

Add crs information to ERDDAP dataset #34

Closed MathewBiddle closed 2 years ago

MathewBiddle commented 2 years ago

crs

        int crs;
                crs:grid_mapping_name = "latitude_longitude"; 
                crs:epsg_code = "EPSG:4326" ; 
                crs:semi_major_axis = 6378137.0d ; 
                crs:inverse_flattening = 298.257223563 ;
                crs:longitude_of_prime_meridian = 0.0 ;

Add a new variable https://coastwatch.pfeg.noaa.gov/erddap/download/setupDatasetsXml.html#dataVariable

MathewBiddle commented 2 years ago

value 9.969209968386869E36

from https://www.ncei.noaa.gov/thredds-ocean/dodsC/example/v2.0/NCEI_timeSeries_template_v2.0_2016-09-22_181830.715665.nc.ascii?crs

MathewBiddle commented 2 years ago

crs information is available for both datasets now. See https://erddap.ioos.us/erddap/info/raw_asset_inventory/index.html and https://erddap.ioos.us/erddap/info/processed_asset_inventory/index.html