#
remotesensing
Here are 39 public repositories matching this topic...
robbibt
commented
Feb 12, 2021
Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.
-
Updated
Apr 8, 2019 - Python
A lightweight Python package for interactive mapping with Earth Engine and folium
python
jupyter
geospatial
gis
tutorials
python-api
jupyter-notebooks
folium
google-earth-engine
gee
remotesensing
earth-engine
-
Updated
Dec 9, 2020 - Python
Morphological Building Index, extract Buildings from a high-resolution top view image.
-
Updated
Nov 11, 2019 - MATLAB
REMEX Lab's home page.
-
Updated
Dec 31, 2020 - HTML
R scripts to create surface radiation components of evapotranspiration from Landsat Satellite data
-
Updated
Mar 3, 2020 - R
This repository contains documentation and code for lecture.
-
Updated
Apr 6, 2021 - Jupyter Notebook
batch code for remote sensing tools -"Acolite/Seadas" & data processing and visualization
-
Updated
May 9, 2021 - Python
You are new to this project? Read this first. This is the entry point if you want to learn more about the OpenSpaceData project.
-
Updated
Feb 12, 2021
Tool creating raster time series stacks from S-1 GRD scenes and extracting time series info using shapefiles
-
Updated
Apr 20, 2021 - Python
Sentinel-5P: Processing and handling NO2 measured values in R
r
arcgis
sentinel
copernicus
esa
esri
cloud-cover
remotesensing
getspatialdata
sentinel-5p
arcgispro
copernicus-products
remote-sensing-in-r
sentinel5p
s5processor
no2-concentrations
measured-values
-
Updated
Dec 7, 2020 - R
Re-configures data from Hydrolight m-files into MAT files using HDF5 based format.
remotesensing
oceanoptics
radiativetransfermodelling
radiative-transfer-models
hydrolight
sequoiascientific
findingnemo
-
Updated
Jun 17, 2019 - MATLAB
SubFus is a remote sensing image classification technique based on subspace sensor fusion.
classification
remotesensing
information-fusion
subspace-sensor-fusion
paper-behnood-rasti
pedram-ghamisi
-
Updated
Jul 20, 2020
A repository for all scripts used for the understory reflectance retrieval algorithm.
-
Updated
Jul 21, 2020 - R
OpenSpaceData.org democratizes satellite data. The aim of the project is to provide a search tool that makes it easier for everyone to find data, regardless of technical or professional knowledge.
satellite
opendata
remote-sensing
satellite-imagery
earth-observation
remotesensing
earthobservation
-
Updated
Oct 12, 2020
Consistent with up to date protocols and NASA's SEABASS submission standards, acsPROCESS_SEABASS processes raw absorption/attenuation data as sampled in natural water bodies using WET Labs ac-s meter.
nasa
sensor
instrumentation
oceanography
remote-sensing
sensor-data
nasa-data
iops
remotesensing
attenuation
absorption
oceanoptics
ac-s
wetlabs
hydrolight
sea-birdscientific
satelliteoceanography
-
Updated
Jun 19, 2019 - MATLAB
Irish Earth Observation (IEO) remote sensing data processing Python module
-
Updated
Jul 23, 2018 - Python
Index calculation with Landsat8 bands. NBI, NDBI, NDTI, NDVI are calculated.
-
Updated
Dec 29, 2020 - Jupyter Notebook
Creates single absorption (a) and attenuation (c) spectra for Wet Labs ac-s meter pure-water calibration measurements as performed in the laboratory, typically directly preceding or following a field deployment.
satellite
instrument
instrumentation
oceanography
calibration
satellite-imagery
instrument-control
nasa-data
remotesensing
ac-s
wetlabs
oceancolor
-
Updated
Jun 17, 2019 - MATLAB
Prediction of mole rat mounts in the Bale mountains.
-
Updated
Jun 7, 2018 - R
Some scripts for GIS/RS data downloading and postprosessing
-
Updated
Aug 27, 2019 - Shell
A curated list of awesome Synthetic Aperture Radar (SAR) software, libraries, and resources.
-
Updated
Nov 19, 2018
HE53_Bootstrap enables user to evaluate radiative transfer using field-measured inherent optical properties (IOPs). The program accepts ac-s and hs6 data and performs bootstrapping with replacement to produce a series of depth-binned absorption, attenuation, and backscattering from single spectra. The resulting output files can be uploaded into Hydrolight for modeling radiative transfer.
sensor
instrumentation
oceanography
bootstrapping-statistics
sensor-data
nasa-data
iops
remotesensing
attenuation
absorption
wetlabs
hydrolight
sea-birdscientific
satelliteoceanography
hobilabs
sequiascientific
backscattering
hydroscat-6
-
Updated
Sep 18, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the remotesensing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the remotesensing topic, visit your repo's landing page and select "manage topics."


在demo_rh_pyramid.py中的157行如下面代码:
det_boxes_r_ = forward_convert(det_boxes_r_, False)
det_boxes_r_[:, 0::2] *= (w_len / ss)
det_boxes_r_[:, 1::2] *= (h_len / ss)
det_boxes_r_ = back_forward_convert(det_boxes_r_, False)
有时会报IndexError: too many indices for array,查看有时为空。当用if做排除后还会出现此错误,请指教一下。如果方便的话可以给下微信?谢谢了