Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
levisweetbreu committed Feb 7, 2024
1 parent d41a84d commit f35c31c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ see the `commit logs <https://github.com/IMMM-SFA/naturf/commits>`_.
Version 1.0.0
_____________

- Restructures **naturf** to use `hamilton` and `geopandas`
- Restructures **naturf** to use *hamilton* and *geopandas*
- Urban parameters are calculated for each building simultaneously in a GeoDataFrame
- Uses `hamilton` to organize and visualize workflow, allows for the full workflow to be run using just one command
- Uses *hamilton* to organize and visualize workflow, allows for the full workflow to be run using just one command
- Capable of handling large input shapefiles
- Removes need for splitting of study area into multiple smaller shapefiles, resolving issues of splitting individual buildings into different files
- Outputs binary file in coordinate system easier for WRF to correctly allocate
Expand All @@ -18,8 +18,8 @@ Version 0.0.0
_____________

- Initial release
- Converts input shapefile to `numpy` array using `gdal`
- Calculates urban parameters in series of `if` and `while` loops
- Converts input shapefile to *numpy* array using *gdal*
- Calculates urban parameters in series of ``if`` and ``while`` loops
- Creates output binary and index files for input to WRF
- For large study areas, requires input shapefile to be split into several smaller shapefiles using square tessellations with sides a power of 2 (meters or kilometers)
- Output binary files named in accordance to each input file's position in tessellation
Expand Down

0 comments on commit f35c31c

Please sign in to comment.