Metadata-Version: 2.4
Name: FEMlium
Version: 0.1.1
Summary: Interactive geographic plots of finite element data with folium
Author-email: Francesco Ballarin <francesco.ballarin@unicatt.it>
Maintainer-email: Francesco Ballarin <francesco.ballarin@unicatt.it>
License: Copyright 2021-2025 FEMlium authors and contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: homepage, https://femlium.github.io
Project-URL: repository, https://github.com/FEMlium/FEMlium
Project-URL: issues, https://github.com/FEMlium/FEMlium/issues
Project-URL: funding, https://github.com/sponsors/francesco-ballarin
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: branca
Requires-Dist: folium>=0.12.0
Requires-Dist: geojson
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyproj
Provides-Extra: backend-dolfinx
Requires-Dist: fenics-dolfinx>=0.8.0; extra == "backend-dolfinx"
Provides-Extra: backend-firedrake
Requires-Dist: firedrake>=2025.4.0; extra == "backend-firedrake"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Provides-Extra: lint
Requires-Dist: isort; extra == "lint"
Requires-Dist: nbqa; extra == "lint"
Requires-Dist: ruff; extra == "lint"
Requires-Dist: yamllint; extra == "lint"
Provides-Extra: tests
Requires-Dist: coverage[toml]; extra == "tests"
Requires-Dist: nbvalx[unit-tests]; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Provides-Extra: tutorials
Requires-Dist: gmsh; extra == "tutorials"
Requires-Dist: meshio; extra == "tutorials"
Requires-Dist: nbvalx[notebooks]; extra == "tutorials"
Requires-Dist: viskex; extra == "tutorials"
Dynamic: license-file

## FEMlium – interactive visualization of finite element simulations on geographic maps with folium ##
<img src="https://femlium.github.io/_images/FEMlium-logo.png" alt="FEMlium – interactive visualization of finite element simulations on geographic maps with folium" width="150px">

**FEMlium** is a library that enables visualizing finite element simulations on geographic maps using **folium**. Supported finite element backends are dolfinx and firedrake.

**FEMlium** is currently developed and maintained at [Università Cattolica del Sacro Cuore](https://www.unicatt.it/) by [Prof. Francesco Ballarin](https://www.francescoballarin.it).

Like **folium**, **FEMlium** is freely available under the MIT license.

Visit [femlium.github.io](https://femlium.github.io/) for installation instructions and additional information.
