spatialize


Namespatialize JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttp://www.alges.cl/
SummarySpatialize: A Python wrapper for C++ ESI library
upload_time2025-01-08 20:54:54
maintainerNone
docs_urlNone
authorALGES Laboratory
requires_python>=3.8
licenseNone
keywords esi ensemble spatial interpolation
VCS
bugtrack_url
requirements pandas numpy jupyter scikit-learn scipy rich tqdm matplotlib opencv-python setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Spatialize: A Python wrapper for C++ ESI library

## What is it?

Spatialize is an open source library that implements _ensemble spatial interpolation_, 
a novel method that combines the simplicity of basic interpolation methods with 
the power of classical geoestatistical tools, like Kriging.

This library aims to bridge the gap between expert and non-expert users of geostatistics 
by providing automated tools that rival traditional geostatistical methods.


Main features of the library include:

- Stochastic modelling and ensemble learning, making it robust, scalable and suitable for large datasets.
- Provides a powerful framework for uncertainty quantification, offering both point estimates and empirical posterior distributions.
- It is implemented in Python 3.x, with a C++ core for improved performance.
- It is designed to be easy to use, requiring minimal user intervention. 

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/alges/spatialize

Direct installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/spatialize).

### PyPI
```bash
pip install spatialize
```

## Dependencies
- [NumPy: Powerful n-dimensional arrays and numerical computing tools](https://www.numpy.org)
- [pandas: Fast, powerful, flexible and easy to use open source data analysis and manipulation tool](https://pandas.pydata.org)
- [Matplotlib: Visualization with Python](https://matplotlib.org/)
- [scikit-learn: Machine Learning in Python](https://scikit-learn.org/)
- [SciPy: Fundamental algorithms for scientific computing in Python](https://scipy.org/)

## License
[Apache-2.0](LICENSE)

## Acknowledge
Please cite the following paper when publishing work relating to this library:
  
    @article{spatialize2025,
        title = {Spatialize: A Python/C++ Library for Ensemble Spatial Interpolation},
	    author = {Ega{\~n}a, {\'A}lvaro F. and Ehrenfeld, Alejandro and Navarro, Felipe and Garrido, Felipe and Valenzuela, Mar{\'i}a Jes{\'u}s and S{\'a}nchez-P{\'e}rez, Juan F. },
	    date = {},
	    doi = {},
	    isbn = {},
	    journal = {},
	    number = {},
	    pages = {},
	    url = {},
	    volume = {},
	    year = {2025},
     }

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.alges.cl/",
    "name": "spatialize",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ESI ensemble spatial interpolation",
    "author": "ALGES Laboratory",
    "author_email": "ALGES Lab <contacto@alges.cl>",
    "download_url": "https://files.pythonhosted.org/packages/e0/13/28e662d8b825c40487b12a76d63ff98fde5259342e9b27f2d51c08a35a2f/spatialize-1.0.0.tar.gz",
    "platform": null,
    "description": "# Spatialize: A Python wrapper for C++ ESI library\n\n## What is it?\n\nSpatialize is an open source library that implements _ensemble spatial interpolation_, \na novel method that combines the simplicity of basic interpolation methods with \nthe power of classical geoestatistical tools, like Kriging.\n\nThis library aims to bridge the gap between expert and non-expert users of geostatistics \nby providing automated tools that rival traditional geostatistical methods.\n\n\nMain features of the library include:\n\n- Stochastic modelling and ensemble learning, making it robust, scalable and suitable for large datasets.\n- Provides a powerful framework for uncertainty quantification, offering both point estimates and empirical posterior distributions.\n- It is implemented in Python 3.x, with a C++ core for improved performance.\n- It is designed to be easy to use, requiring minimal user intervention. \n\n## Where to get it\nThe source code is currently hosted on GitHub at:\nhttps://github.com/alges/spatialize\n\nDirect installers for the latest released version are available at the [Python\nPackage Index (PyPI)](https://pypi.org/project/spatialize).\n\n### PyPI\n```bash\npip install spatialize\n```\n\n## Dependencies\n- [NumPy: Powerful n-dimensional arrays and numerical computing tools](https://www.numpy.org)\n- [pandas: Fast, powerful, flexible and easy to use open source data analysis and manipulation tool](https://pandas.pydata.org)\n- [Matplotlib: Visualization with Python](https://matplotlib.org/)\n- [scikit-learn: Machine Learning in Python](https://scikit-learn.org/)\n- [SciPy: Fundamental algorithms for scientific computing in Python](https://scipy.org/)\n\n## License\n[Apache-2.0](LICENSE)\n\n## Acknowledge\nPlease cite the following paper when publishing work relating to this library:\n  \n    @article{spatialize2025,\n        title = {Spatialize: A Python/C++ Library for Ensemble Spatial Interpolation},\n\t    author = {Ega{\\~n}a, {\\'A}lvaro F. and Ehrenfeld, Alejandro and Navarro, Felipe and Garrido, Felipe and Valenzuela, Mar{\\'i}a Jes{\\'u}s and S{\\'a}nchez-P{\\'e}rez, Juan F. },\n\t    date = {},\n\t    doi = {},\n\t    isbn = {},\n\t    journal = {},\n\t    number = {},\n\t    pages = {},\n\t    url = {},\n\t    volume = {},\n\t    year = {2025},\n     }\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Spatialize: A Python wrapper for C++ ESI library",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "http://www.alges.cl/",
        "Repository": "https://github.com/alges/spatialize"
    },
    "split_keywords": [
        "esi",
        "ensemble",
        "spatial",
        "interpolation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6284f54727281996c14caa55d912b347707928c7edbd49a602f3e872d0a6c6f6",
                "md5": "9c0613a111e8fcdbcbc512ba2303b226",
                "sha256": "1b05a3980f5bdb96670814092331cc24b2223b5f2a8ee9d399875a343a079e17"
            },
            "downloads": -1,
            "filename": "spatialize-1.0.0-cp313-cp313-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9c0613a111e8fcdbcbc512ba2303b226",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 6842601,
            "upload_time": "2025-01-08T20:54:50",
            "upload_time_iso_8601": "2025-01-08T20:54:50.523273Z",
            "url": "https://files.pythonhosted.org/packages/62/84/f54727281996c14caa55d912b347707928c7edbd49a602f3e872d0a6c6f6/spatialize-1.0.0-cp313-cp313-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e01328e662d8b825c40487b12a76d63ff98fde5259342e9b27f2d51c08a35a2f",
                "md5": "4414d3bc8e038e7a0303d3354d963f10",
                "sha256": "22cdcf4b9a4a9654eafcb5534c67f33f0a0444427c0a3f84378b5261676b01bd"
            },
            "downloads": -1,
            "filename": "spatialize-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4414d3bc8e038e7a0303d3354d963f10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7462893,
            "upload_time": "2025-01-08T20:54:54",
            "upload_time_iso_8601": "2025-01-08T20:54:54.278732Z",
            "url": "https://files.pythonhosted.org/packages/e0/13/28e662d8b825c40487b12a76d63ff98fde5259342e9b27f2d51c08a35a2f/spatialize-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-08 20:54:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alges",
    "github_project": "spatialize",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "jupyter",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        }
    ],
    "lcname": "spatialize"
}
        
Elapsed time: 0.75963s