-
Updated
Jan 22, 2021 - C++
#
gdal
Here are 298 public repositories matching this topic...
Google Earth Enterprise - Open Source
javascript
python
c-plus-plus
wiki
terrain
vector
gis
earth
raster
gdal
fusion
imagery
3d-globe
2d-map
earth-enterprise
geowurster
commented
Mar 14, 2017
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.
Open Data Cube analyses continental scale Earth Observation data through time
-
Updated
Dec 15, 2020 - Python
framework for large-scale SAR satellite data processing
python
snap
radar
gdal
remote-sensing
satellite-data
sar
earth-observation
spatialite
sar-satellite-data
-
Updated
Jan 22, 2021 - Python
geospatial xarray extension powered by rasterio
-
Updated
Jan 20, 2021 - Python
An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
r
time-series
gdal
remote-sensing
rstats
satellite-imagery
r-package
preprocessing
modis
modis-land-products
modis-data
peer-reviewed
-
Updated
Jan 18, 2021 - R
A Dockerfile compiling the latest GDAL github checkout with a broad range of drivers
-
Updated
May 23, 2019 - Shell
Sentinel-2 for Agriculture (Sen2Agri) is a software system processing high resolution satellite images for agricultural purposes funded by ESA (European Space Agency). Please register on the Sen2Agri webpage for Sen2Agri system updates and information.
-
Updated
Nov 23, 2020 - HTML
Tool to convert geopandas vector data into rasterized xarray data.
python
vector
geospatial
gis
raster
gdal
xarray
rasterize
hacktoberfest
geopandas
rasterio
fiona
opendatacube
-
Updated
Jan 12, 2021 - Python
This is an Emscripten port of GDAL, an open source X/MIT licensed translator library for raster and vector geospatial data formats.
-
Updated
Jul 20, 2020 - C++
To transform, project, visualize, and read Digital Elevation Models (ASTERGDEMv2.0 and EUDEMv1.1). [简单实用] 数字高程模型的变换、投影、可视化和读取。
-
Updated
Oct 9, 2020 - Python
Tutorial for rendering hillshades with GDAL
bash
tutorial
cartography
gis
gdal
gdal-hillshade-tutorial
slope-shade
dem-data
hillshade
shaded-relief
-
Updated
Feb 10, 2015 - JavaScript
A tutorial for Synthetic Aperture Radar Tomography
-
Updated
Feb 21, 2020 - 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.