Altametris - geo2d¶
Welcome to geo2d’s documentation¶
Project Description¶
A Python package for handling 2D data
Steps¶
Install the package following the Installation
Learn how to use it following the Usage
Contents¶
Contributors¶
README¶
geo2d¶
Description of the package.
Introduction¶
Say something about the package, what is its purpose.
Installation¶
How can we install it:
pip install alta-geo2d
Usage¶
Give an example on how we can use it:
from altametris.geo2d import MyClass
myclass = MyClass()
myclass.run()