Skip to content

alexthebake/shapefiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shapefiles

This repo contains utility scripts/modules for dealing with Shapefiles.

Installation

Must Haves

You'll definitely need pip.

Then you can run:

pip install -r requirements.txt

Virtualenv

If you have virtualenv installed, you can run the following to install everything:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Usage

find_points.py

find_points.py simply checks if a given CSV of longitude and lattitude points exist within a given shapefile. Most of the implementation was taken from StackOverflow.

python find_points.py <shapefile_filename> <points_csv_filename>

About

Utilities for shapefiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages