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

Uploaded Source

Built Distribution

fused-1.5.2-py3-none-any.whl (198.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.5.2.tar.gz
  • Upload date:
  • Size: 151.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/23.2.0

File hashes

Hashes for fused-1.5.2.tar.gz
Algorithm Hash digest
SHA256 b895c0f3b033f1e06708fff8963b6c769ff658313791d4cde15b928483450dfa
MD5 e5019a6e99a4e403c165618b0e321c16
BLAKE2b-256 79870967fd0f4f2cf1564e4e738fe781371361ce547b9cd04f786b02fe6e39fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.5.2-py3-none-any.whl
  • Upload date:
  • Size: 198.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/23.2.0

File hashes

Hashes for fused-1.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fb9bb34d2e00ccd1707be42f968de1de61bb6d0a99c4e909a0020cd314bc444c
MD5 b5f3bd3d4989ee017e1c9c41bf937dcd
BLAKE2b-256 a5061a2377321894dd579a9532856c4cf75f5cc73eba780fdf5de316988429a5

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