Metadata-Version: 2.1
Name: uzvb
Version: 0.0.1
Summary: A python package demo for geospatial analysis
Author-email: Yuze Li <yli190@vols.utk.edu>
License: MIT License
Project-URL: Homepage, https://github.com/Younguz/uzvb
Keywords: uzvb
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: uzvb[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"

# uzvb

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Younguz/uzvb/blob/main/notebook/Code_test.ipynb)

## headers
A python package demo about the GIS, in the GEOG 422 class.

## hyperlinks
https://www.youtube.com/watch?v=6dzGCZJ7aZs

## images
![](https://carrollengineering.com/wp-content/uploads/2021/04/Picture2.png)

## unordered lists
- Basic website construction
- Establishing data models and analysis

## ordered lists
Basic applications of program software, such as
1. Visual studio
2. miniconda
3. python

## code
Take the 10th value of `x` and assign it to a new variable.  
  * Name this new variable `y`.
```r
x <- c(
  7, 10, 8, 6, 7, 10, 8, 8,
  8, 9, 7, 9, 6, 7, 5, 7,
  10, 6, 9, 9, 9, 8, 8, 10,
  10, 6, 9, 6, 8, 8, 6, 9
)
y <- x[10]
```


## youtube link 
https://www.youtube.com/watch?v=G3UomcjQXkk&list=PLyWyQBSWLw1OF3RGVWToPkqe_pfx4TcPW

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


**A python package demo for geospatial analysis**


-   Free software: MIT License
-   Documentation: https://Younguz.github.io/uzvb
    

## Features

-   TODO
