From 70812c4571a0c05e85c91a079ce9c0029bbc88f5 Mon Sep 17 00:00:00 2001 From: AlOrozco53 Date: Sun, 24 Sep 2017 20:50:17 -0500 Subject: [PATCH 1/2] [ADDED] A .kml tutorial and a note on the README --- .gitmodules | 4 ++++ QuakeCurator | 1 + README.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 QuakeCurator diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cd087f3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "QuakeCurator"] + path = QuakeCurator + url = https://github.com/alorozco53/QuakeCurator.git + branch = map-parser diff --git a/QuakeCurator b/QuakeCurator new file mode 160000 index 0000000..eeb15fd --- /dev/null +++ b/QuakeCurator @@ -0,0 +1 @@ +Subproject commit eeb15fd277f2ed227a40681f7789b91662d72147 diff --git a/README.md b/README.md index edbdb87..01fb77e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Revisa los issues etiquetados para cada grupo de trabajo y únete a la conversac | Ajuda | | | iOS, Swift |
[:octocat:](https://github.com/JuweTakeheshi/ajuda)
| | Promesas.mx | Concentramos la información sobre las promesas que se estan haciendo y acciones que se estan indicando por distintos sectores de Gobierno, iniciativas públicas y privadas, organizaciones civiles, fundaciones, etc. | promesasmx.slack.com | AngularJS |
[:octocat:](https://github.com/jorandradefig/promesas.mx)
| | [471Servicios](https://twitter.com/471servicios) | Bot que informa sobre instituciones gubernamentales en mexico encargadas de servicios | #sismomx-bots | Python |
[:octocat:](https://github.com/nusspez/bot-servicios-471)
| +| Análisis de información verificada en tiempo real | Tutorial de manejo de archivos `.kml` disponible en [`QuakeCurator`](QuakeCurator/) | | Python 3.6 y bibliotecas |
[:octocat:](https://github.com/alorozco53/quakecurator)
| ## Contribuye con este sitio From 840e0ecf013224eb11946e779853a82ada09c889 Mon Sep 17 00:00:00 2001 From: AlOrozco53 Date: Sun, 24 Sep 2017 20:53:26 -0500 Subject: [PATCH 2/2] [FIXED] a bug on README regarding the kink to the kml tutorial ipynb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01fb77e..0376f7c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Revisa los issues etiquetados para cada grupo de trabajo y únete a la conversac | Ajuda | | | iOS, Swift |
[:octocat:](https://github.com/JuweTakeheshi/ajuda)
| | Promesas.mx | Concentramos la información sobre las promesas que se estan haciendo y acciones que se estan indicando por distintos sectores de Gobierno, iniciativas públicas y privadas, organizaciones civiles, fundaciones, etc. | promesasmx.slack.com | AngularJS |
[:octocat:](https://github.com/jorandradefig/promesas.mx)
| | [471Servicios](https://twitter.com/471servicios) | Bot que informa sobre instituciones gubernamentales en mexico encargadas de servicios | #sismomx-bots | Python |
[:octocat:](https://github.com/nusspez/bot-servicios-471)
| -| Análisis de información verificada en tiempo real | Tutorial de manejo de archivos `.kml` disponible en [`QuakeCurator`](QuakeCurator/) | | Python 3.6 y bibliotecas |
[:octocat:](https://github.com/alorozco53/quakecurator)
| +| Análisis de información verificada en tiempo real | Tutorial de manejo de archivos `.kml` disponible [aquí](https://github.com/alorozco53/QuakeCurator/blob/map-parser/map-parser/KMLTutorial.ipynb). | | Python 3.6 y bibliotecas |
[:octocat:](https://github.com/alorozco53/quakecurator)
| ## Contribuye con este sitio