The Wayback Machine - https://web.archive.org/web/20220516031231/https://github.com/topics/geospatial-data
Skip to content
#

geospatial-data

Here are 240 public repositories matching this topic...

rouault
rouault commented May 25, 2019

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

Steps:

  • move it to gdal/swig/python/scripts
  • create a new test script for it in autotest/pyscripts/test_ogr_layer_algebra.py
  • write a documentation page in doc/source/programs/ogr_layer_algebra (and link it to the index)
task good first issue
felicette
klauern
klauern commented Jul 31, 2020

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?

enhancement good first issue
leaflet-geoman
Falke-Design
Falke-Design commented Feb 18, 2022

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?

TS:
https://github.com/geoman-io/leaflet-geoman/blob/1fdc918fa39ffa84327fdf639fa75865168f716d/leaflet-geoman.d.ts#L1437-L1440

JS where the payload and the custom payload are merged:
https://github.com/

kart
olsen232
olsen232 commented Apr 17, 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

enhancement good first issue

Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.

  • Updated Jul 25, 2019
  • Jupyter Notebook
lachlandeer
lachlandeer commented Jul 30, 2018

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
good first issue
kdottiemo
kdottiemo commented Feb 9, 2022

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

good first issue

Open Geospatial Datasets for GIS Education: This is a repository of open geospatial datasets to be used in an educational context. I created these files over years of teaching Geographic Data Science and GIS. All original datasets are freely available online with open data licenses (see the dataset attribution for details). All the datasets in this repository have been selected, cleaned, harmonised, and repackaged for GIS exercises in a higher-education context. This is a pretty time-intensive process that other educators can hopefully avoid by using these versions.

  • Updated Mar 18, 2022

Improve this page

Add a description, image, and links to the geospatial-data topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more