-
Updated
Jul 2, 2021 - C++
gdal
Here are 330 public repositories matching this topic...
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs> would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n rather than --bbox w,s,e,n.
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 19, 2021 - Python
link: https://github.com/milesgranger/pyrus-cramjam
right now we have to install brotli dependency and use default middleware which is not customizable (ref developmentseed/titiler#268)
I think we could create a simple middleware which support zlib and brotli using pyrus-cramjam and also add a path filter as we've done in https://github.com/developmentseed/ti
https://carpentries-incubator.github.io/geospatial-python/ is a good course that uses rioxarray. Could add a link to it in https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
-
Updated
Jul 12, 2021 - R
-
Updated
May 23, 2019 - Shell
-
Updated
Jul 6, 2021 - Python
-
Updated
Nov 23, 2020 - HTML
-
Updated
Jul 14, 2021 - Julia
-
Updated
Jul 20, 2020 - C++
-
Updated
Oct 9, 2020 - Python
-
Updated
Feb 10, 2015 - JavaScript
-
Updated
Mar 17, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the gdal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gdal topic, visit your repo's landing page and select "manage topics."


rasterio.warp.reprojecttakes akwargsparameter, which is passed to the "transformation function". It is not by any means clear what this means. What transformation function? What are the allowed values forkwargs? Can this please be expanded on? Thanks.