Opened 9 years ago
Closed 9 years ago
#50562 closed update (fixed)
octave-mapping @1.2.0_0: update to 1.2.1
Reported by: | Schamschula (Marius Schamschula) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch maintainer | Cc: | michaelld (Michael Dickens), kurthindenburg (Kurt Hindenburg) |
Port: | octave-mapping |
Description
octave-mapping has been updated to version 1.2.1. New this version:
The following functions are new in mapping 1.2.1:
- rasterread
- rasterinfo
- rasterdraw
- gdalread
- wrapToPi
- wrapTo2Pi
- wrapTo180
- wrapTo360
New features
Reading GIS raster data: A first go is provided using functions rasterread.m and rasterinfo.m. Both invoke binary function gdalread() of which an initial version was provided by Shashank Khare. rasterread.m and rasterinfo.m can read and return info on any raster data type that the underlying GDAL library can read. As such, separate functions for e.g., GeoTIFF and ArcGrid etc. are not required. To make use of these functions the GDAL library must be present on your system => GDAL is a suggested dependency.
mapshow.m: drawing raster data is now supported.
shapedraw.m: drawing speed of filled polygons and multipatches is much improved
wrapTo180.m, wrapTo360.m, wrapToPi.m, wrapTo2Pi.m: Provided by Oscar Monerris Belda and turned into their present versions with help of a.o., Andreas Weber
Bug fixes:
shapewrite.m: correct Lat/Lon mix-up
update overall BoundingBox for Point type
shaperead.m: improve reading Nr. of parts (of Polylines/-gons)
To avoid shadowing core functions rad2deg and deg2rad, these functions are only copied into place if Octave (< 4.2) does not have them.
Note: Added gdal dependency.
Attachments (2)
Change History (6)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | patch-src-Makefile.in.diff added |
---|
comment:1 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | khindenburg@… added |
---|
comment:2 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Your Portfile diff doesn't use the patch...? and I don't see the gdal dependency.
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-octave-mapping.diff added |
---|
comment:3 Changed 9 years ago by Schamschula (Marius Schamschula)
Oops.
I had attached the automatically generated patch file for the Portfile, rather than the manually re-generated file after the additional changes, i.e. gdal and the patch.
Fixed.
comment:4 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Cc Me!