Opened 8 years ago

Closed 8 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)

patch-src-Makefile.in.diff (365 bytes) - added by Schamschula (Marius Schamschula) 8 years ago.
Portfile-octave-mapping.diff (861 bytes) - added by Schamschula (Marius Schamschula) 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by Schamschula (Marius Schamschula)

Attachment: patch-src-Makefile.in.diff added

comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:2 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Your Portfile diff doesn't use the patch...? and I don't see the gdal dependency.

Changed 8 years ago by Schamschula (Marius Schamschula)

comment:3 Changed 8 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.. gdal and the patch.

Fixed.

Version 0, edited 8 years ago by Schamschula (Marius Schamschula) (next)

comment:4 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.