-
Notifications
You must be signed in to change notification settings - Fork 33
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
CLI streaming mode is broken #31
Comments
@ykessler Did you resolve this? I have the same issue with my big geojson file. It is about 1GB |
@AnnPhan Nope. I ended up doing it the old-fashioned way: I stripped the top level element from the geojson files, so that they were just rootless feature collections, and used trusty old |
Had the same issue, ended up finding this issue, was about to follow your path but since I had too much data and vim was getting slow here's what I did instead, hopefully it will be useful to anyone in the same situation ending up here: |
CLI streaming mode is broken. When including the
--stream
option, the output is incorrect, and moreover the behavior changes depending on where the option flag is inserted.EXAMPLE 1
This results in a file test_combined.geojson that is smaller than test_1.geojson and is missing many of it's features. (I've attached all 3 files - need to remove the
.txt
extension because it wouldn't let me upload.geojson
)test_combined.geojson.txt
test_1.geojson.txt
test_2.geojson.txt
EXAMPLE 2
Using streaming flag before args will cause first file to be excluded from merge.
(Version: 1.0.2)
The text was updated successfully, but these errors were encountered: