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

Uploaded Source

Built Distribution

fused-1.12.1-py3-none-any.whl (330.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fused-1.12.1.tar.gz
Algorithm Hash digest
SHA256 b97fcc4da073175d42d1a86da1529a9444eb6e56a5bcd7026416f1237b7716fd
MD5 d2866659adde18a8e78e1fa8eecb6910
BLAKE2b-256 15a28b565a6c96a527f2bbf09fe066617e23061019cca9c93509e1957ab318f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.12.1-py3-none-any.whl
  • Upload date:
  • Size: 330.4 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.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 163c5301ba000a3310a8105d9cb17ddc5c575e7e883def5010b5782ce81b23de
MD5 20d210796eb31f59bdee7af6ceb89d1d
BLAKE2b-256 41f12307eef119303387df854190a140c1b92ac64af31d276ff7e1054f2de0e5

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