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

Uploaded Source

Built Distribution

fused-1.12.0-py3-none-any.whl (329.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.12.0.tar.gz
  • Upload date:
  • Size: 242.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for fused-1.12.0.tar.gz
Algorithm Hash digest
SHA256 d8a994a3f3507048204e5cd58cc8a8847801f7212d57f63702448ee9ea22d328
MD5 b21c4195dab0de7a9b28b60b76f9cb1b
BLAKE2b-256 b43f54621b2216511f2518f274344218c9e46408b4cdd021cd19d99d14a611d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.12.0-py3-none-any.whl
  • Upload date:
  • Size: 329.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for fused-1.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa9908a1538624401e4985a079d033f7dc83cce8bb70cc542cd5033109cc7283
MD5 29300fc078039009745625e06d7fa4ec
BLAKE2b-256 5f11e564eabc1c90459610592e66cf677f51304b34ffc686454e12c58065ff40

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