All Projects → peterkuma → ccplot

peterkuma / ccplot

Licence: other
Command-line application for visualizing data from CloudSat and CALIPSO satellites

Programming Languages

python
139335 projects - #7 most used programming language
cython
566 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ccplot

ee extra
A ninja python package that unifies the Google Earth Engine ecosystem.
Stars: ✭ 42 (+75%)
Mutual labels:  modis
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+1387.5%)
Mutual labels:  modis
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+662.5%)
Mutual labels:  modis
waterquality
Package designed to detect and quantify water quality and cyanobacterial harmful algal bloom (CHABs) from remotely sensed imagery
Stars: ✭ 31 (+29.17%)
Mutual labels:  modis
forecastVeg
A Machine Learning Approach to Forecasting Remotely Sensed Vegetation Health in Python
Stars: ✭ 44 (+83.33%)
Mutual labels:  modis
modis
A highly modular Discord bot designed for anyone to customise and self-host.
Stars: ✭ 16 (-33.33%)
Mutual labels:  modis
modape
MODIS Assimilation and Processing Engine
Stars: ✭ 19 (-20.83%)
Mutual labels:  modis
spectral
Awesome Spectral Indices for the Google Earth Engine JavaScript API (Code Editor).
Stars: ✭ 68 (+183.33%)
Mutual labels:  modis
MODIS
Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Stars: ✭ 48 (+100%)
Mutual labels:  modis

ccplot

ccplot is an open source command-line application for producing two-dimensinal plots of profile, layer and earth view data from CloudSat, CALIPSO and Aqua satellites.

The project is hosted at ccplot.org.

Installation

The installation instructions below are general instructions for Linux distributions. For more detailed instructions and other operating systems please see ccplot.org/download.

Requirements:

  • Python 3
  • Cython
  • HDF4
  • HDF-EOS2

Install the above from a Linux distribution package repositories. Python 3 and Cython are also included with Anaconda.

Python packages:

  • numpy
  • matplotlib
  • cartopy
  • packaging
  • pytz

The Python packages are installed automatically by pip together with ccplot:

# To install from a local directory:
pip3 install .

# To install from PyPI:
pip3 install ccplot

More information

See the man page ccplot(1) for information about usage, or visit ccplot.org.

License

This program can be freely distributed and modified under the terms of the 2-clause BSD license. You can find the full text in the file LICENSE.

Thanks

A number of people have helped to make ccplot better. Special thanks to:

  • Ryan Scott for helping to port ccplot to Mac OS X.
  • Many others for reporting bugs.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].