Kyle Barron

Results 717 issues of Kyle Barron

### Handle 260px input In order to compute slope, you use the surrounding 8 pixels. Mapbox GL JS assembles this by backfilling from neighboring tiles. This is annoying and tricky,...

I think an initial pass to render to a framebuffer might be more performant for spectral indices, or especially complex things like Landsat level 3 products. I think that the...

https://www.usgs.gov/land-resources/nli/landsat/landsat-science-products?qt-science_support_page_related_con=2#

https://github.com/visgl/luma.gl/blob/master/modules/shadertools/src/modules/adjust-filters/vibrance.js

```py import geopandas as gpd import geopolars as gpl path = gpd.datasets.get_path("nybb") gdf = gpl.read_file(path) ```

For https://github.com/kylebarron/geopolars/issues/77 Notes: - You have to patch the vendored `chrono` version (in its `cargo.toml`) to 4.19 so it gets picked up correctly. Hopefully this will be unnecessary soon: https://github.com/chronotope/chrono/issues/674...

### Change list - Add a `crs` attribute to the Python `geoseries` subclass - Maintain `crs` attribute when a method returns a new `GeoSeries` This feels like a pretty hacky...

https://github.com/cogeotiff/rio-tiler/pull/504