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

Fused is currently in private beta. Email info@fused.io for access.

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)

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

Uploaded Source

Built Distribution

fused-1.3.2-py3-none-any.whl (197.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.3.2.tar.gz
  • Upload date:
  • Size: 151.1 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.3.2.tar.gz
Algorithm Hash digest
SHA256 8c4ce6ae3f2a5e1198b97517488496bda4288208ef32eadecc228bae9b4feb51
MD5 45cf015750848b2142f7f336d552f564
BLAKE2b-256 164e351c7d9b4f2446999a24636afd95c9cd30c7b70ff91ae0e327f0341b32d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 197.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.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1d7a032243fc24f4a164011cee12331afea22c3ecce35e9e356026e61786afcc
MD5 e62febd7e0ac40a0f0ecc48b7acec98f
BLAKE2b-256 0b9f57c1b0ddfda502bd226f711a97de031a593d13dd210c5838164dea749fbb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page