fcb_core 0.7.6

FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers. Contains code derived from FlatGeobuf (BSD-2-Clause) for spatial indexing.
Documentation
[tool.poetry]
name = "scripts"
version = "0.1.0"
description = ""
authors = ["HideBa <baba.papa1120.ba@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
pandas = "^2.2.3"
matplotlib = "^3.10.1"
seaborn = "^0.13.2"
glob2 = "^0.7"


[tool.poetry.group.dev.dependencies]
types-seaborn = "^0.13.2.20250111"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"