Giter Club home page Giter Club logo

metageta's People

Contributors

lpinner avatar

Watchers

 avatar

metageta's Issues

Import error in runcrawler.bat

I'm not able to run the crawler in 1.3.6 release, no issues with 1.3.5

1. run metaggeta-shell.bat
2. from prompt run runcrawler.bat
3. python interpreter cmplains about import of formats modules , see attached 
picture for details.

Regards

Stefano

Original issue reported on code.google.com by [email protected] on 30 Jul 2012 at 9:02

Attachments:

Add support for openpyxl

16 bit record length in xls may be limiting - openpyxl supports larger number 
of output records xlsx. For large inventories this would be an advantage.

Original issue reported on code.google.com by [email protected] on 5 Jun 2014 at 1:23

Enable Walk to detect additions to Crawled results

Enable checking of crawl results (reference existing .xls) during walk 
process for new and modified datasets in target directory.

Results may be appended to the existing crawl result or created as a 
new .xls - so that changes are maintained - depending on the users 
requirements i.e. a checkbox 'append existing' or 'create new'

Original issue reported on code.google.com by [email protected] on 21 Feb 2010 at 11:10

GUID backwards compatibility

The GUIDs generated may not be backwards compatible with those generated by
MetaGETA <= 1.2. This is because those GUIDs (which are meant to be
reproducible based on filepath) were based on paths that may not be
constant - such as non-UNC and mixed case filepaths in Windows.

This will be an issue if we want to update existing crawl results.  Though
I have implemented a little hack in runcrawler to work around this.

For example, assume U:\ is mapped to \\server\share and V:\ is mapped to
\\server\share\subfolder. U:\subfolder\test.tif is the same file as
V:\test.tif but a different GUID would be generated. Also, GUIDs based on
V:\test.tif are different to those based on v:\test.tif (and other case
variations).  

The GUIDs from now on should be constant on Windows as they are "normcased"
and converted to UNC (I don't know enough yet about mount points and links
on *nix to implement something similar). 

There may still be an issue with datsets stored on moveable media, etc. I
think we need to look into getting disk IDs.

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 3:54

ASCII codec error using Python26

What steps will reproduce the problem?
1. runcrawler.bat <no args>
2. Browse to data dir
3. Browse to existing xls
4. Delete .xls and copy rest of path
5. Paste rest of path as shp and log files
6. error occurs in "for ds in Crawler"

Original issue reported on code.google.com by [email protected] on 12 Mar 2010 at 5:03

runtransform gui still displays in linux with --nogui option

Problem: gui popup prevents command line execution of runtransform

Example execution: runtransform -x 
/g/data1/v10/metageta/rs0_FC/1986-08/FC25_V0.0_1986-08.xls -d 
/g/data1/v10/metageta/rs0_FC/mef --nogui

Additional to this the xsl is missing in (source version?) @ 
metageta/1.3.9/lib/python2.7/site-packages/metageta/transforms/

Original issue reported on code.google.com by [email protected] on 5 Jun 2014 at 4:37

Thumbnail/overview production speed

Histogram statistics for overview image stretch may be generated from 
subsample image rather than original scene at full resolution to increase 
throughput.

Create overview image without stretch (scale image values to 8bit to 
retain dynamic range)
Calculate values for histogram on overview
Generate overview and thumbnail

Original issue reported on code.google.com by [email protected] on 21 Feb 2010 at 10:30

Data quality date validation error in GN

What steps will reproduce the problem?
1. Insert MEF to Geonetwork
2. Validate sample record in geonetwork
3. Note 4 errors due to date omission in data quality fields

What is the expected output? What do you see instead?
Field is null - use date of metadata transform if no date exists


Original issue reported on code.google.com by [email protected] on 6 Dec 2010 at 5:08

Add support for Pleiades HR

Add support for Pleiades HR DIMAP V2.0

This will be added once GDAL supports it - 
https://trac.osgeo.org/gdal/ticket/4826

Original issue reported on code.google.com by [email protected] on 26 Sep 2012 at 5:38

metageta suspends work when extracting info from partially written ECW

Steps that will reproduce the problem?
1. crawl folder containing partially written ECW - typically tmp files with an 
ecw prefix are located in the write directory.

Once incomplete file in encountered crawler suspends work

Ideal is for crawler to identify partially written file and skip to the next 
file.

Original issue reported on code.google.com by [email protected] on 11 Jun 2010 at 3:49

Tix issue on Ubuntu

The following error is generated when the GetArgs dialog is called by MetaGETA 
apps:

{{{_tkinter.TclError: unknown color name "{#c3c3c3}"}}}

This is a problem with the version of Tix that ships with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/tix/+bug/371720

The workaround is to upgrade your version of Tix to 8.4.3 from the following 
PPA:
https://launchpad.net/~portis25/+archive/ppa

Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 1:57

DLL hell - existing installs of different versions of pywin32 cause dll conflicts in win32 code

Standard pywin32 install puts a pywintypes25.dll in C:\Windows\System32. If
the build is different to that included in the MetaGETA package, a dll
conflict occurs.

To do:

Check if having a later version in C:\Windows\System32 than is included in
MetaGETA solves the problem. E.g try installing build 214
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/pywin32-214.wi
n32-py2.5.exe/download
as normal and installing an earlier build to the MetaGETA python
site-packages dir.
Also, check what pywin32 build comes with ArcGIS.


Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 1:10

Crawler always run recursively

In runcrawler.py the option for arg -r is set to True as default.
this precvent it to be used as if you omit the -r in the command line it takes 
the default value of True. Itf you insert the -r in the command line it is 
again set to True.
I think line 326 should be patched from

opt=parser.add_option("-r", "--recurse", action="store_true", 
dest="recurse",default=True,

to

opt=parser.add_option("-r", "--recurse", action="store_true", 
dest="recurse",default=False,


Regards 

Stefano

Original issue reported on code.google.com by [email protected] on 30 Jul 2012 at 12:29

LIBMYSQL.dll not found in MetaGETA 1.3.6 setup

It seems like the gdal release included in MetaGETA 1.3.6 setup was compiled 
with MySQL support but libraries was not included.

Steps to reproduce issue:

1) run metageta-shell.bat
2) at prompt run gdalinfo
3) System shows error message added as screen capture (sorry it is in italian 
as my system setting but it should be clear enough).


Original issue reported on code.google.com by [email protected] on 30 Jul 2012 at 8:53

Attachments:

Crawl sequential - in series - CD-ROM or DVD - update transform with media id

Enable crawl of hard media in sequence without crawler shutdown

Ask user at the end of crawl if they wish to "crawl another?"

Provide text box for user to enter media id (default blank) - the values 
entered here should persist following completion of the crawl for easy 
update by the user. i.e. if user is cataloguing a sequence of CDs 101 to 
200 etc.

For tranform: -

Include MEDIA ID in supplemental information (or preferrably in 
appropriate metadata field i.e Offline Media - offlineMed "Name of media 
on which the resource can be found") Include the MEDIA ID in the ABSTRACT 
for searchability in Geonetwork.

Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 4:09

Add medianame in Transfer options - defaults to DVD in transform

Include medianame in transform xsl to populate MediumName in TransferOptions 
from xls spreadsheet. Defaults to DVD but should be able to accept TAPE and 
other media..currently hard coded.

update documentation to include mediaid - http://metageta.googlecode.com
/svn/trunk/doc/files/transforms-module.html

Original issue reported on code.google.com by [email protected] on 18 Jan 2011 at 12:35

Segfault in NetCDF driver

Some NetCDF subdataset bands GetStatistics == [0.0, 0.0, -1.#IND, -1.#IND]
GDAL error is "Failed to compute statistics, no valid pixels found in
sampling".
Calling GetHistogram on such bands causes gdal to segfault.

Original issue reported on code.google.com by [email protected] on 5 Mar 2010 at 4:57

Make quicklook and thumbnail path relative?

When moving crawl results around you have to update the file location for 
quicklooks and thumbnails in order for the transform to bundle the image in the 
mef. Maybe the file path is not even required for the bundling to work and the 
quicklooks are written with the xls?

Original issue reported on code.google.com by [email protected] on 23 Jun 2011 at 6:53

'ascii' codec error when updating an XLS

*What steps will reproduce the problem?*
1. Run crawler and generate a new XLS
2. Run crawler over a folder that contains a tif with a non-ascii character
in its metadata, updating the above XLS
3. Profit???

*What is the expected output? What do you see instead?*
UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 87:
ordinal not in range(128)


Original issue reported on code.google.com by [email protected] on 29 Apr 2010 at 6:22

Remove CURDIR env var

Remove remaining .bat/.sh env vars (i.e CURDIR) so users with their own
python/gdal install and appropriate environment can just run the python code.

Original issue reported on code.google.com by [email protected] on 9 Feb 2010 at 7:49

Extract metadata from single images

Add script to extract metadata from single images.
Something simple like:


{{{
import sys,formats
indataset=sys.argv[1] #better arg parsing required
outfile=sys.argv[2]
#some sort of arg to specify xls or xml output
#some sort of arg to flag overview generation

ds = formats.Open(f)
md=ds.metadata
qlk=ds.getoverview(outfile+'.qlk.jpg', width=800)
md['quicklook']=qlk
#write metadata record to xml/xls...
}}}

Original issue reported on code.google.com by [email protected] on 20 Jan 2010 at 4:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.