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

Uploaded Source

Built Distribution

fused-1.10.5-py3-none-any.whl (326.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.10.5.tar.gz
  • Upload date:
  • Size: 249.0 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.10.5.tar.gz
Algorithm Hash digest
SHA256 25583d881555cd9e5fb673b29ac2f566004b1e37dc200a9380fe29cb84850ce9
MD5 2affd693d8d106b307e87739cb0872a8
BLAKE2b-256 d352d18362640eb50f2aad3d48765b1275ae128d91d942a089cb0afbdc7f9e76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.10.5-py3-none-any.whl
  • Upload date:
  • Size: 326.5 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.10.5-py3-none-any.whl
Algorithm Hash digest
SHA256 81d1363ffa5184a6e35cd374b4f524ca6a925dae058eb822fe09f6f15b3d8ba6
MD5 30c9154ff855af1108646754976702e3
BLAKE2b-256 24204b595e38916383e48a35cde780af707c138c666956f86864eb82c0361569

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