Skip to content

Commit

Permalink
update logo and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cklunch committed Sep 23, 2024
1 parent c0f3ee2 commit 5466520
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
2023-08-22
Package created
### 2024-09-23

Initial public release of neonutilities 1.0.0

25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,30 @@ The neonutilities Python package provides utilities for discovering, downloading

neonutilities is available on PyPi and most users will want to install it from there. If you want to use the current development version, you can install from GitHub, but be warned that the version here may not be stable.

See [NEON Data Tutorials](https://www.neonscience.org/resources/learning-hub/tutorials) for more information, particularly the [Download and Explore](https://www.neonscience.org/resources/learning-hub/tutorials/download-explore-neon-data) and [neonUtilities](https://www.neonscience.org/resources/learning-hub/tutorials/neondatastackr) tutorials.
Brief examples below; see [NEON Data Tutorials](https://www.neonscience.org/resources/learning-hub/tutorials) for more information, particularly the [Download and Explore](https://www.neonscience.org/resources/learning-hub/tutorials/download-explore-neon-data) and [neonUtilities](https://www.neonscience.org/resources/learning-hub/tutorials/neondatastackr) tutorials.

```
$ pip install neonutilities
```

```
import neonutilities as nu
bird = nu.load_by_product(dpid="DP1.10003.001",
site="RMNP",
package="expanded",
release="RELEASE-2024",
token=os.environ.get("NEON_TOKEN"))
nu.by_tile_aop(dpid="DP3.30015.001",
site="WREF",
year=2022,
easting=[571000,578000],
northing=[5079000,5080000],
savepath="filepath on your machine",
token=os.environ.get("NEON_TOKEN"))
```

This package is actively maintained - please post any issues here and tag @bhass-neon, @znickerson8, and/or @cklunch.

Expand Down
Binary file modified dist/neonutilities-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/neonutilities-1.0.0.tar.gz
Binary file not shown.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5466520

Please sign in to comment.