Metadata-Version: 1.1
Name: dempy
Version: 0.0.1
Summary: A Python project to work with raster, shapefile, and lidar data
Home-page: https://github.com/ArcticSnow/dempy
Author: Simon Filhol
Author-email: simon.filhol@geo.uio.no
License: MIT
Description-Content-Type: UNKNOWN
Description: Python Module For DEM manipulation
        
        -  geoTIFF import
        -  DEM detrend with linear plane
        -  DEM filtering (FFT or Convolution)
        -  Generating random DEM
        -  Derive morphometric data
        -  plotting DEM
        
        Requires to install third party libraries for using certain function:
        
        ::
        
            openCV
            gdal
            pyproj
            numpy
            matplotlib
            scipy
            cv2
            tkinter
            laspy
        
            pyfftw
            pypismtools
        
Keywords: Plotting,snow,glaciology,science,raster,GIS,lidar
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
