Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Access Record fields as Python attributes #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
049c0f0
make all classes inherit from `object`
megies Oct 15, 2017
628443d
safer closing of files in Reader.close()
megies Oct 15, 2017
581a8d5
make convenience mapping of shape type names/numbers
megies Oct 15, 2017
aa333f8
implement Reader.__str__() printing a general overview of the shapefile
megies Oct 15, 2017
6439fc5
add gitignore to ignore files generated during running tests
megies Oct 15, 2017
26f8937
fix setting up SHAPE_TYPES convenience mapping on Py3
megies Oct 15, 2017
dc9e193
When the dbf header is read, a RecordFactory is created from the
philippkraft Jan 15, 2018
c363214
Extended the Record by oid, fields property and as_dict method
philippkraft Jan 15, 2018
791b144
Added Record usage to README.md and fixed a minor regression bug.
philippkraft Jan 15, 2018
8a47adc
Merge branch 'context_manager' of https://github.com/megies/pyshp int…
philippkraft Jan 15, 2018
a887277
All tests successfull
philippkraft Jan 15, 2018
649fe06
Merge branch 'master' of https://github.com/GeospatialPython/pyshp
philippkraft Jun 7, 2018
0041f48
Added more docstrings to explain the code intention better
philippkraft Jun 7, 2018
c16d792
Marked module private use of _RecordFactory and _Record by renaming
philippkraft Jun 7, 2018
00dd948
Added code completion capacity for _Records and changed tab to space in
philippkraft Jun 7, 2018
23e50d9
Removed _Record.__repr__ to fix failing tests (they expect the return
philippkraft Jun 8, 2018
6aebd4d
Merge branch 'master' of https://github.com/GeospatialPython/pyshp
philippkraft Jun 20, 2018
cdeb0dd
Simplified the _Record class and removed _RecordFactory
philippkraft Jun 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ shapefiles/test/latin_as_utf8.shx
shapefiles/test/null.dbf
shapefiles/test/null.shp
shapefiles/test/null.shx
.idea
shapefile.pyc
Loading