地理建模工具库
Project description
GeoModelingZ
这是一个地理建模工具库,专为Jupyter Notebook环境优化,提供了丰富的交互式功能。
功能
- 提供友好的问候语
- 获取格式化的当前时间
- Jupyter Notebook交互式组件
- 数据可视化与图表交互
- Markdown内容展示
安装
基本安装
pip install GeoModelingZ
安装Jupyter支持(推荐)
pip install GeoModelingZ[jupyter]
使用方法
基本功能
import GeoModelingZ
# 使用基本函数
print(GeoModelingZ.say_hello("World"))
print(f"当前时间是: {GeoModelingZ.get_current_time_str()}")
# 查看版本号
print(f"库版本: {GeoModelingZ.__version__}")
Jupyter Notebook中的交互功能
import GeoModelingZ
# 显示交互式时间小部件
GeoModelingZ.show_time_widget()
# 创建交互式图表
GeoModelingZ.plot_simple_chart()
# 显示Markdown内容
GeoModelingZ.display_markdown("# 这是一个标题\n这是**加粗**的文本")
# 创建地理数据可视化小部件
GeoModelingZ.create_geo_widget()
依赖
- Python >= 3.6
- numpy
- matplotlib
- ipython
可选依赖(用于Jupyter功能)
- ipywidgets >= 7.0.0
- jupyterlab_widgets
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geomodelingz-0.0.1.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geomodelingz-0.0.1.tar.gz.
File metadata
- Download URL: geomodelingz-0.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ac3f2f8bff0384c4c31a93a83898a7714e64e29b960fb52ec940794d9963839
|
|
| MD5 |
cf5a21f97748867627a94347a015d677
|
|
| BLAKE2b-256 |
70f05f0fa510e1f1a5d201771ef97206ebbcb2935c20659d204d872c3f95c0a1
|
File details
Details for the file geomodelingz-0.0.1-py3-none-any.whl.
File metadata
- Download URL: geomodelingz-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5930f44d3c1d695f3df95549bbc3bab15bdf58a231cc109256d4e447ba4f7de4
|
|
| MD5 |
9d271afdf227265c19a1af197782cde3
|
|
| BLAKE2b-256 |
51b4c86e6bdfb79cc77e8bd79ed8fd7f374aba28095f0ef62a6b186caf47b465
|