Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.05 KB

Gaode_POI_Streamlit

A simple tool to get poi data from Amap based on Streamlit, which supports data crawling, download and visualization.

Usage

  1. Install all required packages, using pip install -r requirements.txt
  2. Run streamlit app, using streamlit run get_poi_streamlit.py
  3. Open the localhost page in your browser and start crawling.

Compatibility

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

License

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.