https://github.com/ahuang11/mapnstreets
Have you ever wondered how common (uncreative) some street names are?
https://github.com/ahuang11/mapnstreets
duckdb fugue geopandas geoviews maps panel parquet
Last synced: 6 months ago
JSON representation
Have you ever wondered how common (uncreative) some street names are?
- Host: GitHub
- URL: https://github.com/ahuang11/mapnstreets
- Owner: ahuang11
- Created: 2023-07-12T18:16:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T01:48:34.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:41:29.517Z (7 months ago)
- Topics: duckdb, fugue, geopandas, geoviews, maps, panel, parquet
- Language: Python
- Homepage: https://huggingface.co/spaces/ahuang11/mapnstreets
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mapnstreets
*Have you ever looked at a street name and wondered how common it is?*
Put your curiosity to rest with MapnStreets! By simply entering a name
in the provided box, you can discover the prevalence of a street name.
The map will display the locations of all streets with that name,
and for more detailed information, you can click on the table to
highlight their exact whereabouts.Uses [TIGER/Line® Edges](https://www2.census.gov/geo/tiger/TIGER_RD18/LAYER/EDGES/)
data provided by the US Census Bureau.Powered by OSS:
[Fugue](https://fugue-tutorials.readthedocs.io),
[Panel](https://panel.holoviz.org/),
[GeoPandas](https://geopandas.org/),
[GeoViews](https://geoviews.org/),
[Parquet](https://parquet.apache.org/),
[DuckDB](https://duckdb.org/),
[Ray](https://ray.io/),
and all their supporting dependencies.
## Developers 1-2-3
To create a new environment with all the requirements needed:
`conda env create -f environment.yml`Then, run:
`python download_process.py`Finally, run:
`panel serve app.py --autoreload`