https://github.com/agentmorris/agentmorrispublic
Random utility scripts I want to share
https://github.com/agentmorris/agentmorrispublic
Last synced: 11 months ago
JSON representation
Random utility scripts I want to share
- Host: GitHub
- URL: https://github.com/agentmorris/agentmorrispublic
- Owner: agentmorris
- Created: 2023-02-14T00:46:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T14:57:09.000Z (11 months ago)
- Last Synced: 2025-07-19T18:39:21.725Z (11 months ago)
- Language: Python
- Size: 50.6 MB
- Stars: 36
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
I use this repo primarily for random utility scripts I want to share that don't fit in any of the other repos where I put random utility scripts. If for some reason you want to know more about random utility scripts I write, most of them live in the [MegaDetector](https://github.com/agentmorris/MegaDetector) repo.
I also use this repo as a staging area for projects that don't really need their own repos yet.
# Contents
Take this list with a grain of salt, I don't update it regularly.
* [drone-datasets.md](drone-datasets.md): a list of datasets with annotated aerial/drone/satellite imagery for wildlife surveys.
* [tree-ring-test.py](tree-ring-test.py): my first experiments with the [TRG-ImageProcessing](https://github.com/Gregor-Mendel-Institute/TRG-ImageProcessing/) package for detecting tree rings in tree slices.
* [deepforest-test.py](deepforest-test.py): my first experiments with the [DeepForest](https://deepforest.readthedocs.io/en/latest/) package for detecting trees in aerial imagery.
* [gdal_convert_nan_to_nodata.py](gdal_convert_nan_to_nodata.py): script to convert all NaN values in a folder full of GeoTIFFs to a specified NODATA value, including updating the image header to specify the NODATA value (using GDAL)
# Things that "graduated" from this repo
* [Bird detector for the USGS Izembek goose survey](https://github.com/agentmorris/usgs-geese)
* [Bird detector for the UND duck survey](https://github.com/agentmorris/und-ducks)
* [noaa-fish](https://github.com/agentmorris/noaa-fish): code for preparing the NOAA Puget Sound Nearshore Fish dataset for release on on lila.science, and code for training a preliminary detector on that dataset