Metadata-Version: 2.1
Name: fakemap
Version: 0.0.6
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/MattAGUT/fakemap
Author: Matthew Gerloff
Author-email: mapache.tn@gmail.com
License: MIT license
Keywords: fakemap
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# fakemap


[![image](https://img.shields.io/pypi/v/fakemap.svg)](https://pypi.python.org/pypi/fakemap)
[![image](https://img.shields.io/conda/vn/conda-forge/fakemap.svg)](https://anaconda.org/conda-forge/fakemap)


**Python Boilerplate contains all the boilerplate you need to create a Python package.**


-   Free software: MIT license
-   Documentation: https://MattAGUT.github.io/fakemap
    
## Purpose

- fakemap is designed to do basic geospatial mapping and visulization
- It is also designed to do basic image analysis for GeoTIFF images
- The target audience is anyone looking for a quick and simple geovisualization program with little coding.
- View the Installation tab to install and get started!

## Features

### Some of the features of fakemap include
- Mapping in ipyleaflet and Folium
- The ability to add basemaps, geojons, shapefiles, and any kind of vector data in both ipyleaflet and Folium
- The ability to add images to the map through ipywidgets
- the ability to overlay raster images on the map
- The ability to display individual bands of a GeoTIFF
- The ability to create a basic spectral profile for the bands of a GeoTIFF
- The ability to print the metadata for a GeoTIFF  

## Examples
- All features include a jupyter notebook that can be opened for a demonstration Click the examples tab to learn more and see the example notebooks.

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
