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

Uploaded Source

Built Distribution

fused-1.14.0-py3-none-any.whl (339.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.14.0.tar.gz
  • Upload date:
  • Size: 251.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.14.0.tar.gz
Algorithm Hash digest
SHA256 a7a2af78ea44a7b2e490b6e921d2b3c99c8cb693e08b5b5bc47cb8cb9ecc7612
MD5 4fcc77918c4d77442e44fd18c691fb15
BLAKE2b-256 3bfbe7118ace9293ba9cd8b537cbf3df1f0cc0b1c4e79f667451f2bea3310c3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.14.0-py3-none-any.whl
  • Upload date:
  • Size: 339.8 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.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e53f52aeea0ab11b5f1db30180099eafece3579d8609911696362e406f04e721
MD5 a76f7af182bf5fbe98002c9e452ede9d
BLAKE2b-256 641c5fd9c27bd7ccfb6243a40b4b6601f129710808db689c79b503744fd6ae17

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