Metadata-Version: 2.1
Name: vallarisStreaming
Version: 0.0.2
Summary: A package to processing Vallaris Maps
Home-page: https://v2k.vallarismaps.com
Author: Sattawat Arab
Author-email: support@vallarismaps.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: earthpy
Requires-Dist: geojson
Requires-Dist: geopandas
Requires-Dist: jsonschema
Requires-Dist: matplotlib
Requires-Dist: ndjson
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-dotenv
Requires-Dist: rasterio
Requires-Dist: requests
Requires-Dist: rtree
Requires-Dist: shapely
Requires-Dist: tqdm
Requires-Dist: uuid
Requires-Dist: xmltodict

# Vallaris library
A package to made for support Vallaris Maps

Now supported Pythont >= 3.6

## How to use <br/>
1 Install python >= 3.6 <br/>
2 Install library vallaris ==> pip3 install vallaris<br/>
3 Create User On Vallaris Maps at https://vallarismaps.com/management/signin<br/>
4 Example source code at https://repo.i-bitz.co.th/vallaris_example/vallaris-python

## Select a file from the code folder.  for data management in Vallaris Maps <br/> 
- 1 collectionCreate.py  ==> for create Collection <br/>
- 2 collectionUpdate.py ==> for update Collection <br/>
- 3 collectionDelete.py ==> for delete Collection <br/>
- 4 featuresCreate.py ==> for create data in Collection <br/>
- 5 featuresUpdate.py ==> for update data in Collection <br/>
- 6 featuresDelete.py ==> for delete data in Collection <br/>
- 7 featuresExport.py ==> for download data in Collection <br/>
- 8 vectortileCreate.py ==> for Vector Tile  <br/>

## Select a file from the code folder.  for create Module processes in Vallaris Maps <br/> 
- 1 perform.py ==> for write code python <br/>
- 2 mockProcess.py ==> for json test for use processes <br/>

