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.0b1.tar.gz (251.1 kB view details)

Uploaded Source

Built Distribution

fused-1.14.0b1-py3-none-any.whl (338.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.14.0b1.tar.gz
  • Upload date:
  • Size: 251.1 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.0b1.tar.gz
Algorithm Hash digest
SHA256 866be4600033968260bc091eed77e41f9f3b7a051a614418c06464ca808d1ca6
MD5 9d2ea209e66bd6337b975944e41d5aee
BLAKE2b-256 7b53e038a55815cf1716be6da597999bdfe1b7c134559c33f069da2818efc685

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.14.0b1-py3-none-any.whl
  • Upload date:
  • Size: 338.9 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.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 8977f230a43ae616122d53e30e3c5bdf6ca41da4f131baeda50e6e486a47dffe
MD5 f617c2dce3f5fc953383a571a3caaa7a
BLAKE2b-256 4088bb0ff57998f75312c8fe153b0c78d4ad63f11d6d99da6ed1d23a673bc53c

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