ibge-geodata


Nameibge-geodata JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/victorbenezoli/geodata
SummaryPython package to use spatial data of Brazilian territorial levels available at IBGE
upload_time2025-07-15 23:33:20
maintainerNone
docs_urlNone
authorVictor Benezoli
requires_python>=3.11
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # geodata
`geodata` is a Python package designed to simplify the process of working with geographical data from the IBGE (Brazilian Geography and Statistic Institute) API.

# Features
- Loads vector data of Brazil's geographical divisions without the need to download files;
- Allows intuitive selection of the geographical division level and data resolution;
- Export the vector data to the desired format without the need for third-party software.

# Usage
```python
import geodata as gd

# Initialize the geodata object
geolevel = gd.GeoLevel.STATE
quality = gd.Quality.MEDIUM
geo = gd.GeoData(geolevel=level, quality=quality)

# Load the polygons data to a variable
data_pol = geo.polygons

# Load only metadata
data_meta = geo.metadata
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/victorbenezoli/geodata",
    "name": "ibge-geodata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Victor Benezoli",
    "author_email": "victorbenezoli@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/44/d95f1e2c494f784ce7f9585d2714667e6a99ae6f40433323fe00a7a3ce05/ibge_geodata-1.0.0.tar.gz",
    "platform": null,
    "description": "# geodata\n`geodata` is a Python package designed to simplify the process of working with geographical data from the IBGE (Brazilian Geography and Statistic Institute) API.\n\n# Features\n- Loads vector data of Brazil's geographical divisions without the need to download files;\n- Allows intuitive selection of the geographical division level and data resolution;\n- Export the vector data to the desired format without the need for third-party software.\n\n# Usage\n```python\nimport geodata as gd\n\n# Initialize the geodata object\ngeolevel = gd.GeoLevel.STATE\nquality = gd.Quality.MEDIUM\ngeo = gd.GeoData(geolevel=level, quality=quality)\n\n# Load the polygons data to a variable\ndata_pol = geo.polygons\n\n# Load only metadata\ndata_meta = geo.metadata\n```",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Python package to use spatial data of Brazilian territorial levels available at IBGE",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/victorbenezoli/geodata",
        "Repository": "https://github.com/victorbenezoli/geodata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92c1fd3e8842fbcd24eae319c68d2762986660870eaa94183a6bf90fee8bc70e",
                "md5": "73f1a259625654ea25f0dc087c018b24",
                "sha256": "a93dd815e16b021eb3f2327b90f95eaa86270d76fc83665d789f9a3439a14b19"
            },
            "downloads": -1,
            "filename": "ibge_geodata-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73f1a259625654ea25f0dc087c018b24",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8231,
            "upload_time": "2025-07-15T23:33:19",
            "upload_time_iso_8601": "2025-07-15T23:33:19.304587Z",
            "url": "https://files.pythonhosted.org/packages/92/c1/fd3e8842fbcd24eae319c68d2762986660870eaa94183a6bf90fee8bc70e/ibge_geodata-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb44d95f1e2c494f784ce7f9585d2714667e6a99ae6f40433323fe00a7a3ce05",
                "md5": "85693bca265c35815858d70bf2ee420f",
                "sha256": "e06287c27696396d32c80d81a1deb7b92cec4458ba032c5b91f4d44983340d9c"
            },
            "downloads": -1,
            "filename": "ibge_geodata-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85693bca265c35815858d70bf2ee420f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 6444,
            "upload_time": "2025-07-15T23:33:20",
            "upload_time_iso_8601": "2025-07-15T23:33:20.685159Z",
            "url": "https://files.pythonhosted.org/packages/eb/44/d95f1e2c494f784ce7f9585d2714667e6a99ae6f40433323fe00a7a3ce05/ibge_geodata-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 23:33:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "victorbenezoli",
    "github_project": "geodata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ibge-geodata"
}
        
Elapsed time: 0.95812s