{"id":21020380,"url":"https://github.com/mariofix/ferias-libres-data","last_synced_at":"2026-04-28T13:08:23.245Z","repository":{"id":164933911,"uuid":"640287089","full_name":"mariofix/ferias-libres-data","owner":"mariofix","description":"Data Files for Ferias Libres","archived":false,"fork":false,"pushed_at":"2024-08-05T20:21:21.000Z","size":1478,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T12:46:29.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariofix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-13T15:34:14.000Z","updated_at":"2023-07-20T01:31:31.000Z","dependencies_parsed_at":"2024-02-19T20:48:18.869Z","dependency_job_id":"1c481319-e14e-4d54-a968-d22c3d307222","html_url":"https://github.com/mariofix/ferias-libres-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariofix%2Fferias-libres-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariofix%2Fferias-libres-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariofix%2Fferias-libres-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariofix%2Fferias-libres-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariofix","download_url":"https://codeload.github.com/mariofix/ferias-libres-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243450535,"owners_count":20292970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T10:40:01.983Z","updated_at":"2025-12-29T13:36:28.626Z","avatar_url":"https://github.com/mariofix.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ferias-libres-data\n\nData Files for Ferias Libres\n\n[![Tests \u0026 Coverage](https://github.com/mariofix/ferias-libres-data/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/mariofix/ferias-libres-data/actions/workflows/Tests.yml)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c744545bcd4e419abbbf931781b64346)](https://app.codacy.com/gh/mariofix/ferias-libres-data/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/c744545bcd4e419abbbf931781b64346)](https://app.codacy.com/gh/mariofix/ferias-libres-data/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_coverage)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/mariofix/ferias-libres-data/main.svg)](https://results.pre-commit.ci/latest/github/mariofix/ferias-libres-data/main)\n![GitHub](https://img.shields.io/github/license/mariofix/ferias-libres-data)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/mariofix/ferias-libres-data/main)\n\n## Origenes de Datos\n\n[https://github.com/altazor-1967/Comunas-de-Chile](https://github.com/altazor-1967/Comunas-de-Chile)\n[https://apimapaferias.sercotec.cl/API/Comuna/PorRegion?pRegionId=1](https://apimapaferias.sercotec.cl/API/Comuna/PorRegion?pRegionId=1)\n[https://apimapaferias.sercotec.cl/API/Placemark/FeriasPorRegion?pRegionId=1](https://apimapaferias.sercotec.cl/API/Placemark/FeriasPorRegion?pRegionId=1)\n\n## datos extra\n\nbuscar todas las direcciones de cada feria y calcular el rango de calles para obfuscar direcciones exactas\n`https://geocode.maps.co/reverse?lat=-33.37864276006814\u0026lon=-70.55694490947512`, pedirle a chatgpt que lo haga\n\nlos puntos\nhttps://www.red.cl/restservice/rest/getpuntoparada/?lat=-33.37864276006814\u0026lon=-70.55694490947512\u0026bip=1\n\n```python\nimport httpx, rich\nwhile True:\n    try:\n        salida = httpx.get(\"https://www.red.cl/restservice/rest/getpuntoparada/?lat=-33.37864276006814\u0026lon=-70.55694490947512\u0026bip=1\",verify=False, timeout=15.0)\n    except Exception as e:\n        rich.print(e)\n    else:\n        # Las estaciones de metro son son puntos bip que comienzan con \"name\" : \"METRO*\"\n        # ni idea que significa la distancia, debe ser un calculo conocido\n        rich.print_json(salida.text)\n        break\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariofix%2Fferias-libres-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariofix%2Fferias-libres-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariofix%2Fferias-libres-data/lists"}