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

Uploaded Source

Built Distribution

fused-1.15.2-py3-none-any.whl (349.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.15.2.tar.gz
  • Upload date:
  • Size: 259.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.15.2.tar.gz
Algorithm Hash digest
SHA256 d1940b4bcfe3492d72fb4051d76488d2a1ab30c2fcd2bc7b4577f956586afaec
MD5 c7e01fc4fc451c31388aced1d9fc7c5b
BLAKE2b-256 ad0ae949125d1eba7f547a646e3a03a2cded804188a899b7a83f66c6fa7f9773

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.15.2-py3-none-any.whl
  • Upload date:
  • Size: 349.1 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.15.2-py3-none-any.whl
Algorithm Hash digest
SHA256 163fb02d241886299af9c9c4341cd1381e5f6d287ef36f380303d17545cb9ebd
MD5 a84115fb1393c7c0264acb989bb6c726
BLAKE2b-256 da8365495dc179f02d519499b13d451e145ce68988346bd2dbb872ea8b65a7d9

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