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

Uploaded Source

Built Distribution

fused-1.4.0-py3-none-any.whl (198.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.4.0.tar.gz
  • Upload date:
  • Size: 151.6 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.4.0.tar.gz
Algorithm Hash digest
SHA256 39ee0f0d4219a7b9b7ada2a075e0b8c7cae863b72b6af1ad5234f597fa908f42
MD5 a46193e9aff5dc22ea0662759679ac40
BLAKE2b-256 5d9402b5b6b85d99265ea3f3ab82adbda1d07760a91faa2345d31ce0bf3a0a0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 198.3 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 549c1b2a4c5c1a791f5eef7f313e9825fc356443b1f10fbe50fd01fddebf8bd5
MD5 25aba34cc402b671f5aea0b5012af037
BLAKE2b-256 d1e2ea0aeb1052f028ec175c3a9d18e058794007c8784dfc8db9da5f2fa8817e

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