Questions tagged [data-collection]

159 questions
2
votes
3 answers

Which real-time communication protocol between hardware and web components?

I wasn't entirely sure how to word my question in the title so apologies if it's confusing. I'd like to build a system that would function as a sort of information dashboard for my home. It would consist of a number of hardware and software…
2
votes
1 answer

Looking for free collection of different vCards (*.vcf)

I am currently working on a vCard parser. For the testing of the different edge cases of vCards (the standard allows a high variance) I need a collection of vCards from different sources. At the moment I am working with some vCards I created on my…
Mboe5000
  • 75
  • 1
  • 7
2
votes
2 answers

How can I collect the "ids" of directed links using the NetLogo Behavior Space?

We have stored a lot of data as attributes of links in our NetLogo model. When I use the Behavior Space to design experiments and to direct data collection, I specify the "[attribute] of link" to be extracted. However, in the CSV file I cannot see…
Themisdx
  • 23
  • 3
2
votes
1 answer

How to run code 24/7 from cloud

My intention is to run python code 24/7 over several months to collect data through API calls and alert me if certain conditions are met. How can I do that without keeping the code running on my laptop 24/7? Is there a way of doing it in "the…
Norbert
  • 435
  • 5
  • 14
2
votes
2 answers

Embed leaflet data collection or geojson.io map to form

I'm trying to figure out the most lightweight way to collect data for individual mapped polygons from non-technical users. Here's the end vision: users fill out a web form, draw a shape, and then they can easily email their formatted data to me or…
jolene
  • 45
  • 3
2
votes
1 answer

Pulling Data from a POS Receipt Printer after transaction?

I am working on a project for manipulating receipt data from a POS system and I was hoping you could point me in the right direction. I am new to working with a POS system and basically I am trying to figure out how to collect receipt data before…
2
votes
1 answer

Use a web crawler to get data from a Facebook page

I'm a little bit lost for the moment trying to write my thesis. I need to collect data from a facebook page, for later use them for network analysis. I need to collect for each message posted: ID of the message posted Content Type (picture, link,…
2
votes
1 answer

Broadcast Intent for keyboard input

Is there an intent for sending data for the keyboard to "type"? This is more theoretical than practical, but is it possible to broadcast an intent that is received by the keyboard. The intent would contain a string which is then "typed" into the…
Enrico
  • 10,377
  • 8
  • 44
  • 55
2
votes
1 answer

Custom Magento Report for Taxable/Non-Taxable sales

Let me preface by saying I'm new to Magento as well as Data Collections in general (only recently begun working with OOP/frameworks). I've followed the excellent tutorial here and I'm familiar with Alan Storm's overviews on the subject. My aim is…
JR.XYZA
  • 45
  • 6
1
vote
1 answer

Interpreting multiple-choice forms (paper) in C#

I have a one-off project where the company is auditing a small amount of data for a huge amount of people. It is probably easiest to get each of these people to audit themselves, but not all people have computer access, so I will have to use a…
Ozzah
  • 10,631
  • 16
  • 77
  • 116
1
vote
0 answers

Collecting data with 'gtrendsR' for more than 5 keywords

I my research, I intend to investigate on Google Trends the search visibility of some animal groups. For this, I am using the gtrendsR package, with the following commands: > library(gtrendsR) > keywords = c("Butterfly", "Cockroach", "Parrot",…
1
vote
0 answers

Secomea DCM 3529 multiple triggers or two values in the same reading

I am currently having troubles with Secomea Data Collection Module, I was wondering if anyone here might be able to enlighten me. So I am collecting sensor data from the product Secomea 3529 through a portal called Secomea Sitemanager. I can't seem…
1
vote
0 answers

Get replies to a specific Twitter user?

I'm currently having trouble collecting Twitter-replies to a specific Twitter-user. I'm not trying to collect replies to a specific tweet, just the user in general (i.e. all replies to X number of tweets from a user). I'm using the rtweet package…
StatGuy25
  • 15
  • 3
1
vote
1 answer

Scrape image url

I am trying to scrape image source links using beautiful soup from the amazon but not getting the right output, link from where I am scraping is :…
1
vote
2 answers

Get highest level P131 for given place on Wikidata

I have the following query: SELECT DISTINCT ?place ?place_eng ?admin_eng ?country_eng WHERE { VALUES ?place { wd:Q3437 wd:Q1903 wd:Q5083 } ?place wdt:P131 ?admin. ?place wdt:P17 ?country. SERVICE wikibase:label { bd:serviceParam…
theberzi
  • 2,142
  • 3
  • 20
  • 34
1
2
3
10 11