mapbox / mapbox/tilesets-cli

Feature request: integrate tilesets-cli with GDAL/OGR tools

Open
#153 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
141
Forks
27
PR merge metrics
No merged PRs in 30d

Description

As a user I would like to be able to upload large datasets directly from different data sources without converting them to GeoJSON. It would be great if I could use a GeoPackage, shapefile, FGDB, SQLite or even PostGIS as the upload data source. GeoJSON is quite inefficient especially with large datasets.

One option might be to integrate the tilesets-cli pipeline with [ogr2ogr](https://gdal.org/programs/ogr2ogr.html), which is an open source ETL CLI tool for converting data, supporting a huge number of vector datasets out of the box.

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.

Research direction

Start by reviewing the tilesets-cli upload pipeline and the proposed ogr2ogr integration described in the issue. Compare the requested GeoPackage, shapefile, FGDB, SQLite, and PostGIS sources with the current GeoJSON-only workflow; done means supported sources can be uploaded without manual GeoJSON conversion.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.