Metadata-Version: 2.4
Name: geogee
Version: 0.0.6
Summary: A python package for geogee
Home-page: https://github.com/LyMot/geogee
Author: Ly Mot
Author-email: lymot101@gmail.com
License: MIT license
Keywords: geogee
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipyleaflet
Requires-Dist: Folium
Requires-Dist: mkdocs-material
Requires-Dist: mkdocstrings
Requires-Dist: mkdocstrings-python
Requires-Dist: mkdocs-jupyter
Requires-Dist: pyshp
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# geogee


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



[![image](https://img.shields.io/pypi/v/geogee.svg)](https://pypi.python.org/pypi/geogee)
[![image](https://static.pepy.tech/badge/geogee)](https://pepy.tech/project/geogee)
[![Conda Recipe](https://img.shields.io/badge/recipe-geogee-green.svg)](https://github.com/conda-forge/geogee-feedstock)
[![image](https://img.shields.io/conda/vn/conda-forge/geogee.svg)](https://anaconda.org/conda-forge/geogee)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/geogee.svg)](https://anaconda.org/conda-forge/geogee)
[![image](https://github.com/gee-community/geogee/workflows/docs/badge.svg)](https://geogee.org)
[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)




**A python package for geogee**


-   Free software: MIT license
-   Documentation: https://LyMot.github.io/geogee
    

## Installation

### pip

```
pip install -U geogee
```

## How to publish a Python package on conda-forge

**Here is a quick start guide for publishing a Python package on conda-forge. More information can be found in this [video tutorial](https://youtu.be/NNWhz7pqwCw).**

1. Install conda-build using: `conda install conda-build`
2. Create the conda recipe using: `conda skeleton pypi package-name`
3. Make changes to the recipe (**meta.yaml**) by following this [example](https://github.com/giswqs/geodemo/blob/master/recipe/meta.yaml). A few key items to change: add `noarch: python` under the `build` section; remove all packages except `pip` and `python` from the `host` section; specify a python version (e.g., >=3.6) for both the `host` and `run` sections; add `LICENSE`, `doc_url`, and `dev_url` to the `about` section; add your GitHub username to the `recipe-maintainers` section.
4. Fork <https://github.com/conda-forge/staged-recipes>
5. Add your package recipe to `staged-recipes/recipes/package-name/meta.yaml`
6. Commit changes and push to GitHub
7. Submit a pull request (e.g., <https://github.com/conda-forge/staged-recipes/pull/14285>)
8. Wait for the recipe to pass all checks
9. `@conda-forge/help-python` to let them know that your recipe is ready for review.
10. Once your recipe is accepted, your package feedstock should become available within a few hours (e.g., [geodemo-feedstock](https://github.com/conda-forge/geodemo-feedstock)).
11. The link to your package on conda-forage should be <https://anaconda.org/conda-forge/package-name>, such as <https://anaconda.org/conda-forge/geodemo>


## Credits

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