{"id":18243830,"url":"https://github.com/hamedalemo/vector-data-tutorial","last_synced_at":"2025-08-17T08:06:52.705Z","repository":{"id":260991287,"uuid":"882900060","full_name":"HamedAlemo/vector-data-tutorial","owner":"HamedAlemo","description":"Notebooks to learn basics of geospatial vector data processing in Python","archived":false,"fork":false,"pushed_at":"2024-11-12T04:43:11.000Z","size":3921,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T18:36:28.432Z","etag":null,"topics":["geospatial","geospatial-analysis","geospatial-processing","geospatial-vector","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HamedAlemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-04T02:22:31.000Z","updated_at":"2024-11-25T06:49:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfb71261-3904-4cb4-8a18-a96c2ca2f71c","html_url":"https://github.com/HamedAlemo/vector-data-tutorial","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"bb1473ebc90604026578be3ccc4204332ba947a6"},"previous_names":["hamedalemo/vector-data-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HamedAlemo/vector-data-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedAlemo%2Fvector-data-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedAlemo%2Fvector-data-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedAlemo%2Fvector-data-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedAlemo%2Fvector-data-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HamedAlemo","download_url":"https://codeload.github.com/HamedAlemo/vector-data-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedAlemo%2Fvector-data-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geospatial","geospatial-analysis","geospatial-processing","geospatial-vector","python"],"created_at":"2024-11-05T09:03:29.392Z","updated_at":"2025-08-17T08:06:52.673Z","avatar_url":"https://github.com/HamedAlemo.png","language":"Jupyter Notebook","readme":"# Geospatial Vector Data Processing in Python\nThis repository contains an introduction to geospatial vector data processing in Python. This is part of the course on [Advanced Geospatial Analytics with Python](https://hamedalemo.github.io/advanced-geo-python/intro.html) taught since Fall 2023 at Clark University. \n\n## Requirements\n\nYou need to have Docker installed on your machine. \n\n\n## Instructions\n\nIt's recommended to pull the Docker image from Dockerhub. Otherwise, if you prefer, you can build your own image using the instructions in the following section. \n\n```\ndocker pull hamedalemo/vector-tutorial:1.1\n```\nYou will download files from s3 bucket in this tutorial, so it is best to mount a local directory to your container to keep the data accessible outside the container and after you terminate it:\n\n```\ndocker run -it -p 8888:8888 -p 8787:8787 -v $(pwd):/home/gisuser/data hamedalemo/vector-tutorial:1.1\n```\n- Copy the Jupyter Lab url and paste it in your browser. \n- Open `vector_analysis.ipynb`, `dask_geopandas_intro.ipynb`, and `scalable_vector_analysis.ipynb` and follow the instructions. \n\n\n### Build Your Docker image:\n\n```\ndocker build -t vector-tutorial .\n```\n\nRun the container as following after switching to the repository's directory locally:\n\n```\ndocker run -it -p 8888:8888 -p 8787:8787 -v $(pwd):/home/gisuser/data vector-tutorial\n```\n- Copy the Jupyter Lab url and paste it in your browser. \n- Open `vector_analysis.ipynb`, `dask_geopandas_intro.ipynb`, and `scalable_vector_analysis.ipynb` and follow the instructions. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamedalemo%2Fvector-data-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamedalemo%2Fvector-data-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamedalemo%2Fvector-data-tutorial/lists"}