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

Uploaded Source

Built Distribution

fused-1.11.2-py3-none-any.whl (328.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fused-1.11.2.tar.gz
Algorithm Hash digest
SHA256 60cd92b92e131e3637283db7f77c47a732e44a921973591c1f56228137d38ced
MD5 de1be06c41dfe61cb3104cd585c26556
BLAKE2b-256 d3c99734925db2cf7ff0903c30742edfb023ad32b22c49aabebe31b0dfa4307a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.11.2-py3-none-any.whl
  • Upload date:
  • Size: 328.8 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.11.2-py3-none-any.whl
Algorithm Hash digest
SHA256 33e641391c754ea1f67f52fddfe29b354d0ac4297c65b30570bd03d7334913e7
MD5 89bc5e905e1eb8ac61d268968a512ec4
BLAKE2b-256 f5b98cfa38c97e339923aaf5a0777c98d7770900ab2ee57c67c5c7bd90e239be

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