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

Uploaded Source

Built Distribution

fused-1.3.1-py3-none-any.whl (197.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.3.1.tar.gz
  • Upload date:
  • Size: 150.7 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.1.tar.gz
Algorithm Hash digest
SHA256 018610e255cf128aea60c4402e527b4b4123f4844258c0fda6468f0d69a459a2
MD5 5f5b679960728a36cff41fc84c0da9ca
BLAKE2b-256 e722040fea089c2c5d7506311d629ca7dbdb6a6b566ce0fd855c4b314833ca0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 197.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.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4d680a8774159465f7e5a11a1727863e8d7839794dd7a00efe64b5eec7dd4864
MD5 a7f78cab97e4c7ad87a493b5c124162a
BLAKE2b-256 a2e0aa4279e0f52fedf41497704ecb9666d9ab9c3285a30aceb2a588b0a6a59f

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