https://github.com/sgregson/p5-utilities
Processing Utilities and Examples
https://github.com/sgregson/p5-utilities
Last synced: over 1 year ago
JSON representation
Processing Utilities and Examples
- Host: GitHub
- URL: https://github.com/sgregson/p5-utilities
- Owner: sgregson
- Created: 2012-02-03T23:02:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T14:46:08.000Z (over 11 years ago)
- Last Synced: 2025-03-20T07:41:42.975Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a collection of code fragments and utilities I use for my personal and professional projects.
# GIS Utilities
* [visual_trace](https://github.com/sgregson/P5-Utilities/tree/master/visual_trace)
* [visual_marquee](https://github.com/sgregson/P5-Utilities/tree/master/visual_marquee)
# Calculation
# File I/O
# Data Conversion
* [writeHTML](https://github.com/sgregson/P5-Utilities/tree/master/writeHTML)
* [kml to csv](https://github.com/sgregson/P5-Utilities/tree/master/KML_to_CSV)
* [tsv to kml](https://github.com/sgregson/P5-Utilities/tree/master/TSV_to_KML)
# General
* [font_browser](https://github.com/sgregson/P5-Utilities/tree/master/font_browser)