pip install meza# readers
>>> from meza import io
>>>
>>> records = io.read('kibo_peak.geojson')pip install meza# readers
>>> from meza import io
>>>
>>> records = io.read('kibo_peak.geojson')| #!/usr/bin/env python2 | |
| # | |
| import csv, sys | |
| from io import open | |
| from collections import defaultdict | |
| from pyvotecore.schulze_stv import SchulzeSTV | |
| notation = SchulzeSTV.BALLOT_NOTATION_RANKING |
I've shared this contact for use by Creative, Digital and Marketing Agencies (or any company for that matter) to use when contracting a Freelance Web Developer on digital projects. Feel free to fork, amend and use for your own projects however please be nice and credit where credit is due and take a note of the disclaimer on this document.
My aim is to create a realistic, agreeable contract with as little unreadable jargon as possible. Hopefully this example contract achieves that and is useful to you, feel free to comment so I can amend.
PS: feel free to remove this section (of course) when using in your final docs.
| #!/usr/bin/env bash | |
| # Bulk convert shapefiles to geojson using ogr2ogr | |
| # For more information, see http://ben.balter.com/2013/06/26/how-to-convert-shapefiles-to-geojson-for-use-on-github/ | |
| # | |
| # usage: geojsonize *.zip | |
| # | |
| # Note: Assumes you're in a folder with one or more zip files containing shape files | |
| # and Outputs as geojson with the crs:84 SRS (for use on GitHub or elsewhere) |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| cd path/to/project | |
| # create package.xml | |
| pear package-validate | |
| pear package | |
| cp *.tgz path/to/pear/repo | |
| cd path/to/pear/repo | |
| pirum add . [filename].tgz | |
| git add -A | |
| git commit -m 'Add new package' | |
| git push origin gh-pages |