Opened 15 years ago
Closed 13 years ago
#13267 closed Cleanup/optimization (fixed)
Update gis tutorial python examples
Reported by: | samueladam | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | gis, tutorial, documentation |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Three minor fixes in documentation example:
- import only DataSource instead of *
- ogrinspect now returns 'geom' field instead of 'mpoly'
- in the example verbose=verbose was not defined
Attachments (1)
Change History (9)
by , 15 years ago
Attachment: | gis_tutorial_update.diff added |
---|
comment:1 by , 15 years ago
Component: | GIS → Documentation |
---|---|
milestone: | → 1.2 |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 15 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Ready for checkin → Accepted |
On closer inspection, I'm not convinced any of the three fixes are correct.
- I don't know if we we want to encourage importing from gdal.datasource directly, or if gdal is the preferred location
- The fix for 'geom' is inconsistenly applied - the following text talks about the mpoly option
verbose
is defined; it's an argument to run.
comment:5 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.
gis tutorial examples, minor fixes