geospatial-data
Here are 192 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?
When I edit a polygon with a zoom level low and I snap this polygon to another one, it's very common the created snap point is not exactly on the line / point.
For me, it's a problem regarding I control if these polygons are not intersecting.
-
Updated
Jul 4, 2021 - Jupyter Notebook
-
Updated
Jun 28, 2021 - HTML
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Jun 18, 2021
-
Updated
Jul 25, 2019 - Jupyter Notebook
-
Updated
May 31, 2021 - TypeScript
-
Updated
Jul 2, 2021 - Java
-
Updated
Feb 19, 2021 - Jupyter Notebook
-
Updated
Jul 1, 2021 - Python
-
Updated
Jun 28, 2021 - Java
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
Aug 31, 2019
-
Updated
Jul 3, 2021 - Julia
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
Nov 15, 2019 - C
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Jun 29, 2021 - Python
-
Updated
Jun 10, 2021 - JavaScript
It'd be great if by default geospatial plots did not truncate axis ticks.
In the meantime, there is an easy one liner to change a setting to display axis ticks without truncation: plt.ticklabel_format(style="plain")
I only found out about this later
-
Updated
Jun 4, 2021 - Python
-
Updated
Mar 10, 2021
It would be very useful to create a template for the schedule of a geospatial workshop to be used in the workshop website. This schedule should be added to this file: https://github.com/carpentries/workshop-template/blob/gh-pages/_includes/dc/schedule.html
-
Updated
Jun 2, 2021 - Python
Linux .deb installer
Investigate how to build a .deb installer.
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: