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

Uploaded Source

Built Distribution

fused-1.5.0-py3-none-any.whl (198.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.5.0.tar.gz
  • Upload date:
  • Size: 151.8 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.0.tar.gz
Algorithm Hash digest
SHA256 0ca1abbbc1d77afa56a3dfa60f275d60d0e95438b71d5026e60c0d495c051805
MD5 f4fad3af11ae565c42fd7cfa3fdbf4f3
BLAKE2b-256 55c57957ae338a4ea766509c205f2bb3d3612e53c43f4f4ba8773fedf9e0420a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 198.4 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b76e4d43643caf137dad5274be49acf41954363a99ef31ed3e08746ff79b59e
MD5 ce69a851189a302f9e1edd6f10f22e45
BLAKE2b-256 61f6440df34ca7ac2d45290ba2b7e6018f617fed5dc3caf71e10b4b3b46b3ac5

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