earthpy — Easy Examples
Tools for working with spatial data in earth science
Getting started with earthpy
Installation and basic usage of earthpy.
python
# Install: pip install earthpy import earthpy # Basic earthpy usage print(f"Using earthpy") # See documentation for detailed examples
Expected Output
# Expected output shown below # (Run locally with: earthpy)
earthpy is a third-party package. Tools for working with spatial data in earth science. Install with: pip install earthpy
Common earthpy operations
Frequently used features of earthpy.
python
# Install: pip install earthpy import earthpy # Common earthpy patterns print(f"earthpy version: {earthpy.__version__}")
These are the most commonly used features of earthpy in everyday development.
Want to try these examples interactively?
Open Easy Playground