Questions tagged [footprint]

47 questions
0
votes
2 answers

Vizualize Lighting & Solar 3d view in Forge viewer

I generated an analysis and created an element called analisys result, where it shows me the analysis, I want to save that view and display it in forge viewer, but when I display the view in forge viewer it doesn't show me the analysis, does anyone…
0
votes
0 answers

Altium Designer: the IPC compliant footprint wizard adds via ground

In Altium Dsigner 23.6, I am using IPC compliant footprint wizard to generate footprints and I noticed that it sometimes adds via ground. I did not check or uncheck anything regarding adding vias to my knowledge. I am just curious when…
NightElf
  • 1
  • 1
0
votes
1 answer

Need assistance with a footprint chart

For a project I am working on, I need to implement a linechart with barcharts on each individual node. an example of this can be seen on exocharts.com, anyone know if there's a library I can accomplish this with? Footprint chart
0
votes
0 answers

footprint soap api + maven-jaxb2-plugin

I'm working on the footprint soap api and somehow there is quite the same complexType definition on the wsdl xsd schema. see in this link with GetItemId and getItemId for example: The question is it is possible to configure the maven-jaxb2-plugin to…
FredS104
  • 11
  • 4
0
votes
1 answer

Create a vector footprint of a multi-part raster [R]

I've read a raster into my R session, using this code: raster <- stack("raster.tif") and now I'd like to make a simple feature (sf) object representing the outline of that raster. I can't use a bounding box because the raster is multi-part so the…
Mark
  • 107
  • 2
  • 7
0
votes
0 answers

How to find local maxima with a variable moving (rolling) window in a 2d numpy array using Python?

I am trying to find local maxima in a 2d array. I can do this with a fixed window size. However I would rather have a variable window size based on the value of each cell with a function such as window size=x*0.1+2. I found this approach in a in R…
0
votes
1 answer

What does it mean that footprint/core OS is 400 bytes?

I am researching TinyOS for a school assignment and read that the "core OS is 400 bytes", and another source saying "The footprint of TinyOS is 400 bytes" What exactly does this mean? Is it the actual space it occupies on harddrive? How big ia a…
0
votes
2 answers

Silverlight TreeView using MVVM pattern has large footprint

I have a Silverlight TreeView where each node is a TreeNodeViewModel. The properties on the TreeNodeViewModel's are, Text, IsSelected, ImageUri, and Parent. I'm loading about 700 to 1000 TreeView items. What seems to be happening is that after…
gcadmes
  • 123
  • 1
  • 8
0
votes
1 answer

OpenFeint disk space footprint

How much size does OpenFeint add to your binary?
Andrew
  • 1,497
  • 1
  • 14
  • 22
0
votes
1 answer

Gazetteer that returns polygons for areas?

Is there a Geo API that I can query with an area name and receive back a polygon that represents the given area boundary? Some form of a gazetteer that gives back a polygon instead of the latitude/longitude coordinates. For example, if I search for…
hebeha
  • 362
  • 2
  • 17
0
votes
1 answer

HTML E-Mail Loading Methodology - Inquiry

This may be a stupid question, but How do HTML emails load in the message viewer? Is it synchronously or asynchronously? Does it depend on the platform? I would like to experiment with getting load time information via email footprints. Any ideas?
0
votes
1 answer

python 3.4 - input, match key, print value

This is my first time asking a question here, so if I leave something out please forgive me. I am a beginner programmer and I'm starting with python 3.4. I have a function(below) that I have made and it works fine when executed, but I am trying to…
DaNNuN
  • 328
  • 1
  • 3
  • 12
0
votes
3 answers

How to tell how much main memory an app uses

I need to choose a database management system (DBMS) that uses the least amount of main memory since we are severely constrained. Since a DBMS will use more and more memory to hold the index in main memory, how exactly do I tell which DBMS has the…
jbu
0
votes
1 answer

How can I lower the footprint of a Go process running on Linux?

I want to execute a "Hello world" program written using Go on device with very limited memory. When running it over Linux, the current memory footprint seems to be very high (64MB VM Size and 40MB VM Data for hello world). How can I configure the Go…
0
votes
3 answers

Which is smaller footprint in C#

A lable sized like a rectangle with no text but has a border and is invisible (for a visual rectangle on the form around controls but not to contain the controls) or a panel?
TCH
  • 19
  • 5