Skip to content

Instantly share code, notes, and snippets.

@csb19815
Last active May 1, 2018 20:15
Show Gist options
  • Save csb19815/659c8eba4742cc3f1b8f23d66a760a0c to your computer and use it in GitHub Desktop.
Save csb19815/659c8eba4742cc3f1b8f23d66a760a0c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"import partridge as ptg"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"inpath = '/Users/Charlie/Downloads/icats-nc-us_icats-nc-us_1522943042_icats-nc-us.zip'\n",
"outpath = '/Users/Charlie/Downloads/icats-nc-us_icats-nc-us_1522943042_icats-nc-us-clean.zip'"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"config = ptg.config.default_config()\n",
"config.remove_edges_from(list(config.out_edges('stops.txt')))\n",
"\n",
"feed = ptg.writers.extract_feed(inpath, outpath, {}, config)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment