mapbox / mapbox/tilesets-cli

Port functionality to python modules and package as SDK

Open
#42 0 comments 3 reactions 1 assignee View on GitHub

@dnomadb is already working on this.

Since Feb 18, 2020.

loe 5 sdk-cli
Dominant language
Python
Stars
141
Forks
27
PR merge metrics
No merged PRs in 30d

Description

We (@Gerdie and I) feel that this tool would have maximum utility as an importable python module, with a CLI powered by these modules. As part of this work building a python SDK, we hope to:

- Abstract API concepts into python objects: sources, layers, tilesets should be first class objects, and network interaction with the API will be abstracted into functionality of these objects.
- Interface with common python geographic data structures: sequences of GeoJSON dictionaries.
- Not break any existing CLI patterns or workflows
- More unit testing of core functionality
- Write docstrings for module functions such that implementing a Tilesets API solution in an interactive program (jupyter notebook, etc) allows on-the-fly viewing of documentation

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.