Skip to content

Commit

Permalink
Add connection to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Aug 7, 2018
1 parent 552bd81 commit 97946f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

An open-source Python package for simple loading of Landsat imagery as NumPy arrays. [Learn more about the API](https://espatools.readthedocs.io/en/latest/)

## Install
## Connections

The package heavily uses [properties](http://propertiespy.readthedocs.io/en/latest/) for the creation of strongly typed objects in a consistent, declarative way.

# Getting Started

`espatools` is available from [PyPI](https://pypi.org/project/espatools/):

Expand Down
13 changes: 10 additions & 3 deletions docs/index_base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@ the backend of the features they are using.
.. _GitHub: https://github.com/OpenGeoVis/espatools/
.. _PyPI: https://pypi.org/project/espatools/

Install
-------
Connections
-----------

The package heavily uses `properties`_ for the creation of strongly typed objects in a consistent, declarative way.

.. _properties: http://propertiespy.readthedocs.io/en/latest/

Getting Started
---------------

``espatools`` is available from `PyPI`_

Expand All @@ -39,7 +46,7 @@ Install
Usage
-----
^^^^^

We think `espatools` is easy to use; give it a try and let us know what you think as this is just the beta-release! See `this Jupyter Notebook`_ for a demonstration of some simple plotting after reading Landsat imagery.

Expand Down

0 comments on commit 97946f9

Please sign in to comment.