fauxgeo 0.3.0

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

fauxgeo 0.3.0

# FauxGeo: generate simple geospatial rastersFauxGeo is a python library that generates simple OSGeo-supported rasters. The primary purpose for this library is to help test geoprocessing functions.![PyPI](https://badge.fury.io/py/fauxgeo.png)![Build](https://travis-ci.org/wbierbower/fauxgeo.svg?branch=master)## FeaturesAvailable Signal Functions| Signal Function | RasterFactory Method || :------------- | :------------- || uniform | `.uniform(val)` || ramp | `.ramp(zero_index, slope=1)` || saw tooth | `.saw(low, high, period)` || triangle | `.triangle(low, high, period)` || step | `.step(low, high, period)` || random range | `.random(low, high)` || random from list | `.random(list)` || alternating | `.alternate(val1, val2)` |## InstallationTo install FauxGeo, simply:```bashYou can't use 'macro parameter character #' in math modeYou can't use 'macro parameter character #' in math mode python setup.py test```

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.