Code snippets from assignments and projects while in school and learning to code!
My contributions to a python package called PCML (https://github.com/HPCGISLab/pcml). One is a local raster operation, and one implements a focal percentile on raster data. Test data can be found in the data page of the linked git repository.
Read, write, and manipulate spatial data using the open source fiona python package.
Sample of map algebra calculations. Subtract, multiply, and divide. First implemented without using numpy then with it.
Create a minimum bounding box from a series of points.
Python implementation of 3 different distance formulas.
Basic geocoder using google maps API. (API key required to run)
Java implementation of a bloom filter. https://en.wikipedia.org/wiki/Bloom_filter