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

Uploaded Source

Built Distribution

fused-1.15.0-py3-none-any.whl (348.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fused-1.15.0.tar.gz
Algorithm Hash digest
SHA256 a0ec245fad3cbed230f384b87681d217a5495ebc0f84814493f108e591041d18
MD5 d1f15de1ebc8ce3c7935541d9fa362de
BLAKE2b-256 038532fed8db1643b4a742fcc32065f5f3e7c62834a980737305ba165cb305c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.15.0-py3-none-any.whl
  • Upload date:
  • Size: 348.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.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0a82c867a8feb2e4f1b9a9f5c66cc63ea587eab2cd19d09c40ac229932cea2bf
MD5 8864a8b0d568ded86e234941f79bc225
BLAKE2b-256 f62d9275b44e5d4e0319130d9b4843f8986106685eb649bdb82defdbce17c747

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