Jt Miclat

Results 6 issues of Jt Miclat

I was getting the following errors when using https://github.com/fastai/nbdev/blob/master/docker-compose.yml ``` jekyll_1 | Thank you for installing html-pipeline! jekyll_1 | You must bundle Filter gem dependencies. jekyll_1 | See html-pipeline README.md...

- [ ] `poetry version prerelease` - [ ] `poetry publish build` - [ ] Auto update changelog - [ ] Auto gh release

enhancement

Based on discussion #140 - [ ] Add warning in code - [ ] Add documentation for projecting to ESPG:3857 or custom crs before using grid generation

enhancement

Having conditional enabling extensions is a code smell. Extensions should be optional for users. We can add a config file that enables it for dev and disable it for end...

Currently we are installing a bunch of things within notebooks just so it works in collab https://github.com/thinkingmachines/geowrangler/blob/a918c669d758b8c1a64859777294602359606b31/notebooks/02_vector_zonal_stats.ipynb?short_path=05a43b4#L20-L25 Is this something we should keep doing?

documentation

Hi! A processing I found useful when using geoparquet files is creating subsets of data with either using bbox or excluding/selecting columns. rough suggested implementation ```bash gpq extract -bbox=120,10.1,121.4,11 -geom_col=geometry...