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

Uploaded Source

Built Distribution

fused-1.9.5b1-py3-none-any.whl (130.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.9.5b1.tar.gz
  • Upload date:
  • Size: 101.9 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.9.5b1.tar.gz
Algorithm Hash digest
SHA256 3442d0416d50e5cc0eed66f2cb469ea2c75e5cadb473173220958457e7038090
MD5 eafb09b8cce69a8f317c3d61526fdc5c
BLAKE2b-256 a7a58993bde5b6cd4df0bd360d2d9ab510a034088dfc81dc79e041c535f2514b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.9.5b1-py3-none-any.whl
  • Upload date:
  • Size: 130.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.9.5b1-py3-none-any.whl
Algorithm Hash digest
SHA256 0db1e60ca046157ea2ef34768346f942901ec7a99b8e0e74e1203dfc4a648dfd
MD5 b39ea4b8f8bc538f14f1df71a46b9c69
BLAKE2b-256 aebc9cae5c0846a768ef7eb0f842da69690dbbaf2a2da6e2d04baa710df3351d

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