Skip to content

Commit

Permalink
disabled GEBCO_2020
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Sep 6, 2020
1 parent 9e6b1eb commit c730b9f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions DEM.Net.Core/Model/Datasets/DEMDataSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,21 +169,21 @@ public override string ToString()
"https://www.gebco.net/data_and_products/gridded_bathymetry_data/gebco_2019/gebco_2019_info.html",
"GEBCO Compilation Group (2019) GEBCO 2019 Grid (doi:10.5285/836f016a-33be-6ddc-e053-6c86abc0788e)")
});
datasets.Add("GEBCO_2010", new DEMDataSet()
{
Name = nameof(GEBCO_2020),
Description = "GEBCO’s gridded bathymetric data set, a global terrain model for ocean and land at 15 arc-second intervals",
PublicUrl = "https://www.gebco.net/data_and_products/gridded_bathymetry_data/gebco_2020/",
DataSource = new LocalFileSystem(localDirectory: Path.Combine("Data", "GEBCO_2020")),
FileFormat = new DEMFileDefinition("netCDF file", DEMFileType.CF_NetCDF, ".nc", DEMFileRegistrationMode.Cell),
ResolutionMeters = 464,
ResolutionArcSeconds = 15,
PointsPerDegree = 240,
NoDataValue = -9999,
Attribution = new Attribution(ATTRIBUTION_SUBJECT, "GEBCO Compilation Group (2020) GEBCO 2020 Grid (doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)",
"https://www.gebco.net/data_and_products/gridded_bathymetry_data/gebco_2020/",
"GEBCO Compilation Group (2020) GEBCO 2020 Grid (doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)")
});
//datasets.Add("GEBCO_2020", new DEMDataSet()
//{
// Name = nameof(GEBCO_2020),
// Description = "GEBCO’s gridded bathymetric data set, a global terrain model for ocean and land at 15 arc-second intervals",
// PublicUrl = "https://www.gebco.net/data_and_products/gridded_bathymetry_data/gebco_2020/",
// DataSource = new LocalFileSystem(localDirectory: Path.Combine("Data", "GEBCO_2020")),
// FileFormat = new DEMFileDefinition("netCDF file", DEMFileType.CF_NetCDF, ".nc", DEMFileRegistrationMode.Cell),
// ResolutionMeters = 464,
// ResolutionArcSeconds = 15,
// PointsPerDegree = 240,
// NoDataValue = -9999,
// Attribution = new Attribution(ATTRIBUTION_SUBJECT, "GEBCO Compilation Group (2020) GEBCO 2020 Grid (doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)",
// "https://www.gebco.net/data_and_products/gridded_bathymetry_data/gebco_2020/",
// "GEBCO Compilation Group (2020) GEBCO 2020 Grid (doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)")
//});

return datasets;
}
Expand Down

0 comments on commit c730b9f

Please sign in to comment.