You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Current output
Implies that the tool is looking for geojsonl as input for both
--config
and--convert
steps. However, if I runmtsds --config input.geojsonl
it then re-converts it, giving meinput.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:
.geojson
for--config
step (and convert also?).geojsonll
)The text was updated successfully, but these errors were encountered: