Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 89724

Pyshp is a pure Python shapefile library which can be used to read, write and edit ESRI shapefiles.

3 votes
1 answer
2k views

Incorrect transformation when using pyproj

I am using pyproj to work with shp files and am relatively new to GIS. I am tryign to visualize the shp data, but am having a problem as I am incorrectly transforming the coordionates. Here is an ex …
splinter's user avatar
  • 357
3 votes
Accepted

Incorrect transformation when using pyproj

For future users, here is some of my code. It might be helpful for a jumpstart. from matplotlib.patches import Polygon import pyproj import shapefile shp = shapefile.Reader(filePath) recs = shp.shap …
splinter's user avatar
  • 357
1 vote
1 answer
2k views

What does the "zone" stand for in proj?

By the way, the reason I need this transformation is because the points my shp are in this format once I use pyshp to access them. …
splinter's user avatar
  • 357