Skip to content

fatiando-data/earth-geoid-10arcmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earth - Geoid height grid at 10 arc-minute resolution

Global 10 arc-minute resolution grids of geoid height with respect to the WGS84 ellipsoid.

Global map of geoid height.

Summary
File earth-geoid-10arcmin.nc
Size 1.3 Mb
Version v1
DOI https://doi.org/10.5281/zenodo.5882205
License CC-BY
MD5 md5:39b97344e704eb68fa381df2eb47da0f
SHA256 sha256:e98dd544c8b4b8e5f11d1a316684dfbc2612e2860af07b946df46ed9f782a0f6
Source EIGEN-6C4 spherical harmonic model (grid generated by the ICGEM calculation service)
Original license CC-BY
Processing code prepare.ipynb

Changes made

These are the changes made to the original dataset.

  • Convert the grid from the ASCII format of ICGEM to CF-compliant netCDF.
  • Add relevant metadata, including names, units, datum, etc.
  • Fix grid coordinates to be generated by numpy.linspace instead numpy.arange (or the equivalent used by ICGEM internally) to guarantee equal spacing to a higher accuracy.
  • Export to compressed netCDF.

About this repository

This is a place to format and prepare the original dataset for use in our tutorials and documentation.

We include the source code that prepares the datasets for redistribution by filtering, standardizing, converting coordinates, compressing, etc. The goal is to make loading the data as easy as possible (e.g., a single call to pandas.read_csv or xarray.load_dataset). Whenever possible, the code also downloads the original data (otherwise the original data are included in this repository).

💡 Tip: The easiest way to download this dataset is using Pooch, particularly to download straight from the DOI of a release.

Contributing

See our Contributing Guidelines for information on proposing new datasets and making changes to this repository.

License

All Python source code is made available under the BSD 3-clause license. You can freely use and modify the code, without warranty, so long as you provide attribution to the authors.

Unless otherwise specified, all data files and figures created by the code are available under the Creative Commons Attribution 4.0 License (CC-BY).

See LICENSE.txt for the full text of each license.

The license for the original data is specified in this README.md file.

About

Global geoid height in a 10 arcminute resolution grid

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks