代码拉取完成,页面将自动刷新
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.sdist]
exclude = ["notebooks", "tests", "images"]
[tool.hatch.metadata]
allow-direct-references = true
[project]
name="mikeio"
version="2.1.dev0"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
"pandas>=1.3",
"matplotlib>=3.6.0",
"scipy>=1.0",
"PyYAML",
"tqdm",
"xarray",
]
authors = [
{ name="Henrik Andersson",email="jan@dhigroup.com"},
{ name = "Jesper Sandvig Mariegaard", email="jem@dhigroup.com" }
]
description="A package that uses the DHI dfs libraries to create, write and read dfs and mesh files."
license="BSD-3-Clause"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]
[project.optional-dependencies]
dev = ["pytest",
"black==22.3.0",
"quarto-cli",
"quartodoc==0.7.3",
"shapely",
"pyproj",
"xarray",
"netcdf4",
"rasterio",
"polars",
"ruff==0.5.6",
"mypy==1.11.1",
]
test = ["pytest", "pytest-cov", "xarray","mypy==1.11.1","shapely","pyproj", "polars"]
notebooks= [
"nbformat",
"nbconvert",
"jupyter",
"xarray",
"netcdf4",
"rasterio",
"geopandas",
"scikit-learn",
"matplotlib",
"folium",
"mapclassify",
]
[project.urls]
"Homepage" = "https://github.com/DHI/mikeio"
"Bug Tracker" = "https://github.com/DHI/mikeio/issues"
[tool.ruff]
# ignore long lines
ignore = ["E501", "E741"]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。