geo-myanmar-2020

所属分类:GIS/地图编程
开发工具:Jupyter Notebook
文件大小:22653KB
下载次数:0
上传日期:2023-02-28 01:34:54
上 传 者sh-1993
说明:  no intro
(Code prepared for the geospatial data analysis lecture i gave in myanmar ML4IoT workshop in 2020)

文件列表:
1.0 osm.ipynb (6542, 2023-07-19)
2.0 vector.ipynb (7191, 2023-07-19)
3.0 visualization.ipynb (8690, 2023-07-19)
4.0 remote sensing.ipynb (63872, 2023-07-19)
config (0, 2023-07-19)
config\hexbin_config.txt (2044, 2023-07-19)
config\kepler_config.txt (2921, 2023-07-19)
data (0, 2023-07-19)
data\census (0, 2023-07-19)
data\census\datadictionaryhhpopstateregion-.csv (29999, 2023-07-19)
data\census\householdspopulationbaseddatasetsrunion.csv (45752, 2023-07-19)
data\kinki.tar.xz (7408164, 2023-07-19)
data\mmr_polbnda2_adm1_250k_mimu.zip (948405, 2023-07-19)
data\vectors (0, 2023-07-19)
data\vectors\airports (0, 2023-07-19)
data\vectors\airports\ne_10m_airports.dbf (6248846, 2023-07-19)
data\vectors\airports\ne_10m_airports.shp (25048, 2023-07-19)
data\vectors\airports\ne_10m_airports.shx (7228, 2023-07-19)
data\vectors\cities5k.csv (9971597, 2023-07-19)
data\vectors\countries (0, 2023-07-19)
data\vectors\countries\ne_10m_admin_0_countries.dbf (599487, 2023-07-19)
data\vectors\countries\ne_10m_admin_0_countries.shp (8800376, 2023-07-19)
data\vectors\countries\ne_10m_admin_0_countries.shx (2140, 2023-07-19)
data\vectors\populated_places (0, 2023-07-19)
data\vectors\populated_places\ne_10m_populated_places_simple.dbf (13181935, 2023-07-19)
data\vectors\populated_places\ne_10m_populated_places_simple.shp (205704, 2023-07-19)
data\vectors\populated_places\ne_10m_populated_places_simple.shx (58844, 2023-07-19)
requirements.txt (1068, 2023-07-19)
slides (0, 2023-07-19)
slides\Introduction to geo-data science and remote sensing.pdf (5724269, 2023-07-19)

# geo workshop slides and code for the geospatial datascience lecture in myanmar ## Setup 0. if you dont have the Rtree installed please install it this way. ```sh $ sudo apt install python3-rtree ``` 1. create an environment and install the requirements ```sh $ python3 -m venv myanmar_geo ``` 2. activate the environment ```sh $ source myanmar_geo/bin/activate ``` 3. install requirements ```sh $ pip install -r requirements.txt ``` 4. install the notebook extensions(you need node and npm) ```sh $ jupyter nbextension install --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above $ jupyter nbextension enable --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above $ jupyter labextension install @jupyter-widgets/jupyterlab-manager keplergl-jupyter ``` 5. run the jupyter notebook ```sh $ jupyter notebook ``` Note: you may need to update jupyter related libraries like jupyter-console... ```sh $ pip install --upgrade --force-reinstall jupyter-console ```

近期下载者

相关文件


收藏者