-
Updated
Jul 30, 2021 - C++
gdal
Here are 345 public repositories matching this topic...
It would be great to mention this in the relevant chapter: https://github.com/walkerke/crsuggest
Specifically it would fit perfectly here: https://geocompr.robinlovelace.net/reproj-geo-data.html#which-crs-to-use
Heads-up @walkerke, awesome package, let me know if you've any comments/suggestions on describing the package and thanks for developing it!
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
Oct 10, 2021 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Aug 3, 2021 - R
Summary
This is a feature request to better integrate pathlib objects to avoid surprises and confusion.
Code Sample
import xarray as xr
from geocube.api.core import make_geocube
from pathlib import Path
base_dir = Path("C:/dir/to/data")
raster_fname = base_dir / "Mana.tif"
polys_fname = base_dir / "Mana_polygons.s-
Updated
May 23, 2019 - Shell
-
Updated
Oct 20, 2021 - Julia
-
Updated
Nov 23, 2020 - HTML
-
Updated
Sep 27, 2021 - C++
-
Updated
Oct 9, 2020 - Python
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.