A simple tool to get poi data from Amap based on Streamlit, which supports data crawling, download and visualization.
- Install all required packages, using
pip install -r requirements.txt
- Run streamlit app, using
streamlit run get_poi_streamlit.py
- Open the localhost page in your browser and start crawling.
Refer to requirements.txt for details.
-
streamlit==0.80.0
-
requests~=2.25.1
-
pandas~=1.2.3
-
geopandas~=0.9.0
-
fiona~=1.8.18
Copyright 2021, Ganmin Yin.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.