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

Uploaded Source

Built Distribution

fused-1.16.1-py3-none-any.whl (350.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.16.1.tar.gz
  • Upload date:
  • Size: 260.7 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.16.1.tar.gz
Algorithm Hash digest
SHA256 7a8d61d0cd5ba85e6acbe36aba63877c3c17d9d3435735d3f02ddb5c0a69b780
MD5 e3fcd5da94397c3d9b22f109fa2543a0
BLAKE2b-256 c17cfb46c666b95d157320c9ac600484c1e87fcc4c587f0f1fac4f312b4c02b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.16.1-py3-none-any.whl
  • Upload date:
  • Size: 350.2 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.16.1-py3-none-any.whl
Algorithm Hash digest
SHA256 690cd867430a2306e1f8cc3ebbd240747f8e1d609c16397667938693ffb1d0cf
MD5 d3861975d47c870afce70210607bd6ef
BLAKE2b-256 0bc29bd90cad041371865c433097ec04a7050ba04e14ce66aadc2b1c3b4576ed

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