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.14.0b2.tar.gz (251.5 kB view details)

Uploaded Source

Built Distribution

fused-1.14.0b2-py3-none-any.whl (339.6 kB view details)

Uploaded Python 3

File details

Details for the file fused-1.14.0b2.tar.gz.

File metadata

  • Download URL: fused-1.14.0b2.tar.gz
  • Upload date:
  • Size: 251.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.14.0b2.tar.gz
Algorithm Hash digest
SHA256 17ea4d8ca821d04f650813342777cf7448f700ff3544180139c03a5b70ed9ddb
MD5 adf5356599bff40ebc12d96a30ff6c0b
BLAKE2b-256 6d89146a0ce09a8a4a93cc559e656a73af05018543695a0b09c81409cbe432a3

See more details on using hashes here.

File details

Details for the file fused-1.14.0b2-py3-none-any.whl.

File metadata

  • Download URL: fused-1.14.0b2-py3-none-any.whl
  • Upload date:
  • Size: 339.6 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.14.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 a8c91b926789e111dacce8a79578aac352ab84156d39e752fdb4c8680f4841f2
MD5 cb2011daac6c5f7a14d9888a14833a50
BLAKE2b-256 b3a0eac0d7b91b67bc0cc6d8fa0ba52ed0020012ae6f626afb00403669adaf4b

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