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

Uploaded Source

Built Distribution

fused-1.18.0-py3-none-any.whl (168.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fused-1.18.0.tar.gz
Algorithm Hash digest
SHA256 f509ccba5a8b81780e5a637703bc642ff739ed099cd030b08cae2dd2b0d80187
MD5 e6b803daa989b976944f55477bc6517a
BLAKE2b-256 03044fcc6eb825ff3913120f5d05c5cdc0f06546d11adcc9f048e619b7287190

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.18.0-py3-none-any.whl
  • Upload date:
  • Size: 168.6 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.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 83a3166a32404c43fc80cbafd61c6c51132406186bdf954b1c17b961cf0be9e3
MD5 b70c4955c6e048a9910028dec1dd4c2f
BLAKE2b-256 6116a679e99eaa4c561ab53f637d18fe1b1abad912b7972687d2f486407ba513

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