Skip to content
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

Clarify commandline usage instructions & don't double process geosonl #5

Open
yuletide opened this issue Nov 25, 2020 · 1 comment
Open

Comments

@yuletide
Copy link
Contributor

yuletide commented Nov 25, 2020

Current output

mtsds --configure
Run mtsds with valid options:
--config filename.geojsonl,
--convert filename.geojsonl,
--sync,
--token,
or --estimate

Implies that the tool is looking for geojsonl as input for both --config and --convert steps. However, if I run mtsds --config input.geojsonl it then re-converts it, giving me input.geojsonll.

As a user with (most likely) a .geojson input file this is a bit confusing, esp if I haven't read the docs lately.

In summary:

  • Usage should specify .geojson for --config step (and convert also?)
  • [Feature Reuest] --config runs on both, only converts to geojsonl if needed (no .geojsonll)
@jbranigan
Copy link
Contributor

Reopening: usage instructions are updated, but --config and --convert still need file inspection & handling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants