Gautam Dey

Results 28 issues of Gautam Dey

Ref: https://github.com/go-spatial/tegola/issues/384 Fuzzing geom/encoding/wkb (as per #53) reveals a potential bug with several decode functions. I have attached the relevant test output - [010c1c076fce1acae227d578d230bd713dd44528.txt](https://github.com/go-spatial/tegola/files/1864454/010c1c076fce1acae227d578d230bd713dd44528.txt) https://github.com/go-spatial/tegola/blob/2d90e68580efc38a85e3b6c4ad020a80bf66095a/geom/encoding/wkb/internal/decode/decode.go#L155 In this case, the out...

question

When trying to use the following projection string: `+proj=lcc +lat_1=47.5 +lat_2=48.73333333333333 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs` The currently does not support "+proj=lcc" It would be greate to add...

* Where is the project currently hosted? TBD * Is the project written only in Go, or does it contain other languages (beyond scripts)? Yes, may contain other languages. *...

needs investigation

The c++ api supports fractional zoom levels, but the go api does not currently

Currently snap takes a lot of params, it would be nice to be able to have the filename state the params: ie. ```bash $ snap generate "[email protected],32.750000000000128,-117.250000000000000,32.500000000000000z12.5#3.0.jpg" ``` would be...

enhancement

Snap should be able to take DPI and Page values to figure out the PPIRatio and Width and Height for the image to generate. https://www.papersizes.org/a-sizes-in-pixels.htm

Depends on #22 Add functions that takes a Resolution Scale denominator and figures out a zoom value. https://www.esri.com/arcgis-blog/products/product/mapping/web-map-zoom-levels-updated/ https://wiki.openstreetmap.org/wiki/Zoom_levels

At current, this package is not go-gettable as it is. We need to investigate what would is required to make it go-gettable.