Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgiobairog/tokyo-dreams-in-geodetic-prose
Working with Isochrones to focus my apartment searches.
https://github.com/sgiobairog/tokyo-dreams-in-geodetic-prose
apartments geodesy isochrone-map transit-data
Last synced: 24 days ago
JSON representation
Working with Isochrones to focus my apartment searches.
- Host: GitHub
- URL: https://github.com/sgiobairog/tokyo-dreams-in-geodetic-prose
- Owner: SgiobairOg
- Created: 2023-09-28T16:47:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T09:19:09.000Z (about 1 year ago)
- Last Synced: 2024-04-17T09:51:35.087Z (8 months ago)
- Topics: apartments, geodesy, isochrone-map, transit-data
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tokyo Dreams in Geodetic Prose
:sparkles: I like looking for apartments
:sparkles: I like Tokyo and the surrounding area
:sparkles: I like Geodetic data
So here you have (in development) a collection of small tools I will use for apartment hunting. For now just to scratch my itch, but eventually to help me find my dream place in the Tokyo metro.
## Status
:warning: **Blocked:** Due to licensing issues, Google does not make its Transit data for Japan available through the API. Searching for an alternative provider.
## Plans
- [ ] Leverage ~~Google~~ APIs to have a microservice that will build and periodically refresh Isochrones (lines of equal trvel time) around target areas.
- [ ] Identify an API, potentially [Association for Open Data of Public Transportation](https://www.odpt.org), to provide transit route data.
- [ ] Build a microservice to store my Isochrones for reference.
- [ ] Build a Firefox Plugin to tell me if an apartment is inside or outside of my Isochrones.
- [ ] Contract-based types and testing.
- [ ] ...## Tools
- PNPM Workpsaces and Turbo Repo for Pacakage and Dependency Management
- NestJS
- Jest
- Zod
- Google Routes API
- Google Geocoding API