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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.15.1.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.1.tar.gz
Algorithm Hash digest
SHA256 dcf13dc707eb81374f704ea67f589775f12a4a316e7d27c87328365d346f99a3
MD5 787805ab9c0e9fe3e475f0f1e3c0c401
BLAKE2b-256 f0a44f42090b237e4fbb556dc0c9eefddf2140efae8e520eecb7324f7846b4f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.15.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 896e922bcb9b14be6e0bf4c83717561766c21b1d3f959297fbe5433086424cd7
MD5 ff312cf85dc689d94dc0ea60b424ddd7
BLAKE2b-256 22007984fd9bb3486174c4270897793588db5319cd30575485ea391facb9fc39

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