Metadata-Version: 2.1
Name: three_d_city_model_generator
Version: 0.1.4
Summary: 3d-city-model-generator is an easy and one-stop tool to output 3d city models for microclimate simulation by integrating multiple geospatial open-data
Author-email: Kunihiko Fujiwara <kunihiko@nus.edu.sg>
Maintainer-email: Kunihiko Fujiwara <kunihiko@nus.edu.sg>
License: MIT license
Project-URL: bugs, https://github.com/kunifujiwara/three_d_city_model_generator/issues
Project-URL: changelog, https://github.com/kunifujiwara/three_d_city_model_generator/blob/master/changelog.md
Project-URL: homepage, https://github.com/kunifujiwara/three_d_city_model_generator
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: pyproj
Requires-Dist: ipyleaflet
Requires-Dist: geopandas
Requires-Dist: rasterio
Requires-Dist: shapely
Requires-Dist: gdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: contextily
Requires-Dist: fiona
Requires-Dist: rtree
Requires-Dist: plotly
Requires-Dist: tqdm
Requires-Dist: scipy
Requires-Dist: affine
Requires-Dist: earthengine-api
Requires-Dist: geemap
Requires-Dist: rio-cogeo
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

=======================
3D City Model Generator
=======================


.. image:: https://img.shields.io/pypi/v/three_d_city_model_generator.svg
        :target: https://pypi.python.org/pypi/three_d_city_model_generator

.. image:: https://img.shields.io/travis/kunifujiwara/three_d_city_model_generator.svg
        :target: https://travis-ci.com/kunifujiwara/three_d_city_model_generator

.. image:: https://readthedocs.org/projects/three-d-city-model-generator/badge/?version=latest
        :target: https://three-d-city-model-generator.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




3d-city-model-generator is an easy and one-stop tool to output 3d city models for microclimate simulation by integrating multiple geospatial open-data


* Free software: MIT license
* Documentation: https://three-d-city-model-generator.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
