{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"fudgeo creates and manages OGC GeoPackages\u2014SQLite-based geospatial databases\u2014allowing you to read and write geometries and attributes using Python objects and standard SQL syntax.","skillfed_tags":["geospatial","gis","sqlite"],"use_cases":["Build a GeoPackage database of road networks with linestring geometries and attributes like road name and one-way status.","Create feature classes with custom spatial reference systems (UTM, local projections) and insert thousands of geometries via bulk SQL operations.","Read and query existing GeoPackages using standard SQLite syntax while working with geometry objects in Python.","Define tables with Z and M dimensions (elevation, measurement) for 3D or time-series geospatial data.","Export geospatial data to a portable, standards-compliant format compatible with ArcGIS and other GIS software."],"what_it_does":"fudgeo is a lightweight Python library for creating and managing OGC GeoPackages\u2014standardized SQLite-based containers for geospatial data. It abstracts away the complexity of GeoPackage internals, letting you work with geometries (points, lines, polygons, and variants with Z/M dimensions) and attributes as regular Python objects, then persist them using familiar SQL operations (SELECT, INSERT, UPDATE, DELETE). The library handles spatial reference systems, feature classes, tables, and metadata automatically.\n\nYou use fudgeo to build new GeoPackages from scratch or open existing ones, define feature classes with custom fields and coordinate systems, insert and query geometries with their attributes, and optionally add spatial indexes. It depends on numpy and bottleneck for numerical operations and runs on Python 3.10 through 3.14. The library is designed for developers who need programmatic control over geospatial data without the overhead of heavier GIS frameworks.","worth_installing":"Yes. fudgeo is actively maintained, has no known vulnerabilities, installs with minimal friction, and carries a permissive MIT license. Install it if you need to create or manage GeoPackages programmatically in Python and prefer a lightweight, SQL-native approach over heavier GIS libraries. Not worth installing if you need advanced spatial analysis, raster support, or integration with other GIS ecosystems beyond basic GeoPackage compatibility."},"id":"fudgeo","links":{"html":"https://skillfed.io/packages/fudgeo","md":"https://skillfed.io/packages/fudgeo.md","pypi":"https://pypi.org/project/fudgeo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-05","license_spdx":"MIT","license_treatment":"permissive","name":"fudgeo","python_support":"supports_current","summary":"GeoPackage support from Python.  fudgeo is a lightweight package for creating OGC GeoPackages, Feature Classes, and Tables.  Easily read and write geometries and attributes to Feature Classes and Tables using regular Python objects and SQLite syntax."},"popularity":{"monthly_downloads":125208,"position":11831,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.10"}
