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.17.0.tar.gz (123.6 kB view details)

Uploaded Source

Built Distribution

fused-1.17.0-py3-none-any.whl (158.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.17.0.tar.gz
  • Upload date:
  • Size: 123.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.11.4 Darwin/24.3.0

File hashes

Hashes for fused-1.17.0.tar.gz
Algorithm Hash digest
SHA256 8a26889f923c81ac5c0314a92f14ae9842e51a26568c1b3e02e86a11060a4aad
MD5 31646ce50f0f1580fe53a265ba33d37c
BLAKE2b-256 e37a554e8b8bd0ac81d5729d4eebeba53710f08d6e82c9c49989c2d4c05d6b21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.17.0-py3-none-any.whl
  • Upload date:
  • Size: 158.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.11.4 Darwin/24.3.0

File hashes

Hashes for fused-1.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 283878a74920cd5e969b8572c163904006a6c78e44fdcfdf14b6d0b441cb29e6
MD5 276e2b4ae8a4d10745ed375ff5562d5d
BLAKE2b-256 76535ab77a56ff5f1bc030734ac20f623ec76f57ac7eb905b073522936b4c578

See more details on using hashes here.

Supported by

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