Skip to content

Commit

Permalink
Merge pull request #158 from IMMM-SFA/docs/version_description
Browse files Browse the repository at this point in the history
Docs/version description
  • Loading branch information
levisweetbreu authored Feb 7, 2024
2 parents d3c11ca + f35c31c commit 25ca0e9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ Release notes
This is the list of changes to **naturf** between each release. For full details,
see the `commit logs <https://github.com/IMMM-SFA/naturf/commits>`_.

Version 0.1.0
Version 1.0.0
_____________

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

Version 0.0.0
_____________

- Initial release
- 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
- Many shapefiles can be processed at once in parallel

0 comments on commit 25ca0e9

Please sign in to comment.