TypeError: 'module' object is not callable
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 91
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Tried to vectorize a geoTIFF:
makesurface vectorize H.tif --outfile H.json
got the error:
TypeError: 'module' object is not callable
is it a format error? What kind of raster can be used?
Where can I find a tutorial or some more detailed documentation about makesurface?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing makesurface vectorize H.tif --outfile H.json and trace the vectorize command entry point. Check how raster input formats are handled and whether the TypeError depends on the GeoTIFF; done means the supported raster types and usage guidance are clear, with the reported command no longer failing unexpectedly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100