-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing Big GML Files #22
Comments
From Richard's ideas, next steps might be:
For example: It should be possible to split any GML document into a desired chunk size at feature member boundaries. public File splitDocument(File gmlFile, int chunkSizeMB) { |
Seems that testing Big GML files is a problem 100 MBs or larger.
Discussed in OGC CITE SC Meeting - Washington TC 2016
Plan:
We will test a 300 MB file, which is a file that normal validators (e.g. Oxygen, XML Spy, etc.) cannot handle. The files are here:
The text was updated successfully, but these errors were encountered: