Corey White
Corey White
I've implemented a simple 2D random walk module that I plan to continue expanding for use in other modules. The module currently allows for 4 and 8 directional walks for...
I'm implementing STAC API import functionality into GRASS using [pystac-client](https://github.com/stac-utils/pystac-client). Currently, I'm modeling the module off of the STAC API request parameters: * **collections** – List of one or more...
Addresses issue https://github.com/OSGeo/grass/issues/1044 to add seed parameter and flag for reproducible results to the r.surf.gauss module. However, tests are currently not present and should still be included.
I've designed four possible JSON schemas for r.report. # Option 1 ```json { "location": "nc_spm_08_grass7", "created": "Fri Dec 6 17:00:21 2013", "region": { "north": 279073.97546639, "south": 113673.97546639, "east": 798143.31179672, "west":...
**Message from Student (Spring 2024)** We need to update course documentation to reflect this change to ArcPro. > The ArcPro steps in Part 4B call for this: Top ribbon->Analysis->Geoprocessing Group->Raster...
Change location of ArcGIS assignment data or serve over https from fatra. Browsers will give security warnings preventing the download of data over http. http://fatra.cnr.ncsu.edu/geospatial-modeling-course/data/gdbs.zip
### Discussed in https://github.com/OSGeo/grass/discussions/3019 Originally posted by **cwhite911** June 5, 2023 In an effort add additional output data formats to modules (e.g., r.report, r.info, etc..) we are discussing adding new...
Updating the download UI/UX to increase accessibility to new users as part of issue #414.
After discussion with @veroandreo, @petrasovaa , and @wenzeslaus we propose a new UI/UX for the navbar that we believe will help users and developers more efficiently find relevant project information....