700+ User Defined Functions for Fused.io - a platform for serverless geospatial compute and analysis.
These are Fused UDFs I have worked on so far since April of 2024.
Includes:
- Overture Maps building footprints
- Sentinel satellite imagery processing
- H3 hexagon aggregations with DuckDB and the H3 community extension
- DEM terrain analysis
- Any tokens or API keys referenced in these UDFs won't work
- Data stored in my personal Fused object storage won't be accessible
- Be careful with the Zarr UDFs - they can be compute intensive
- udfs - Unzipped UDFs for browsing
- udfs_just_py - Just the Python files
- udfs_zipped - Zip files for uploading directly into Fused
Older UDFs will refer to a utils.py that was deprecated in order to keep all the code in the main Python file. You would need to reactivate utils in the setttings to gain access to that file in Fused. If the UDFs use the utils.py they should be available in udfs and udfs_zipped.
