Skip to main content

No project description provided

Project description

Fused Public Python package

🌎 Code to Map. Instantly.



Fused is a Python library to code, scale, and ship geospatial workflows of any size. Express workflows as shareable UDFs (user defined functions) without thinking about the underlying compute. The Fused Python library is maintained by Fused.io.

Prerequisites

Python >= 3.8

Install

pip install fused

Quickstart

import fused

# Declare UDF
@fused.udf()
def my_udf():
    import pandas as pd
    return pd.DataFrame({'hello': ['world']})

df = fused.run(my_udf)
print(df)

dc_file_udf = fused.load('https://github.com/fusedio/udfs/tree/main/public/DC_File_Example')

df2 = fused.run(dc_file_udf)
print(df2)

Resources

Changelog

See the changelog for the latest changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fused-1.9.6.tar.gz (101.9 kB view details)

Uploaded Source

Built Distribution

fused-1.9.6-py3-none-any.whl (130.3 kB view details)

Uploaded Python 3

File details

Details for the file fused-1.9.6.tar.gz.

File metadata

  • Download URL: fused-1.9.6.tar.gz
  • Upload date:
  • Size: 101.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/23.2.0

File hashes

Hashes for fused-1.9.6.tar.gz
Algorithm Hash digest
SHA256 16d33a91db41b5f9abda102e7a51da15be4e99aa8b50f0d2c7ee6f920ef2e3c9
MD5 68fb5e0c2256dd634e6b0bb710aeccff
BLAKE2b-256 d76896d436c687372519e688bf3c27ea5fdf538bebf8da2c51ff90d21efcd111

See more details on using hashes here.

File details

Details for the file fused-1.9.6-py3-none-any.whl.

File metadata

  • Download URL: fused-1.9.6-py3-none-any.whl
  • Upload date:
  • Size: 130.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/23.2.0

File hashes

Hashes for fused-1.9.6-py3-none-any.whl
Algorithm Hash digest
SHA256 214ffb26a7b9d5ef5344f9fffe8c0e7996d3aa980f13faecd7e4137274f1b104
MD5 2b05b173d073e2c96da8ae001c9240f9
BLAKE2b-256 e13745dcf2e778a1de45ba6942c84ec939c0a4571035bdab4d3a3a0a0d0ae622

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page