make-surface icon indicating copy to clipboard operation
make-surface copied to clipboard

Vector surfaces creation routines

Results 12 make-surface issues
Sort by recently updated
recently updated
newest added

Tried to vectorize a geoTIFF: `makesurface vectorize H.tif --outfile H.json` got the error: > TypeError: 'module' object is not callable is it a format error? What kind of raster can...

This error occurs when vectorizing without a nodata value. Use `makesurface vectorize --nodata ` to avoid the problem. Related(?): https://github.com/mapbox/make-surface/issues/51 Masked arrays with no nodata See also (?): https://github.com/mapbox/rasterio/issues/240, https://github.com/mapbox/rasterio/issues/241....

To reproduce: 1. Download some wave data from NOAA (http://nomads.ncep.noaa.gov/cgi-bin/filter_wave.pl), select NPH from the dropdown, surface level, select HTSGW variable. 2. Run `gribdoctor smoosh -uw -dev nph.t18z.grib.grib2 nph.tif` 3. Then...

This module seems to be required in order to run > pip install pyparsing > [Mac OSX 10.10.3, python 2.7.8]

I was receiving errors when trying to `makesurface fillfacets` with a variety of raster data sources. The first was an error that 'proj' was not a key in the rasCRS...

Fillfacets is trying to load an index that does not exist. I suspect that this has to do with the raster filling, and slight conversion errors from postion to index....

Am i doing something wrong? $ makesurface vectorize gfs.t00z.pgrb2.0p25.f000 p.shp -g Traceback (most recent call last): File "/usr/local/bin/makesurface", line 9, in load_entry_point('makesurface==0.0.8dev', 'console_scripts', 'makesurface')() File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 610, in **call**...

Using integers for most output attributes might reduce vector tile file size in a number of ways. First off, an integer in and of itself is stored more efficiently than...

Having make-surface output to text or CSV format would be a boon for working in [Postgres](http://www.postgresql.org/docs/9.3/static/sql-copy.html).

@dnomadb would it be possible to generate a custom set of classes from the cli by specifying a base number and interval? rather than generating a csv with "100,110,120,etc." could...