geospatial-data
Here are 240 public repositories matching this topic...
Is there a way to know when the imagery was collected? I assume sometime in the daylight hours, and probably recently(?) but I have no way of knowing by looking at the output and the associated image.
Can that output be put in the CLI output or some other metadata file that gets associated with the LC####### directory?
In the event payload there is always the source and the possibility to add custom properties. Is it possible to extend types and make a base event type with source and custom properties?
JS where the payload and the custom payload are merged:
https://github.com/
Context: this from @agila5: https://twitter.com/a_gilardi5/status/1487813588454678528
I have not had a chance to read the explanation and am not sure what we should say on the topic but guess it's worth a mention here. Any thoughts?
-
Updated
Mar 18, 2022 - Python
-
Updated
Apr 28, 2022 - HTML
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Apr 25, 2022
It's possible for the user to create tables inside the working copy that Kart uses, but if they do so, Kart will never take any notice of them, and there is currently no correct way to add them to the Kart repository (you could try importing such a table, but unless you rename it during import, the imported data will collide with the original table, which will cause the command to fail and add to
-
Updated
Jul 25, 2019 - Jupyter Notebook
-
Updated
May 10, 2022 - Java
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
May 6, 2022 - Jupyter Notebook
-
Updated
Feb 19, 2021 - Jupyter Notebook
-
Updated
May 13, 2022 - Java
-
Updated
May 8, 2022 - Julia
In episode _episodes_rmd/12-time-series-raster.Rmd
There is a big chunk of code that can probably be made to look nicer via dplyr:
# Plot RGB data for Julian day 133
RGB_133 <- stack("data/NEON-DS-Landsat-NDVI/HARV/2011/RGB/133_HARV_landRGB.tif")
RGB_133_df <- raster::as.data.frame(RGB_133, xy = TRUE)
quantiles = c(0.02, 0.98)
r <- quantile(RGB_133_df$X133_HARV_landRGB.1, q
-
Updated
Nov 15, 2019 - C
-
Updated
Aug 31, 2019
Expected behavior and actual behavior
Cropping any raster with any GeoVector should work. Instead, if the GeoVector is bigger than the world, an error is raised.
Steps to reproduce the probl
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Mar 7, 2022 - Python
In Setup:
https://carpentries-incubator.github.io/geospatial-python/setup.html
Several times, in assisting with this and similar lessons using Anaconda, I have found that it's best to recommend that the learner check off the option "Add Anaconda to my PATH environment variable" in addition to leaving checked the "Register Anaconda as my default Python 3.x" option. It solves a lot of eventual G
-
Updated
Mar 18, 2022
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
May 12, 2022 - Python
-
Updated
Mar 8, 2022 - Jupyter Notebook
Improve this page
Add a description, image, and links to the geospatial-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geospatial-data topic, visit your repo's landing page and select "manage topics."


The gdal/swig/python/samples/ogr_layer_algebra.py should be promoted to an official Python script
Steps: