Skip to content

use xpublish-opendap fork

Sarah Jordan requested to merge opendap-fork into main

interim fix for issue #58 while PR #48 is in flux. Updates environment.yml to pip install LimnoTech's fork.

This MR isn't opening with the full text, so here's the relevant portion of the response:

    crs {
        String crs_wkt "GEOGCRS[\"WGS 84\",ENSEMBLE[\"World Geodetic System 1984 ensemble\",MEMBER[\"World Geodetic System 1984 (Transit)\"],MEMBER[\"World Geodetic System 1984 (G730)\"],MEMBER[\"World Geodetic System 1984 (G873)\"],MEMBER[\"World Geodetic System 1984 (G1150)\"],MEMBER[\"World Geodetic System 1984 (G1674)\"],MEMBER[\"World Geodetic System 1984 (G1762)\"],MEMBER[\"World Geodetic System 1984 (G2139)\"],ELLIPSOID[\"WGS 84\",6378137,298.257223563,LENGTHUNIT[\"metre\",1]],ENSEMBLEACCURACY[2.0]],PRIMEM[\"Greenwich\",0,ANGLEUNIT[\"degree\",0.0174532925199433]],CS[ellipsoidal,2],AXIS[\"geodetic latitude (Lat)\",north,ORDER[1],ANGLEUNIT[\"degree\",0.0174532925199433]],AXIS[\"geodetic longitude (Lon)\",east,ORDER[2],ANGLEUNIT[\"degree\",0.0174532925199433]],USAGE[SCOPE[\"Horizontal component of 3D system.\"],AREA[\"World.\"],BBOX[-90,-180,90,180]],ID[\"EPSG\",4326]]";
        String geographic_crs_name "WGS 84";
        String grid_mapping_name "latitude_longitude";
        String horizontal_datum_name "World Geodetic System 1984 ensemble";
        Float64 inverse_flattening 298.257223563;
        Float64 longitude_of_prime_meridian 0.0;
        String prime_meridian_name "Greenwich";
        String reference_ellipsoid_name "WGS 84";
        Float64 semi_major_axis 6378137.0;
        Float64 semi_minor_axis 6356752.314245179;
    }

Merge request reports

Loading