Matthew Bloch

Results 190 comments of Matthew Bloch

Mapshaper currently just discards Z and M values when it imports a Shapefile. What would you like to do with the Z and M values?

Would it be sufficient for you if mapshaper preserved the M and Z data? Or are you interested in using mapshaper commands to work with the data?

I would like to add some kind of support for M- and Z-type Shapefiles. There are several higher-priority issues i'm working on right now, so it might be several months...

I agree that smoothing would be a good addition. Is there a particular smoothing algorithm that you recommend for this? I've spent a little bit of time thinking about smoothing....

I'll take a look at smoothr, thanks.

Thanks for the suggestions, @hoangvietanh :)

This is still an open issue. I'd like to come up with a more useful way to display summary statistics about a dataset. What should the command syntax be? How...

I'm against outputting non-standard GeoJSON, or adding more options to the `-o` command. An alternative would be adding a command for generating multiple statistics about one or more data fields,...

Mapshaper doesn't have this command currently, but it sounds useful. I'll put it on my list. Thanks for the suggestion :)

Some tips: * To import a Shapefile from the command line, only give the name of the `.shp` file. * `-svg-style` was renamed `-style` (see https://github.com/mbloch/mapshaper/wiki/Command-Reference#-style) * You can only...