fused 1.15.2
pip install fused
Latest version
Released:
No project description provided
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Requires: Python <4, >=3.9
-
Provides-Extra:
all
,batch
,raster
,vector
Classifiers
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- Requires: Python <4, >=3.9
-
Provides-Extra:
all
,batch
,raster
,vector
Classifiers
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fused-1.15.2.tar.gz
.
File metadata
- Download URL: fused-1.15.2.tar.gz
- Upload date:
- Size: 259.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1940b4bcfe3492d72fb4051d76488d2a1ab30c2fcd2bc7b4577f956586afaec |
|
MD5 | c7e01fc4fc451c31388aced1d9fc7c5b |
|
BLAKE2b-256 | ad0ae949125d1eba7f547a646e3a03a2cded804188a899b7a83f66c6fa7f9773 |
File details
Details for the file fused-1.15.2-py3-none-any.whl
.
File metadata
- Download URL: fused-1.15.2-py3-none-any.whl
- Upload date:
- Size: 349.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 163fb02d241886299af9c9c4341cd1381e5f6d287ef36f380303d17545cb9ebd |
|
MD5 | a84115fb1393c7c0264acb989bb6c726 |
|
BLAKE2b-256 | da8365495dc179f02d519499b13d451e145ce68988346bd2dbb872ea8b65a7d9 |