Examples

Some example about pyModis library and script

Scripts

Library

To test pyModis library you can find an Ipython notebook example in the documentation source code. If you already downloaded pyModis source code you have just to move inside the directory pyModis/docs/source/examples otherwise you can download the needed file from source code and move to the directory where you downloaded the file.

At this point you can start Ipython notebook running a notebook server from the command line using the following command

ipython notebook

This will print some information about the notebook server in your console, and open a web browser to the URL of the web application.

The landing page of the IPython notebook web application, the dashboard, shows the notebooks currently available in the notebook directory (in our case only pyModis.ipynb).

Ipython notebook dashboard

Clicking on pyModis.ipynb link you will start the notebook

Ipython notebook pyModis example

Warning

You have to install pyModis before run the Ipython notebook example.