Metadata-Version: 2.1
Name: spatialnc
Version: 0.2.8
Summary: Python library for handling spatial data in netcdfs specifically for modeling using SMRF/AWSM
Home-page: https://github.com/micahjohnson150/spatialnc
Author: Micah Johnson
Author-email: micah.johnson150@gmail.com
License: MIT license
Keywords: spatialnc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

=========
spatialnc
=========


.. image:: https://img.shields.io/pypi/v/spatialnc.svg
        :target: https://pypi.python.org/pypi/spatialnc


Python library for handling spatial data in netcdfs specifically for modeling using SMRF/AWSM


* Free software: MIT license
* Documentation: https://spatialnc.readthedocs.io.


Features
--------

* IPW class - Python interface for opening files created by the Image Processing Workbench
* Netcdf Manipulation - A topo class for managing non-time dependent data in netcdf form.
* Netcdf Projections - Capable of adding UTM projection information to Netcdf so they can be read in by GDAL, QGIS, and other platforms

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-01-31)
------------------

* First release on PyPI.


